Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 1.34 KB

File metadata and controls

54 lines (35 loc) · 1.34 KB

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
  • openalea.agroservices
  • jupyter
  • pint

Documentation

You can see the complete documentation with tutorialsin example directory.

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