mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 15:07:01 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
12 lines
685 B
Text
12 lines
685 B
Text
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.
|