[Live-demo] [OSGeo] #1298: netCDF et al
OSGeo
trac_osgeo at osgeo.org
Sat Feb 8 21:32:31 PST 2014
#1298: netCDF et al
-------------------------+--------------------------------------------------
Reporter: darkblueb | Owner: live-demo@…
Type: enhancement | Status: new
Priority: normal | Milestone: OSGeoLive7.9
Component: LiveDVD | Keywords: python, netCDF
-------------------------+--------------------------------------------------
Comment(by darkblueb):
a python example
{{{
In [2]: import netCDF4
In [3]: from netCDF4 import Dataset
In [4]: tDS =
Dataset('/usr/local/share/data/netcdf/txxETCCDI_yr_MIROC5_rcp45_r2i1p1_2006-2100.nc')
In [5]: tDS.file_format
Out[5]: 'NETCDF3_CLASSIC'
}}}
Apparently the Canadian Climate Centre is using netCDF3 format data..
others mention using v3 data also, and a current rev of NetCDF is needed
to do both netCDF3 and read/write HDF5 format.
--
Ticket URL: <http://trac.osgeo.org/osgeo/ticket/1298#comment:5>
OSGeo <http://www.osgeo.org/>
OSGeo committee and general foundation issue tracker.
More information about the Live-demo
mailing list