Bug 131866 - [New Port]science/py-netCDF4:Python Interface to the NetCDF Library(versions 3 and 4)
Summary: [New Port]science/py-netCDF4:Python Interface to the NetCDF Library(versions ...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-19 02:20 UTC by wenheping
Modified: 2009-02-23 20:20 UTC (History)
0 users

See Also:


Attachments
file.shar (3.01 KB, text/plain)
2009-02-19 02:20 UTC, wenheping
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description wenheping 2009-02-19 02:20:01 UTC
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/

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-02-19 02:20:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2009-02-23 20:18:41 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-02-23 20:18:57 UTC
miwi        2009-02-23 20:18:45 UTC

  FreeBSD ports repository

  Modified files:
    science              Makefile 
  Added files:
    science/py-netCDF4   Makefile distinfo pkg-descr pkg-plist 
  Log:
  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
  
  Revision  Changes    Path
  1.137     +1 -0      ports/science/Makefile
  1.1       +25 -0     ports/science/py-netCDF4/Makefile (new)
  1.1       +3 -0      ports/science/py-netCDF4/distinfo (new)
  1.1       +14 -0     ports/science/py-netCDF4/pkg-descr (new)
  1.1       +13 -0     ports/science/py-netCDF4/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"