Metadata-Version: 2.1
Name: tfunct
Version: 1.0.0.dev0
Summary: Library for estimating grain yield using temperature response functions
Home-page: https://github.com/egiron/TemperatureFunct
Author: Ernesto Giron Echeverry
Author-email: e.giron.e@gmail.com
Keywords: PRFT,WEFT,TPF,VPD,wheat,iPAR,photoperiod,RUE,NDVI,crop modeling
Classifier: Programming Language :: Python :: 3
Classifier: License :: Free for non-commercial use
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: License :: Free for non-commercial use
Classifier: Environment :: Console
Classifier: Framework :: Jupyter
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy >=1.22.4
Requires-Dist: numba >=0.51.2
Requires-Dist: pandas >=1.5.3
Requires-Dist: scikit-learn >=1.2.2
Requires-Dist: scipy >=1.10.1
Requires-Dist: tqdm >=4.64.0
Requires-Dist: seaborn >=0.11.0
Requires-Dist: Shapely >=1.7.1
Requires-Dist: ipython >=7.21.0
Requires-Dist: duckdb >=0.8.1
Requires-Dist: pyarrow
Requires-Dist: click

# Welcome to Temperature Response Functions

This is a small package for estimating wheat yield. it estimates yield under non-stressed and VPD stressed conditions as a function of temperature.

Authors: 

* Azam Lashkari (azam.lashkari@jic.ac.uk)
* Urs Christoph Schulthess (U.Schulthess@cgiar.org)
* Ernesto Giron E. - (e.giron.e@gmail.com)

Reference:

* _Azam et al. Searching for optimal temperature response function for grain filling period to simulate wheat yield across the globe. In Press._



## Quick start

The package for temperature response functions can be installed with `pip`:

``` sh
pip install tfunct
```

For detailed installation instructions, configuration options, and a demo, visit
[installation]

  [installation]: https://egiron.github.io/TemperatureFunct/


# License

**MIT License**

Copyright (c) 2021-2023 

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
deal in the Software without restriction, including without limitation the
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
sell copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
IN THE SOFTWARE.



Copyright (c) 2023 CIMMYT-Henan Collaborative Innovation Center
