[gdal-dev] Help using gdal_grid when src_datasource is a NetCDF File

Mike Taves mwtoews at gmail.com
Thu Aug 22 15:16:33 PDT 2024


On Fri, 23 Aug 2024 at 04:03, Ewan Tarrant via gdal-dev
<gdal-dev at lists.osgeo.org> wrote:
> Thanks in advance for your help,

To read point data from a netCDF file, refer to the vector driver:
https://gdal.org/drivers/vector/netcdf.html

The data would need to conform to CF-1.8 for Point data:
https://cfconventions.org/Data/cf-conventions/cf-conventions-1.8/cf-conventions.html#point-data

Before getting to gdal_grid, make sure you can "see" the data with ogrinfo.


More information about the gdal-dev mailing list