Re: [gdal-dev] NOAA satellite swath NetCDF file to georeferenced Gtiff?

2019-03-05 Thread Joaquim Manuel Freire Luís
I think you want to do something like this https://github.com/GenericMappingTools/GMT.jl/blob/master/WL_Example_III.ipynb It's done with Julia+GMT (and GDAL under the hood) Joaquim |>-Original Message- |>From: gdal-dev On Behalf Of Stephen |>Woodbridge |>Sent: Tuesday, March 5, 2019 6:25

Re: [gdal-dev] NOAA satellite swath NetCDF file to georeferenced Gtiff?

2019-03-05 Thread Marsh, Chris
You could use xarray to load the netcdf, and then write that data out to geotiff via rasterio. Full automation of this looks like it's still coming, but this ticket response shows how to do it. Might require assigning a crs to it manually, you'll have to play around with it. https://github.com/p

[gdal-dev] NOAA satellite swath NetCDF file to georeferenced Gtiff?

2019-03-05 Thread Stephen Woodbridge
Hi All, Can someone please give me a hint on how to convert a NOAA satellite swath NetCDF file to georeferenced Gtiff? I found these:   https://trac.osgeo.org/gdal/ticket/4513   https://trac.osgeo.org/gdal/wiki/rfc4_geolocate which implies it cannot be done directly with gdal yet. Is there anot