Tagged “Python”
Jan 26, 2023
Understanding Jason-3 satellite: Data and its Applications
Understand Jason-3 level-2 satellite products and know how to download it
Jan 14, 2023
Cloud Native Composite, Subset and Processing of Satellite Imagery with STAC and Stackstac
Aug 7, 2022
Merging Rasters using Rasterio
Use pystac-client to fetch and merge data. Also, understand the merge functionality of rasterio.
Jul 28, 2022
Download MODIS data using CMR API in Python
Apr 20, 2022
Download and preprocess NASA GPM IMERG Data using Python and wget
In this blog post we look into how to download precipitation data from NASA website and process it with `xarray` and/or `wget`.
Sep 30, 2021
Polygonize Raster and Compute Zonal-Statistics in Python
Computing zonal statistics over raster using GDAL and Python
Sep 30, 2021
Two ways to Programmatically change projection of raw CSV
Change projection of CSV on-the-fly using GDAL, GeoPandas
Sep 19, 2021
Overlay cropped raster with vector layer
Plot cropped raster and vector layer on the same figure using rasterio and matplotlib