How to get Copernicus DEM GeoTIFFs for a bounding box using Python

Hi @pal, if you’re looking to use boto3, I think you’ll want to use S3 — Boto3 Docs 1.18.48 documentation in addition to the list objects. The Body property will give you the actual contents of the file. Cloud Optimized GeoTIFF (COG) with Python | by Abdishakur | Spatial Data Science | Medium and Rasterio: access to geospatial raster data — rasterio documentation may also be helpful links to check out.

1 Like