PlanetaryComputerExamples
PlanetaryComputerExamples copied to clipboard
Examples of using the Planetary Computer
**What I changed** - Added the `site-monitoring-foundations.ipynb` tutorial notebook showcasing how to search, filter, and visualize Sentinel-2 data using STAC API and Planetary Computer tools. - Introduced a clean dependency...
Hi! I've been trying to use sentinel-5 data to map CH4 emissions over my area of interest. I replicated pretty much the code that i previously had for sentinel 1...
In the first part of the census-data notebook, you have `ri = geo.get_partition(39).compute()` which downloads a map of Rhode Island, whose FIPS is 44, rather than Ohio, which is 39....
Hi, I was going through the [landsat-c2-example.ipynb notebook](https://github.com/microsoft/PlanetaryComputerExamples/blob/main/datasets/landsat-c2/landsat-c2-example.ipynb) and noticed that the NDVI is calculated directly from the red and nir08 bands as loaded via odc.stac - without applying the...
Hello! Is it possible to add as a COG band like you have for the Harmonized Landsat Sentinel-2 (HLS) Version 2.0 Sentinel-2 Data (https://planetarycomputer.microsoft.com/dataset/hls2-s30), but for Sentinel-2 Level-2A (https://planetarycomputer.microsoft.com/dataset/sentinel-2-l2a)? Best...
# Discrepancy between MOSAIK paper and MPC RCF implementation Hi! Given the recent open-sourcing of [AlphaEarth ](https://deepmind.google/discover/blog/alphaearth-foundations-helps-map-our-planet-in-unprecedented-detail/) by DeepMind and its comparison with MOSAIK [1], I was taking a closer...