Metadata-Version: 2.1
Name: optim_sowingdate
Version: 2.6.0
Summary: A package to optimize sowing date from estimated yield time series
Author: Argeo ULRICH
Author-email: Cyrille MIDINGOYI <cyrille_ahmed.midingoyi@cirad.fr>
Maintainer-email: Cyrille MIDINGOYI <cyrille_ahmed.midingoyi@cirad.fr>
License: MIT License
        
        Copyright (c) 2024 LIMA
        
        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 NONINFRINGEMENT. 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.
        
Project-URL: Homepage, https://github.com/cropmodelingplatform/Optim_sowingDate
Project-URL: documentation, https://Optim_sowingDate.readthedocs.io
Project-URL: Repository, https://github.com/CropModelingPlatform/Optim_sowingDate.git
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: numpy
Requires-Dist: xarray
Requires-Dist: pathlib
Requires-Dist: pandas
Requires-Dist: netCDF4
Requires-Dist: click

# Optimal sowing dates estimation

A package to estimate optimal sowing dates from crop yield time series

## Install

### Create conda environment with python >=3.9 Install dependencies

        ```bash
        conda create --name gced python=3.9
        pip install optim_sowingdate
        ```

## Usage

It supposed that you have the netcdf files outputs for the models STICS, DSSAT and Celsius in a same folder, estimated thanks to the LIMA platform. We named the absolute path of this folder "ModelOutput", and "resultPath" the path of the result.

        ```bash
        optim_sowingdate optim --start <value> --end <value> --step <value> <ModelOutput> <resultPath>
        ```
