optim_management

Optima sowing dates estimation

https://github.com/cropmodelingplatform/optim_management

Science Score: 31.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.7%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Optima sowing dates estimation

Basic Info
  • Host: GitHub
  • Owner: CropModelingPlatform
  • License: mit
  • Language: Python
  • Default Branch: main
  • Size: 75.2 KB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 2 years ago · Last pushed about 1 year ago
Metadata Files
Readme Changelog License Citation

README.rst

Optim Management
================

.. image:: https://readthedocs.org/projects/optim-management/badge/?version=latest
   :target: https://optim-management.readthedocs.io/en/latest/
   :alt: Documentation Status

A package to estimate optimal agricultural practices from crop model outputs.

Installation
------------

**Create a conda environment with Python ≥ 3.9 and install dependencies:**

.. code-block:: bash

   conda create --name gced python=3.9
   pip install optim_management

Usage
-----

It is assumed that you have the NetCDF output files from the models **STICS**, **DSSAT**, and **Celsius** in the same folder, generated using the **LIMA platform**.

We refer to:
- ``ModelOutput`` as the **absolute path** to this folder
- ``resultPath`` as the path where results should be saved

Run the optimization as follows:

.. code-block:: bash

   optim_management optim --start  --end  --step   

Contributions
-------------

Owner

  • Name: CropModelingPlatform
  • Login: CropModelingPlatform
  • Kind: organization

This platform provides methods and tools to advance the crop modeling.

Citation (CITATION.cff)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: >-
  Optim_management : A package to estimate optimal agricultural practices from crop model outputs.
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: Cyrille Ahmed
    family-names: Midingoyi
    affiliation: CIRAD
    email: cyrille_ahmed.midingoyi@cirad.fr
  - given-names: Gatien
    family-names: Falconnier
    email: gatien.falconnier@cirad.fr
    affiliation: CIRAD

repository-code: >-
  https://gitlab.cirad.fr/lima/optim_management/
url: 'https://optim_management.readthedocs.io/en/latest/?badge=latest'
abstract: >-
   A package to estimate optimal agricultural practices from crop model outputs...... 
keywords:
  - crop models
  - simulation
  - data management
license: MIT

GitHub Events

Total
  • Push event: 9
  • Pull request event: 1
  • Create event: 2
Last Year
  • Push event: 9
  • Pull request event: 1
  • Create event: 2

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 11 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 1
  • Total maintainers: 1
pypi.org: optim-management

A package to optimize agricultural practices from crop model outputs

  • Homepage: https://github.com/cropmodelingplatform/Optim_management
  • Documentation: https://optim-management.readthedocs.io/
  • 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.
  • Latest release: 2.6.0
    published over 1 year ago
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 11 Last month
Rankings
Dependent packages count: 9.6%
Average: 31.8%
Dependent repos count: 54.1%
Maintainers (1)
Last synced: 10 months ago

Dependencies

.github/workflows/python-package-conda.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v3 composite
  • snok/install-poetry v1 composite
Pipfile pypi
  • calendar *
  • numpy *
  • six *
  • xarray *
environment.yml pypi
pyproject.toml pypi
  • click ^8.1.7
  • netCDF4 ^1.6.5
  • numpy ^1.26.4
  • pandas ^2.2.1
  • pathlib ^1.0.1
  • pytest-cov ^5.0.0
  • python ^3.9
  • xarray ^2024.2.0
requirements.txt pypi
  • click *
  • netCDF4 *
  • numpy *
  • pandas *
  • pathlib *
  • xarray *