Data sources & downloads
Getting the data in the first place: OpenStreetMap, web services, satellite catalogues and geocoders.
Everything on Spatial Workflow about data sources & downloads, in the order that usually works: understand the idea, then run the task, then fix it when it goes wrong. 18 guides in total.
4 learning paths run through this topic — follow one if you would rather work through a route than pick a single guide.
🧭 Start with the concepts
The ideas the how-to guides below assume you already have.
- GIS Data Sources Explained: Where Spatial Data Comes From gis data sources
- The OpenStreetMap Data Model Explained for Python Users openstreetmap data model
- Spatial Web Services Explained: WFS, WMS and OGC API Features wfs wms explained
- STAC Explained: How Satellite Imagery Catalogues Work stac explained
- Sentinel-2 or Landsat? Choosing a Satellite Imagery Source sentinel 2 vs landsat explained
⚙️ Then do the task
Step-by-step walkthroughs with code you can copy and adapt.
- How to Download OpenStreetMap Data in Python with OSMnx download openstreetmap python
- How to Query the Overpass API from Python overpass api python
- How to Download Data from a WFS Service in Python download wfs python
- How to Download Administrative Boundaries in Python download administrative boundaries python
- How to Geocode Addresses in Python geocode addresses python
- How to Search and Download Satellite Imagery with STAC in Python download satellite imagery python
- How to Cache Downloaded GIS Data So You Fetch It Once cache downloaded gis data
- How to Build a Street Network Graph in Python with OSMnx street network graph python
- How to Read Spatial Data from S3 and Other Object Storage read spatial data from s3 python
🔧 When it breaks
The errors this topic produces, with the cause explained rather than just the command.
Learning paths through this topic
A curated route rather than a list — the guides in the order that builds on itself.
-
Finding & Fetching Data
Get the data before you analyse it — from OSM, web services and satellite catalogues.
Open path → -
Networks & Routing
Distance along the street, not across the rooftops.
Open path → -
Satellite Imagery
From a scene on a catalogue to a number you can defend.
Open path → -
Cloud-Native GIS
Read the part you need, not the file it lives in.
Open path →
Related topics
Subjects that keep coming up alongside this one, most overlap first.