Skip to content

tobifinn/pymepps

Repository files navigation

pymepps

docs Documentation Status
reqs Requirements Status

python meteorological post-processing system

pymepps is a python package for processing of meteorological data, especially for post-processing of numerical weather model data.

With this package it should be possible to load, process, save and plot the data. The central entity of this package is the data itself. The package is based on the climate data operators (cdo,1). While cdo is used to process meteorological files this package could be used to process extracted file data.

Under the hood this package is based on pandas2 for processing of time series data and xarray3 for processing spatial data.

Installation

We highly recommend to create a virtual environment for this package to prevent package collisions. At the moment this package is not uploaded via pypi or conda. So the package needs to be cloned and installed via pip.

git clone git@github.com:maestrotf/pymepps.git
cd pymepps
conda env create -f environment.yml
source activate pymepps
pip install .

via pip:

git clone git@github.com:maestrotf/pymepps.git
cd pymepps
pip install -r requirements.txt
pip install .

Documentation

For further documentation, especially documentation for the api please take a look at docs.

Authors

License

This project is licensed under the GPL3 License - see the license file for details.

References


  1. Climate data operators, https://code.zmaw.de/projects/cdo/

  2. pandas, http://pandas.pydata.org/

  3. xarray, http://xarray.pydata.org/

About

Python meteorological post-processing system

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages