Skip to main content
The following content is a read-only preview of an executable Jupyter notebook.To run this notebook interactively:
  1. Go to Wherobots Cloud.
  2. Start a runtime.
  3. Open the notebook.
  4. In the Jupyter Launcher:
    1. Click File > Open Path.
    2. Paste the following path to access this notebook: examples/Analyzing_Data/Zonal_Stats_ESAWorldCover_Texas.ipynb
    3. Click Enter.
Welcome! In this notebook, we’ll walk through how to perform zonal statistics:
  • A ESA World Cover raster dataset loaded from AWS Open Data
  • Overture Maps Building footprints with a 30 meter buffer in Dallas and the entire state of Texas
This notebook goes along with a blog post showing the performance comparison for the same process with BigQuery and Google Earth Engine

🔑 Key Fields in stac_df:

  • id: Unique STAC item identifier 🆔
  • properties: Scene metadata (acquisition date, cloud cover, etc.) 📅☁️
  • assets: Map of band names to asset objects (including URLs) 🎞️

Filter your data

Select the bounding box you want to use. The top box is for the entire state of Texas, the second one (uncommented) is for a smaller sample area around Dallas.

Run zonal stats