Re: [gdal-dev] Handling NetCDF using UGRID Convention

2021-09-08 Thread Even Rouault
Hi, no the GDAL raster driver has no support for the UGRIB convention. You could likely use the multidimensional API (https://gdal.org/user/multidim_raster_data_model.html) and tools to access such files at a lower level, but you'd probably be better uses MDAL which has apparently a UGRIB rea

[gdal-dev] Handling NetCDF using UGRID Convention

2021-09-08 Thread Laframboise,Felix (ECCC)
Hi, I am currently using GDAL 3.1.3 on a Ubuntu machine. I am trying to work with NetCDF files using the UGRID convention (described here: https://ugrid-conventions.github.io/ugrid-conventions/). I am having difficulty working with this kind of NetCDF file. Here is the output of `gdalinfo` ag