Skip to content

Commit

Permalink
Implement full read/write support for new NetCDF4 types NC_UBYTE, NC_…
Browse files Browse the repository at this point in the history
…USHORT, NC_UINT and NC_STRING for variables (except for NC_STRING) and attributes (patch by Julien Demaria, OSGeo/gdal#99)

Only available if NETCDF_HAS_NC4 is defined and only if format=NC4 for writing.
NC_STRING type is supported for reading (scalar and arrays) attributes and is used for writing only for array attributes (scalar are still written as NC_CHAR).
If NETCDF_HAS_NC4 is not defined or format!=NC4, NC_STRING array attributes are written as a single NC_CHAR string using the GDAL {v1,v2,...} convention.



git-svn-id: https://svn.osgeo.org/gdal/trunk/gdal@33586 f0d54148-0727-0410-94bb-9a71ac55c965
  • Loading branch information
rouault committed Feb 28, 2016
1 parent d9a5f21 commit d4f671b
Showing 1 changed file with 425 additions and 132 deletions.
Loading

0 comments on commit d4f671b

Please sign in to comment.