Re: [gdal-dev] GTiff stack to NetCDF

2013-09-03 Thread Signell, Richard
David, If you post your question on the GIS stackexchange group http://gis.stackexchange.com/ I will provide an example code that should be helpful. -Rich On Tue, Sep 3, 2013 at 10:15 AM, Etienne Tourigny wrote: > what you want is probably outside the scope of gdal. It would require some > cleve

Re: [gdal-dev] GTiff stack to NetCDF

2013-09-03 Thread David Shean
Done: http://gis.stackexchange.com/questions/70458/convert-timeseries-stack-of-gtiff-raster-to-single-netcdf Thanks for the responses. D On Sep 3, 2013, at 7:55 AM, "Signell, Richard" wrote: > David, > If you post your question on the GIS stackexchange group > http://gis.stackexchange.com/ >

Re: [gdal-dev] GTiff stack to NetCDF

2013-09-03 Thread Etienne Tourigny
what you want is probably outside the scope of gdal. It would require some clever metadata management so that gdal_translate puts them in a single file... I would advise you convert them all to netcdf using gdal_translate and then use python-netcdf4 (not the one from numpy/scipy) to stack them in

[gdal-dev] GTiff stack to NetCDF

2013-09-02 Thread David Shean
Hi list, I'm trying to package a timeseries of GTiff rasters with identical projection/extent/resolution as a single NetCDF file for distribution. I've spent the past hour consulting the online doc and playing with gdal_translate, gdalbuildvrt and gdalwarp without any success. Is there an ea