Skip to content

fiboa/crop-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crop Extension Specification

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

Properties

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

crop:code_list

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.

Contributing

See the contributing guideline for more details.

About

Identify crop codes and crop names from a custom codelist

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors