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 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
|
Metadata-Version: 1.1
Name: cf-python
Version: 1.3.2
Summary: Python interface to the CF data model
Home-page: http://cfpython.bitbucket.org/
Author: David Hassell
Author-email: d.c.hassell at reading.ac.uk
License: UNKNOWN
Download-URL: https://bitbucket.org/cfpython/cf-python/downloads
Description: Home page
=========
* `cf-python <http://cfpython.bitbucket.org>`_
Documentation
=============
* `Online documentation for the latest stable release
<http://cfpython.bitbucket.org/docs/latest/>`_
Dependencies
============
* The package runs on Linux and Mac OS operating systems.
* Requires a python version from 2.6 up to, but not including, 3.0.
* See the `README.md
<https://bitbucket.org/cfpython/cf-python/src/master/README.md>`_
file for further dependencies
Visualisation
=============
* The `cfplot package <https://pypi.python.org/pypi/cf-plot>`_ at
version 1.9.10 or newer provides metadata-aware visualisation for
cf-python fields. This is not a dependency for cf-python.
Command line utilities
======================
* The `cfdump` tool generates text representations on standard output
of the CF fields contained in the input files.
* The `cfa` tool creates and writes to disk the CF fields contained in
the input files.
* During installation these scripts will be copied automatically to a
location given by the ``PATH`` environment variable.
Code license
============
* `MIT License <http://opensource.org/licenses/mit-license.php>`_
Keywords: cf,netcdf,data,science,oceanography,meteorology,climate
Platform: Linux
Platform: MacOS
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
Classifier: Topic :: Utilities
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Requires: netCDF4 (>=1.1.1)
Requires: numpy (>=1.7)
Requires: matplotlib (>=1.4.2)
Requires: psutil (>=0.6.0)
|