Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/3liz/QuickOSM
QGIS plugin to fetch OSM data with the Overpass API
https://github.com/3liz/QuickOSM
openstreetmap osm overpass overpass-api qgis qgis-plugin
Last synced: 3 months ago
JSON representation
QGIS plugin to fetch OSM data with the Overpass API
- Host: GitHub
- URL: https://github.com/3liz/QuickOSM
- Owner: 3liz
- License: gpl-2.0
- Created: 2014-07-21T08:40:24.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-11-04T09:51:13.000Z (3 months ago)
- Last Synced: 2024-11-04T10:33:43.156Z (3 months ago)
- Topics: openstreetmap, osm, overpass, overpass-api, qgis, qgis-plugin
- Language: Python
- Homepage:
- Size: 29.6 MB
- Stars: 187
- Watchers: 17
- Forks: 55
- Open Issues: 68
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
- awesome-overpass-turbo - QuickOSM - QGIS plugin to fetch OSM data with the Overpass API
README
# QuickOSM
![Logo of QuickOSM](QuickOSM/resources/icons/QuickOSM.svg)
[![QGIS.org](https://img.shields.io/badge/QGIS.org-published-green)](https://plugins.qgis.org/plugins/QuickOSM/)
[![Documentation 📚](https://github.com/3liz/QuickOSM/actions/workflows/publish-doc.yml/badge.svg)](https://github.com/3liz/QuickOSM/actions/workflows/publish-doc.yml)
[![Tests 🎳](https://github.com/3liz/QuickOSM/actions/workflows/ci.yml/badge.svg)](https://github.com/3liz/QuickOSM/actions/workflows/ci.yml)
[![Transifex 🗺](https://github.com/3liz/QuickOSM/actions/workflows/transifex.yml/badge.svg)](https://github.com/3liz/QuickOSM/actions/workflows/transifex.yml)## Versions
* QuickOSM is maintained only for a maintained QGIS version (LTR, stable release and dev).
| QuickOSM | QGIS Min | QGIS Max | Branch |
|-------------|----------|------|--------------------------------------------------------------------|
| 1.0 → 1.4 | 2.0 | 2.18 | [master_qgis2](https://github.com/3liz/QuickOSM/tree/master_qgis2) |
| 1.5 → 1.7 | 3.0 | 3.2 | |
| 1.8 → 1.17 | 3.4 | 3.14 | |
| 2.0 → 2.1.1 | 3.16 | 3.22 | |
| 2.2.0 → | 3.22 | | [master](https://github.com/3liz/QuickOSM/tree/master) |## Documentation
The user guide, and the developer guide are available https://docs.3liz.org/QuickOSM/
## Generalities
QuickOSM allows you to work quickly with OSM data in QGIS thanks to [Overpass API][Overpass].
* 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…
* Open a local OSM (.osm or .pbf) with a specific osmconf in QGIS
* Build some models with QGIS ProcessingThere are some useful tips, like automatic colours on lines (if the tag is present),
or some actions (right-click in the attribute table) for each entity (edit in JOSM for instance).[Overpass]: https://wiki.openstreetmap.org/wiki/Overpass_API
## Translation
* The web-based translating platform [Transifex](https://www.transifex.com/quickosm/gui/dashboard/) is used.
## Credits
Author: Etienne Trimaille : https://twitter.com/etrimaille
Contributors:
* Richard Marsden [winwaed](https://github.com/winwaed)
* Maxime Charzat [mcharzat](https://github.com/mcharzat)