Related Plugins and Tags

QGIS Python Plugins Repository

Simple tools Plugin icon

Plugin ID: 2418
(1) votes 

A collection of simple tools for QGIS.

## In Processing toolbox > Styling helper :
-- Categorized style from CSV: use a CSV file to define the style (categories,labels,colors) of a vector layer

## In Plugins menu > Simple tools :
-- Inspect BIG csv (or text) files by quickly showing their first rows.
-- Analyze the raster tiles of a folder (and sub-folders) : create a grid based on the tiles, search for duplicates (same location)...
-- Multi-layers GPKG to multiple GPKG files : extract the layers and styles.
-- Open JSON or convert to CSV: flatten a json tree.

JSONCSV
[
   {"id":1, "color":"red"},
   {"id":2, "color":"blue"}
]
id,color
1,red
2,blue
{ "id":123, "contact": {"tel":555, "mail":"[email protected]"} } id;contact_tel;contact_mail
123;555;[email protected]

## In Attributes toolbar: Open Attributes Table FILTERED on SELECTED features:
-- Shows the list of selected features at a given moment T in an attribute table with a filter on their ids. This allows you to change the selection later WITHOUT LOSING the list of T.

Author
Philippe Desboeufs
Maintainer
philipped31
Tags
vectorstylecsvjsonbig files
Plugin home page
https://github.com/PhilippeD31/SimpleTools4QGIS
Tracker
Browse and report bugs
Code repository
https://github.com/PhilippeD31/SimpleTools4QGIS
Latest stable version
1.3.0
Plugin ID
2418
Version Experimental Min QGIS version Max QGIS version Downloads Uploaded by Date
1.3.0 no 3.10.0 3.99.0 914 philipped31 2024-02-16T13:55:23.806119+00:00
1.1.0 no 3.10.0 3.99.0 1828 philipped31 2023-04-20T10:47:21.839428+00:00
0.4.1 no 3.10.0 3.99.0 3383 philipped31 2021-06-01T12:40:33.394958+00:00
0.3.0 no 3.10.0 3.99.0 244 philipped31 2021-05-28T15:25:26.635373+00:00

Sustaining Members