freeExec / QgisQuickOSMPlugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QuickOSM

To test QgisQuickOSMPlugin, you'll need to clone this repository in a directory called "QuickOSM" in your .qgis2/python/plugins directory.

Generalities

QuickOSM allows you to work quickly with OSM datas in QGIS thanks to Overpass API.

  • Write some queries for you by providing a key/value
  • Choose to run the query on an area or an extent
  • Configure the query : which layers, which columns ...
  • Save your queries in categories and run them later
  • Open a local OSM (.osm or .pbf) with a specific osmconf in QGIS
  • Build some models with QGIS Processing

There are some usefull tips, like automatic colours on lines (if the tag is present) or some actions (right-click in the attribute table) for each entities (edit in JOSM for instance).

Authors

Etienne Trimaille : https://twitter.com/etrimaille This intership was supervised by 3Liz : https://www.3liz.com

About

License:GNU General Public License v2.0


Languages

Language:Python 91.2%Language:TypeScript 8.8%