Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/UMR-CNRM/EPyGrAM
Enhanced Python for Graphics and Analysis of Meteorological fields
https://github.com/UMR-CNRM/EPyGrAM
Last synced: 3 months ago
JSON representation
Enhanced Python for Graphics and Analysis of Meteorological fields
- Host: GitHub
- URL: https://github.com/UMR-CNRM/EPyGrAM
- Owner: UMR-CNRM
- License: other
- Created: 2022-03-03T14:26:16.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2024-08-02T14:25:04.000Z (3 months ago)
- Last Synced: 2024-08-07T05:42:22.749Z (3 months ago)
- Language: Python
- Size: 56.3 MB
- Stars: 14
- Watchers: 2
- Forks: 15
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- open-sustainable-technology - EPyGrAM - Enhanced Python for Graphics and Analysis of Meteorological fields. (Hydrosphere / Ocean and Hydrology Data Access)
README
EPyGrAM
=======__*Enhanced Python for Graphics and Analysis of Meteorological fields*__
---
The epygram library package is a set of Python classes and functions designed to handle meteorological fields in Python, as well as interfacing their storage in various usual (or not) data formats.
Dependencies
------------EPyGrAM dependencies are available from Pypi (pip install ...), including the packages [`footprints`](https://pypi.org/project/footprints/) and [`bronx`](https://pypi.org/project/bronx/) from the Vortex project.
Installation
------------`pip install epygram`
Depending on the machine and environment, you may need:
```
ulimit -s unlimited
unset ECCODES_SAMPLES_PATH
unset ECCODES_DEFINITION_PATH
unset GRIB_SAMPLES_PATH
unset GRIB_SAMPLES_PATH
```Tests
-----To run tests, cf. [`tests/README.md`](tests/README.md).
Documentation
-------------To generate Sphinx doc: `make doc`. It will be generated in `docs/build/html`.
Online doc of the latest release on `master` branch is available at https://umr-cnrm.github.io/EPyGrAM-docLicense
-------This software is governed by the open-source [CeCILL-C](http://www.cecill.info) license under French law, cf. LICENSE.txt.
Downloading and using this code means that you have had knowledge of the CeCILL-C license and that you accept its terms.