📖 Introduction
In this notebook, we will demonstrate how to load geospatial data into Wherobots using the following formats:- GeoParquet
- GeoJSON and Shapefiles
- Raster Data (GeoTIFF)
- Overture Maps Data
- Data from S3
🗂 Step 1: Loading GeoParquet Files
What you’ll learn:
- How to load GeoParquet files into a DataFrame.
- Perform basic spatial queries.
🌍 Step 2: Loading GeoJSON and Shapefiles
What you’ll learn:
- How to ingest GeoJSON and Shapefiles.
🖼️ Step 3: Loading Raster Data (GeoTIFF)
What you’ll learn:
- How to load raster datasets and inspect metadata.
🗺️ Step 4: Loading Overture Maps Data
What you’ll learn:
- Load and query datasets provided by Overture Maps.
🔮 Next Steps
In this notebook, we demonstrated how to:- Load GeoParquet, GeoJSON, Shapefiles, and raster data into Wherobots.
- Query spatial data using basic spatial operations.
- Integrate datasets directly from S3 and Overture Maps.
What’s next?
- Explore spatial transformations like buffering or intersecting geometries.
- Perform spatial joins for more advanced analytics.
- Visualize query results with SedonaKepler or SedonaPyDeck.

