- Title: Crop
- Identifier: https://fiboa.org/crop-extension/v0.2.0/schema.yaml
- Property Name Prefix: crop
- Extension Maturity Classification: Proposal
- Owner: @ivorbosloper
This document explains the Crop extension to the Field Boundaries for Agriculture (fiboa) and Vecorel specifications.
Many published crop field datasets use a crop code list to identify the crop on each crop field. This extension harmonizes the columns to describe a coding list, a crop code and a crop name.
A code_list should be an url with a csv with at least fields original_code, original_name, and optionally translated_name.
Examples of usable code_lists are the EuroCrops code lists.
A valid value for crop:code_list would be https://github.com/maja601/EuroCrops/blob/main/csvs/country_mappings/dk_2019.csv
| Property Name | Type | Description |
|---|---|---|
| crop:code_list | string | REQUIRED A link to the code list |
| crop:code | string | REQUIRED The crop code |
| crop:name | string | Crop name in the original language. |
| crop:name_en | string | Crop name in English |
The crop:code_list should be an permanent URL with a CSV file (separator: ,) with at least columns original_code, original_name, translated_name as headers.
Examples of usable code lists are the EuroCrops code lists.
A valid value for crop:code_list would be https://github.com/maja601/EuroCrops/blob/main/csvs/country_mappings/dk_2019.csv.
See the contributing guideline for more details.