Skip to content

Commit 86a1f1f

Browse files
authored
Update README.md
1 parent 0f02826 commit 86a1f1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Choose your Overture query, specify the country, then you're done!
77
This ETL pipeline allows you to query and extract Overture Maps data (such as roads, buildings) to upload to ArcGIS Online, download as .geojson for any GIS software, or save as a local dump for continual use. This pipeline supports 176 countries worldwide with its country/ISO database, allows you to use pre-built queries or your own custom queries, and is designed to align with Overture's monthly releases. This pipeline was originally built to support the World Bank's distributed data across ArcGIS Hubs, but should work for other work flows.
88

99
### Three commands
10-
- `agol-upload` - Upload your query to ArcGIS Online
10+
- `arcgis-upload` - Upload your query to ArcGIS Online
1111
- `export` - Export your query to multiple formats (GeoJSON, GeoPackage, File Geodatabase)
1212
- `overture-dump` - Caches your query (by country / theme) for continued use without need for multiple downloads.
1313

@@ -199,4 +199,4 @@ We're investigating the best options to reduce these errors, such as setting the
199199
- Mark Litwintschik's post on using DuckDB: https://tech.marksblogg.com/duckdb-gis-spatial-extension.html
200200
- Chris Holme's excellent tutoral here: https://github.com/cholmes/duckdb-geoparquet-tutorials/tree/main
201201
- Georock's post on spatial clipping: https://geo.rocks/post/duckdb_geospatial/
202-
- Bounding Box extracts from Natural Earth: https://github.com/sandstrom/country-bounding-boxes/tree/master
202+
- Bounding Box extracts from Natural Earth: https://github.com/sandstrom/country-bounding-boxes/tree/master

0 commit comments

Comments
 (0)