On Fri, 23 Aug 2024 at 04:03, Ewan Tarrant via gdal-dev
<gdal-dev@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.
_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to