Skip to content

Python application for downloading meteorological reanalysis data

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

spine-tools/MetReLoad

Repository files navigation

MetReLoad

Documentation Status Build Status

Python application for downloading meteorological reanalysis data

Installation

Python 3 is required. A conda environment or a virtual environment is recommended.

Install required packages with

pip install -r requirements.txt

Install MetReLoad with

pip install .

Usage

metreload [OPTIONS] COMMAND [OPTIONS]...

General options

--version  Show version and exit
--debug    Set debug mode on
--help     Show this message and exit.

See documentation in folder docs for more information.

Contributing

Install development requirements into your current Python environment with

pip install -r requirements.txt -r requirements_dev.txt

Alternatively, if you are using conda you can also create a new development environment with

conda env create --file conda/develop.yml --name <NAME>

Install the package in editable mode with

pip install -e .

Before committing, run tests with

python setup.py test

Building with PyInstaller

PyInstaller version 3.4 (or newer) is required. Follow above instructions to install all development requirements (including PyInstaller). Excute

pyinstaller [-y] metreload.spec

to build an executable distribution into dist/metreload. (Use the -y switch to bypass confirmation for replacing old files.)

 


EU emblem This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 774629.

About

Python application for downloading meteorological reanalysis data

Topics

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages