## In Processing toolbox > <b>Styling helper</b> :<br>-- <b>Categorized style from CSV</b>: use a CSV file to define the style (categories,labels,colors) of a vector layer<br> <br>## In Plugins menu > <b>Simple tools</b> :<br>-- <b>Inspect BIG csv (or text) files</b> by quickly showing their first rows. <br>-- <b>Analyze the raster tiles of a folder (and sub-folders)</b> : create a grid based on the tiles, search for duplicates (same location)... <br>-- <b>Multi-layers GPKG to multiple GPKG files</b> : extract the layers and styles. <br>-- <b>Open JSON or convert to CSV</b>: flatten a json tree. <table border=1 cellpadding=3 cellspacing=0> <tr style="text-align:center"><td>JSON</td><td>CSV</td></tr> <tr> <td> [<br> {"id":1, "color":"red"},<br> {"id":2, "color":"blue"}<br> ]</td> <td>id,color<br>1,red<br>2,blue</td> </tr> <tr> <td> { "id":123, <b>"contact": {"tel":555, "mail":"[email protected]"}</b> }</td> <td>id;<b>contact_tel</b>;<b>contact_mail</b><br>123;555;[email protected]</td> </tr> </table> <br>## In Attributes toolbar: <b>Open Attributes Table FILTERED on SELECTED features</b>: <br>-- Shows the list of selected features at a given moment T in an attribute table with a filter on their <b>ids</b>. This allows you to change the selection later WITHOUT LOSING the list of T.
Plugin Tags