Giter VIP home page Giter VIP logo

metreload's Introduction

MetReLoad

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.

metreload's People

Contributors

erkkar avatar tltoni avatar fabianop avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.