Re: [gdal-dev] NetCDF projection help

2022-07-12 Thread Gerald Nelson
From: gdal-dev on behalf of "DeTracey, Brendan" Date: Tuesday, July 12, 2022 at 5:53 AM To: "gdal-dev@lists.osgeo.org" Subject: [gdal-dev] NetCDF projection help Hi, I have been "gifted" a netcdf raster that I must vectorize. When I load the raster into QGIS t

Re: [gdal-dev] NetCDF projection help

2022-07-12 Thread Even Rouault
Brendan, You need to warp the raster using the geolocation array formed by the lon and lat variable: gdalwarp -overwrite -geoloc CORDEX_subarea_O3.nc out.tif (possibly using -t_srs EPSG: to indicate a more relevant SRS than EPSG:4326) > why is the GDAL netcdf driver not properly creati

[gdal-dev] NetCDF projection help

2022-07-12 Thread DeTracey, Brendan
Hi, I have been "gifted" a netcdf raster that I must vectorize. When I load the raster into QGIS the coordinates are not correct. I believe that QGIS uses GDAL drivers. I have included a download link to the file, a ncdump -h, and gdalinfo output, all at the bottom of this message. The raster