- Title: AI ecosystem
- Identifier: https://fiboa.github.io/ai-ecosystem-extension/v0.2.0/schema.yaml
- Property Name Prefix: ml
- Extension Maturity Classification: Proposal
- Owner: @hannah-rae @subash-khanal @yanglexie @jacobsn @eddiechoi00
This document explains the AI Ecosystem Extension to the Field Boundaries for Agriculture (fiboa) and Vecorel specifications.
This extension adds support for properties useful for integrating field boundary data with the AI/ML ecosystem.
| Property Name | Type | Description |
|---|---|---|
| ml:boundary_type | string | REQUIRED. Whether the boundary is for a field, ownership parcel, hedge, or other boundary |
| ml:creation_date | datetime | REQUIRED. Date the collection was created or published |
| ml:verified_from | datetime | REQUIRED. The first date for which the boundary is verified to be present on ground (e.g. through ground-truth or remote sensing image verification) |
| ml:author | string | REQUIRED. Name of individual or organization who created this. |
| ml:admin2 | string | A unique admin2 (county) name for the administrative region that contains the field. The feature contains the last part of the HASC 2 codes. |
Additionally, the following properties from from the core specification are REQUIRED:
- category
- determination:method
- determination:datetime
Lastly, the following properties from from the Administrative Division extension are REQUIRED:
- admin:country_code
- admin:subdivision_code
Note
Country Code, Subdivision Code and admin2 can be derived from GADM boundaries.
See the contributing guideline for more details.