PlanetaryComputerExamples
PlanetaryComputerExamples copied to clipboard
Tutorial/site monitoring
trafficstars
What I changed
- Added the
site-monitoring-foundations.ipynbtutorial notebook showcasing how to search, filter, and visualize Sentinel-2 data using STAC API and Planetary Computer tools. - Introduced a clean dependency setup using
uv:pyproject.tomlincludes required libraries (pystac-client,pandas,matplotlib, etc.)uv.lockensures reproducible environments.
How to test it
- Install dependencies using
uv. - Open and run
site-monitoring-foundations.ipynbin Jupyter or VS Code. - Verify that:
- STAC items are returned and filtered by cloud cover
- Monthly scene counts are plotted
rendered_previewis displayed- CSV summary (
ndsi_summary.csv) can be uploaded to Power BI for further analysis
Other notes
- The notebook serves as a foundation for visual site monitoring workflows.
- Power BI integration is mentioned via CSV export for interactive exploration within Microsoft's ecosystem.