From 274dac3502389cf7688acfb097e82831fd1caafe Mon Sep 17 00:00:00 2001 From: Michael Johns Date: Thu, 18 Jan 2024 16:51:28 -0500 Subject: [PATCH] Update README.md added description. --- .../examples/python/EarthObservation/EOGriddedSTAC/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/notebooks/examples/python/EarthObservation/EOGriddedSTAC/README.md b/notebooks/examples/python/EarthObservation/EOGriddedSTAC/README.md index 5c72f25d6..6e6afebbe 100644 --- a/notebooks/examples/python/EarthObservation/EOGriddedSTAC/README.md +++ b/notebooks/examples/python/EarthObservation/EOGriddedSTAC/README.md @@ -1,5 +1,7 @@ # Earth Observation Gridded STAC Series +> End-to-end Earth Observation series showing downloading Sentinel-2 STAC assets for Alaska from [MSFT Planetary Computer](https://planetarycomputer.microsoft.com/), tiling them to H3 global grid, band stacking, NDVI, merging (mosaicing), clipping, and applying a [Segment Anything Model](https://huggingface.co/facebook/sam-vit-huge) + __Notes:__ * `ipynb` files can be previewed in GitHub and can also be imported into Databricks, more [here](https://docs.databricks.com/en/notebooks/notebook-export-import.html).