Edit

IABSD.fr/ports/math/py-netcdf4/pkg/DESCR

Branch :

  • Show log

    Commit

  • Author : martin
    Date : 2020-02-09 18:45:25
    Hash : be8e4588
    Message : Import math/py-netcdf4, a Python interface to the netCDF C library. OK benoit@ earlier version input by sthen@ and kmos@

  • math/py-netcdf4/pkg/DESCR
  • netcdf4-python is a Python interface to the netCDF C library.
    
    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 is modelled after Scientific.IO.NetCDF, and should be familiar
    to users of that module.