diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2016-08-07 12:40:05 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-07 18:55:39 +0700 |
commit | a3332fef11e22bdbae2a09b6f623e8c6a234019c (patch) | |
tree | 068e6bcd3fbefc54c591c999e23c98defd559f81 /libraries/netcdf/README | |
parent | 0b421052f1f34a5cd3739a89f2a47bb8ffcce122 (diff) |
libraries/netcdf: Enable netcdf-4 support.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/netcdf/README')
-rw-r--r-- | libraries/netcdf/README | 23 |
1 files changed, 6 insertions, 17 deletions
diff --git a/libraries/netcdf/README b/libraries/netcdf/README index 53376f2d411da..6f3710b87b20d 100644 --- a/libraries/netcdf/README +++ b/libraries/netcdf/README @@ -5,22 +5,11 @@ netCDF libraries support a machine-independent format for representing scientific data. Together, the interfaces, libraries, and format support the creation, access, and sharing of scientific data. -NetCDF data is: +Optional HDF4 support +--------------------- - * Self-Describing. A netCDF file includes information about the - data it contains. - * Portable. A netCDF file can be accessed by computers with different - ways of storing integers, characters, and floating- point numbers. - * Scalable. A small subset of a large dataset may be accessed - efficiently. - * Appendable. Data may be appended to a properly structured netCDF - file without copying the dataset or redefining its structure. - * Sharable. One writer and multiple readers may simultaneously access - the same netCDF file. - * Archivable. Access to all earlier forms of netCDF data will be - supported by current and future versions of the software. +If you need support for reading HDF4 files, please build and install the 'hdf' +package from SlackBuilds.org, and then pass the option 'HDF4=yes' to the netcdf +SlackBuild, for example -The netCDF software was developed by Glenn Davis, Russ Rew, Ed Hartnett, -John Caron, Steve Emmerson, and Harvey Davies at the Unidata Program -Center in Boulder, Colorado, with contributions from many other netCDF -users. + HDF4=yes ./netcdf.SlackBuild |