Skip to content

H2020-IPM-openalea/weatherdata

Repository files navigation

openalea.weatherdata

Authors:

Institutes: INRAE/CIRAD

Licence: GPL-3

Status: Python package

Citation:

Description

WeatherData is a Python package that transforms weather data retrieved from agroservices in an efficient Python data structure (xarray) to facilitate its usage in Python and OpenAlea.

Installation

conda create -n weatherdata -c openalea3 -c conda-forge weatherdata 
conda activate weatherdata

Requierements

  • python>=3
  • pandas
  • xarray
  • matplotlib
  • cartopy
  • metpy
  • agroservices
  • jupyter

Documentation

You can see the complete documentation with tutorials at: xxx

Contributing

All contributions, bug reports, bug fixes, documentation improvements, enhancements, and ideas are welcome.

A detailed overview on how to contribute can be found in the contributing guide.

Contributors