Difference between revisions of "Agrineer Package"
(Created page with " This is a catch-all Python package providing utility programs and classes used in some of Agrineer's applications. == Description == This release provides Python 3 modules u...") |
(→Description) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
== Description == | == Description == | ||
− | This release provides Python 3 modules used in | + | This release provides Python 3 modules used in Agrineer's standalone and web based [https://gitlab.com/agrineer/gdc Grow Degree Day] (GDC) and [https://gitlab.com/agrineer/sme Soil Moisture Estimator] applications. This package must be installed prior to using the standalone applications. |
− | The focus of this package is the | + | The focus of this package is the "wrfbase" class which reads and delivers NetCDF4 climate data, generated from the [http://www2.mmm.ucar.edu/wrf/users Weather, Research, and Forecast] (WRF) model and from our evaporation calculations using the UN's [http://www.fao.org/docrep/X0490E/x0490e08.htm Food and Agriculture Organization's] (FAO) guidelines. See Agrineer's [[ETo Calculation|ETo]] package for implementation details on this input data. |
− | Installation of this package and downloading of the data is prerequisite for the stand alone GDC and SME applications. Please review terms regarding usage of data [ | + | Installation of this package and downloading of the data is prerequisite for the stand alone GDC and SME applications. Please review terms regarding usage of data [https://www.agrineer.org/downloads/dataterms.php here] or in the DATA_TERMS_OF_USAGE.md file included in the package. |
+ | |||
+ | Once this package and data are installed you can use the applications GDC and SME as stand alone programs. | ||
== Download == | == Download == | ||
This package is licensed under GPLv3 and can be downloaded [http://gitlab.com/agrineer/agrineer here]. | This package is licensed under GPLv3 and can be downloaded [http://gitlab.com/agrineer/agrineer here]. |
Latest revision as of 19:49, 18 January 2019
This is a catch-all Python package providing utility programs and classes used in some of Agrineer's applications.
Description
This release provides Python 3 modules used in Agrineer's standalone and web based Grow Degree Day (GDC) and Soil Moisture Estimator applications. This package must be installed prior to using the standalone applications.
The focus of this package is the "wrfbase" class which reads and delivers NetCDF4 climate data, generated from the Weather, Research, and Forecast (WRF) model and from our evaporation calculations using the UN's Food and Agriculture Organization's (FAO) guidelines. See Agrineer's ETo package for implementation details on this input data.
Installation of this package and downloading of the data is prerequisite for the stand alone GDC and SME applications. Please review terms regarding usage of data here or in the DATA_TERMS_OF_USAGE.md file included in the package.
Once this package and data are installed you can use the applications GDC and SME as stand alone programs.
Download
This package is licensed under GPLv3 and can be downloaded here.