You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| crop:code_list| string |**REQUIRED** A link to the code list |
31
+
| crop:code| string |**REQUIRED** The crop code |
32
+
| crop:name| string | Crop name in the original language. |
33
+
| crop:name_en| string | Crop name in English |
34
+
35
+
### crop:code_list
36
+
37
+
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.
38
+
Examples of usable code lists are the [EuroCrops code lists](https://github.com/maja601/EuroCrops/blob/main/csvs/country_mappings/).
39
+
A valid value for `crop:code_list` would be `https://github.com/maja601/EuroCrops/blob/main/csvs/country_mappings/dk_2019.csv`.
0 commit comments