https://github.com/agriculturalmodelexchangeinitiative/cookiecutter-crop2ml

cookiecutter for sharing crop2ml models package

https://github.com/agriculturalmodelexchangeinitiative/cookiecutter-crop2ml

Science Score: 13.0%

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

  • 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 (11.7%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

cookiecutter for sharing crop2ml models package

Basic Info
  • Host: GitHub
  • Owner: AgriculturalModelExchangeInitiative
  • License: mit
  • Language: Makefile
  • Default Branch: master
  • Size: 37.1 KB
Statistics
  • Stars: 1
  • Watchers: 6
  • Forks: 2
  • Open Issues: 0
  • Releases: 0
Created over 7 years ago · Last pushed about 2 years ago
Metadata Files
Readme License

README.md

Cookiecutter Crop2ML

A logical, reasonably standardized, but flexible project structure for sharing crop models components between crops modelling platform.

Project homepage

Requirements to use the cookiecutter template:


  • Python 2.7 or 3.5
  • Cookiecutter Python package >= 1.4.0: This can be installed with pip by or conda depending on how you manage your Python packages:

bash $ pip install cookiecutter

or

bash $ conda config --add channels conda-forge $ conda install cookiecutter

To start a new project, run:


cookiecutter https://github.com/AgriculturalModelExchangeInitiative/cookiecutter-crop2ml

asciicast

The resulting directory structure


The directory structure of your new project looks like this:

```

├── LICENSE.txt        <- License file
├── README.md          <- The top-level README for AMEI members using this project.
├── data/              <- data used for model simulation
│
├── doc/               <- Package documentation
│
├── test/             <- model tests for each language and platform
│
├── crop2ml/          <- model units and composite in crop2ml format.
│      ├── xml files
│      ├── Algo/
|
│
├── src/                <- Executable source in different language and platform
│   ├── pyx/
│   ├── java/
│   ├── py/
    ├── R/
    ├── cpp/
    ├── cs/
    ├── f90/
    ├── Bioma/
    ├── Simplace/
    ├── OpenAlea/
    ├── Record/

```

Contributing

We welcome contributions! See the docs for guidelines.

Owner

  • Name: AgriculturalModelExchangeInitiative
  • Login: AgriculturalModelExchangeInitiative
  • Kind: organization

GitHub Events

Total
Last Year