esciencecenter-digital-skills / geospatial-python

Introduction to Geospatial Raster and Vector Data with Python
https://esciencecenter-digital-skills.github.io/geospatial-python/
Other
3 stars 0 forks source link

Use overview image instead of visual in episode cropping #30

Closed SarahAlidoost closed 1 year ago

SarahAlidoost commented 2 years ago

the command below takes along time: rioxarray.open_rasterio(items[1].assets["visual"].href)

instead we can use: rioxarray.open_rasterio(items[1].assets["overview"].href)