If you wanted to collect all Sentinel satellite data for a given region of interest (ROI), say, for a given day or time frame - is there any simple way to do it?
Use pystac-client to fetch and merge data. Also, understand the merge functionality of rasterio.
If you have ever used USGS Earth Explorer to download / explore data, you’d notice that the manual process is cumbersome and not scalable. That is why we require a programmatic way to download satellite data.
Extract Road Network from Satellite Imagery
In this blog post we look into how to download precipitation data from NASA website and process it with `xarray` and/or `wget`.
Computing zonal statistics over raster using GDAL and Python
Change projection of CSV on-the-fly using GDAL, GeoPandas
Plot cropped raster and vector layer on the same figure using rasterio and matplotlib