Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Determine crop data structure #60

Open
3 tasks
paulmis opened this issue Feb 24, 2023 · 1 comment
Open
3 tasks

Determine crop data structure #60

paulmis opened this issue Feb 24, 2023 · 1 comment
Assignees
Labels

Comments

@paulmis
Copy link
Collaborator

paulmis commented Feb 24, 2023

Provide a structure for the crop data that is relevant for the insight calculation:

  • Do literature review for relevant crop parameters
  • Create a database schema for crops
  • Populate the database with two example crops
@paulmis
Copy link
Collaborator Author

paulmis commented Mar 6, 2023

From my research, I would divide the crop data structure into 3 sections;

  • metadata - basic data about the crop (name, creation/review/update date, description, app statistics)
  • agricultural metrics - widely used properties (ideal pH, rainfall range, plant time)
  • indicators normals - accepted ranges for various indicators (e.g. harvest time vs NDVI range)
    Note that a lot of these are region-dependent.

Furthermore, while the metadata is general to a crop, the latter two sections depend on the hybrid, and I would specify them for each hybrid. As there can be a myriad of hybrids and their subtypes, I would also include a default hybrid that is either manually set, or an average of all hybrids.

See the brainstorm board here.

@paulmis paulmis mentioned this issue Mar 11, 2023
9 tasks
@paulmis paulmis mentioned this issue Mar 19, 2023
10 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants