Re: [gdal-dev] Representing a grib file as a netCDF

2017-09-06 Thread Zachary Flamig
Hey Norman, Interesting idea. I think it will be a little bit tricky because it is hard to uniquely label each band in a grib file. I actually use a modified version of gdal_translate where I can specify the GRIB_ELEMENT, GRIB_SHORTNAME, and GRIB_FORECAST seconds that I want to match to extrac

[gdal-dev] Representing a grib file as a netCDF

2017-09-06 Thread Norman Barker
Hi, I am currently working on representing a grib file as a netCDF file within GDAL. My plan is that if a user specifies the netCDF driver and opens a grib file then the metadata from the grib will be represented as a netCDF and the data can be read through that driver. It may seem a bit odd sinc