cogeotiff / rio-cogeo

Cloud Optimized GeoTIFF creation and validation plugin for rasterio
https://cogeotiff.github.io/rio-cogeo/
BSD 3-Clause "New" or "Revised" License
308 stars 42 forks source link

NetCDF to CoG workflow #256

Closed CapeHobbit closed 1 year ago

CapeHobbit commented 1 year ago

Hi cogeotiff team,

I apologise in advance for this very general query. I am looking for pythonic ways to translate level-2 satellite data from a series of 2D irregularly gridded netCDF files to CoG. I very much see rio-cogeo as the last point in this chain, but I am wondering if you have recommendations about how to reach to a good "ingestion point" for it. So far, reprojecting from the original grid with rasterio/rio-xarray is causing me huge headaches (and yet they seem to recommended over osgeo gdal), and so I wondered if you have encountered, or can recommend, a similar workflow?

Things I want to avoid;

I realise that my problem is not the one you are trying to solve, but any advice would be appreciated.