[gdal-dev] Projection issue with a netcdf file
Christopher Barker
Chris.Barker at noaa.gov
Tue Jan 12 12:13:21 EST 2010
Kyle Shannon wrote:
> I am downloading a netcdf file from a thredds data server. It contains
> 4 grib datasets of weather data. When I run gdalinfo on one of these
> subdatasets, the standard parallels in the netCDF metadata (marked by
> astrisks) differs from the standard parallels in the reported Coordinate
> system:
> I am curious where this discrepancy is taking place. I kind of think it
> is a typo or a mistake from the data server, but I can't peg it down.
> Any thoughts?
have you run ncdump on the netcdf file? That should tell you what's int
eh file, so you can determine if the thredds server is doing the right
thing:
ncdump -h name_of_file.nc
(the -h) means you only want the header info -- not all the data.
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception
Chris.Barker at noaa.gov
More information about the gdal-dev
mailing list