carpentries-incubator / geospatial-python

Introduction to Geospatial Raster and Vector Data with Python
https://carpentries-incubator.github.io/geospatial-python/
Other
159 stars 57 forks source link

"overview" asset dropped from v1 STAC endpoint #146

Closed fnattino closed 1 year ago

fnattino commented 1 year ago

As noted in #141, the "overview" asset is not anymore available as an asset from the v1 EarthSearch STAC endpoint (and the thumbnail is not geo-referenced).

In episode 6 we could then show how to access overviews of the true-color image via the overview_level argument of rioxarray.open_rasterio (this is currently presented later on in the lesson, but it could be presented here).

rbavery commented 1 year ago

I think this and the other references and use of incorrect assets have all been addressed and merged, with the last one being: https://github.com/carpentries-incubator/geospatial-python/pull/149