aboutsummaryrefslogtreecommitdiff
path: root/science/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-02-23 20:18:45 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-02-23 20:18:45 +0000
commit7d22134ae14a42bbcae536f8580ac199c0454284 (patch)
tree091aef0d6834807c6a81244690ebb61470aa893d /science/Makefile
parent58d4bedcf436d78626be690db5da02da3064a913 (diff)
downloadports-7d22134ae14a42bbcae536f8580ac199c0454284.tar.gz
ports-7d22134ae14a42bbcae536f8580ac199c0454284.zip
netCDF version 4 has many features not found in earlier versions of the
library and is implemented on top of HDF5. This module can read and write files in both the new netCDF 4 and the old netCDF 3 format, and can create files that are readable by HDF5 clients. The API modelled after Scientific.IO.NetCDF, and should be familiar to users of that module. Many new features of netCDF 4 are implemented, such as multiple unlimited dimensions, groups and zlib data compression. All the new primitive data types (such as 64 bit and unsigned integer types) are implemented, except variable-length strings (NC_STRING). User defined data types (compound, vlen, enum etc.) are not supported. WWW: http://code.google.com/p/netcdf4-python/ PR: ports/131866 Submitted by: wenheping at gmail.com
Notes
Notes: svn path=/head/; revision=228937
Diffstat (limited to 'science/Makefile')
-rw-r--r--science/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/science/Makefile b/science/Makefile
index 2b828e93ba1b..c08cb96ff9b1 100644
--- a/science/Makefile
+++ b/science/Makefile
@@ -103,6 +103,7 @@
SUBDIR += psi3
SUBDIR += py-hcluster
SUBDIR += py-mdp
+ SUBDIR += py-netCDF4
SUBDIR += py-openbabel
SUBDIR += py-paida
SUBDIR += py-pydicom