QuickOSM Plugin is a plugin in QGIS that can generate geospatial datasets based on simple key
, value
queries.
- Open QGIS.
- Go to
Plugins
>Manage and Install Plugins...
. - Search for
QuickOSM
. - Click
Install
.
GeoPackage File | AND/OR | key |
value |
in |
overpass query src code |
---|---|---|---|---|---|
admin_boundaries_perimeter.gpkg, admin_boundaries_points.gpkg | - | boundary | administrative | Nagano | Show Query
|
shrines.gpkg | - | amenity | place_of_worship | - | - |
AND | religion | shinto | Nagano | Show Query[out:xml] [timeout:25]; {{geocodeArea:Nagano}} -> .area_0; ( node["amenity"="place_of_worship"]"religion"="shinto"; way["amenity"="place_of_worship"]"religion"="shinto"; relation["amenity"="place_of_worship"]"religion"="shinto"; ); (._;>;); out body; |
|
temples.gpkg | - | amenity | place_of_worship | - | |
AND | religion | shinto | Nagano | Show Query[out:xml] [timeout:25]; {{geocodeArea:Nagano}} -> .area_0; ( node["amenity"="place_of_worship"]"religion"="buddhist"; way["amenity"="place_of_worship"]"religion"="buddhist"; relation["amenity"="place_of_worship"]"religion"="buddhist"; ); (._;>;); out body; |
-
Open QuickOSM Plugin:
- Go to
Vector
>QuickOSM
>QuickOSM...
.
- Go to
-
Enter Query Parameters:
- Fill in the
Key
andValue
fields with the appropriate query parameters from the table above.
- Fill in the
-
Run Query:
- Click
Run Query
.
- Click
-
Save the Data:
- Once the data is loaded into QGIS, right-click on the layer and select
Export
>Save Features As...
to save the data in your desired format (e.g., GeoPackage, Shapefile).
- Once the data is loaded into QGIS, right-click on the layer and select