forked from Unidata/netcdf4-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPKG-INFO
47 lines (40 loc) · 2.11 KB
/
PKG-INFO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Metadata-Version: 1.1
Name: netCDF4
Version: 1.4.0
Author: Jeff Whitaker
Author-email: jeffrey s whitaker at noaa gov
Home-page: https://github.com/Unidata/netcdf4-python
Summary: python/numpy interface to netCDF library (versions 3 and 4)
License: OSI Approved
Description: 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.
Most new features of netCDF 4 are implemented, such as multiple unlimited
dimensions, groups and zlib data compression. All the new numeric data types
(such as 64 bit and unsigned integer types) are implemented. Compound,
variable length (vlen), and enumerated (enum) data types are supported, but
the opaque type is not. Mixtures of compound, vlen and/or enum data types are not supported.
This project has a `Github repository
<https://github.com/Unidata/netcdf4-python>`_ where you may access
the most
up-to-date source.
`Documentation
<http://unidata.github.io/netcdf4-python>`_
`Changelog
<https://github.com/Unidata/netcdf4-python/blob/master/Changelog>`_
Also available in the `Anaconda scientific python distribution <https://store.continuum.io/cshop/anaconda/>`_
Download source tarball and binary wheels below...
Keywords: numpy netcdf data science network oceanography meteorology climate
Platform: any
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Scientific/Engineering