Changes between Initial Version and Version 6 of Ticket #1637
- Timestamp:
- Jul 15, 2008, 4:11:52 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1637
- Property Reporter changed from to
- Property Cc added
- Property Component default → GDAL_Raster
- Property Keywords netcdf added
- Property Milestone → 1.5.0
- Property Owner changed from to
-
Ticket #1637 – Description
initial v6 10 10 11 11 1.4.1: 12 {{{ 12 13 gdalinfo NETCDF:"wrfout_d01_2007-05-16_00.nc":T2 13 14 NC_GLOBAL#spatial_ref=+proj=stere +lon_0=-147.300003052 +lat_0=90 … … 34 35 GDAL: GDALClose(NETCDF:wrfout_d01_2007-05-16_00.nc:T2) 35 36 GDAL: GDALDeregister_GTiff() called. 37 }}} 36 38 37 39 With the above patch: 40 {{{ 38 41 NC_GLOBAL#spatial_ref=+proj=stere +lon_0=-147.300003052 +lat_0=90 39 42 +lat_ts=60.2000007629 +a=6378273 +rf=298.279405043 +x_0=0 +y_0=0 … … 59 62 GDAL: GDALClose(NETCDF:wrfout_d01_2007-05-16_00.nc:T2) 60 63 GDAL: GDALDeregister_GTiff() called. 64 }}}