EPyGrAM : Enhanced Python for Graphics and Analysis of Meteorological fields
Project description
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 ...), and listed in pyproject.toml.
Some packages are mandatory, others are optional, only necessary for the use of specific functionalities or formats.
Formats for which the import of the according underlying package fails are deactivated at runtime.
Installation
pip install epygram
or
pip3 install epygram
To use specific functionalities which dependencies are not covered by default, you may need to manually pip install the according package(s).
You can also install all optional dependencies using:
pip install epygram[all]
or
more specifically one of the extra group of dependencies:
pip install epygram[<opt>]
with <opt> among (graphics, docs, features, extra_formats), cf. pyproject.toml.
Tests
To run tests, cf. 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-doc
Applicative tools
Some applicative tools in command line are provided and installed by pip.
These tools are available through a single command line epygram with sub-commands:
epygram -hto list available sub-commandsepygram <sub-command> -hfor auto-documentation of each tool/sub-command.
or as epy_<sub-command> (pip should have placed them in your $PATH).
Example, to plot a field:
epygram cartoplot <file> -f <field>
or
epy_cartoplot <file> -f <field>
are equivalent to
epy_cartoplot.py <file> -f <field>in versions prior to 1.6.0
License
This software is governed by the open-source CeCILL-C 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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file epygram-2.1.0-py3-none-any.whl.
File metadata
- Download URL: epygram-2.1.0-py3-none-any.whl
- Upload date:
- Size: 3.6 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
774f0462a10a66491678a15a9cb9d4a442d66915de477a612801c43e50c0f8e8
|
|
| MD5 |
d35a9699a6c296694f1e3f4d30b8bd3e
|
|
| BLAKE2b-256 |
10b0aeb808e88e28eda57ff521e95192d91be2b018d94bdbdefd55d72b04b68c
|