The FTW benchmark data includes all the chips and associated imagery to train field boundary models. This repo is starting as a demonstration of how to organize it, and will evolve to be alpha and beta releases of the 2.0 dataset. This catalog is a 'git-backed' Portolan catalog, backed by https://github.com/fieldsoftheworld/benchmark-data-catalog
Benchmark chips for Austria cut from the harmonized field boundary collection for Austria (edition 2025).
It contains 11,242 chips and 656,619 field polygons. Chips are pre-assigned to benchmark splits (train 9,018, val 1,153, test 1,071).
Licensed CC-BY-4.0.
The collection ships these files alongside collection.json:
Query them with DuckDB from inside the collection directory, so the relative paths below resolve:
Columns in the chips table:
gzd: MGRS grid zone designator of the chip's grid cellmgrs_10km: MGRS 100 km square plus 10 km cell identifier the chip belongs toid: chip identifier; matches the STAC item id (with the year suffix stripped)field_coverage_pct: percent of the chip's area covered by mapped field polygonshcat_dominant_code: EuroCrops HCAT code of the crop covering most of the chip's fieldshcat_dominant_name_en: English name for hcat_dominant_codehcat_dominant_pct: share of the chip's field area under the dominant crophcat_top: the crops covering the chip's field area, as {code, name_en, pct} entries ordered by share (top 5)split: which benchmark split the chip belongs to (train / val / test)geometry: the chip footprint, a square polygon in EPSG:4326bbox: bounding box of the chip footprintFTW properties on each STAC item:
ftw:calendar_year: calendar year of the crop cycle the chip documentsftw:field_coverage_pct: percent of the chip's area covered by mapped field polygonsftw:hcat_dominant_code: EuroCrops HCAT code of the crop covering most of the chip's fieldsftw:hcat_dominant_name_en: English name for hcat_dominant_codeftw:hcat_dominant_pct: share of the chip's field area under the dominant cropftw:hcat_top: the crops covering the chip's field area, as {code, name_en, pct} entries ordered by share (top 5)ftw:split: which benchmark split the chip belongs to (train / val / test)Label rasters available as item assets: instance_mask, semantic_2class_mask, semantic_3class_mask.
field_coverage_pct when sparse chips would skew an evaluation.Every query below was run against this collection when this file was written; the -- result: lines are its first rows. Run them from the collection directory.
The field boundaries here come from Source field boundary collection; consult it for the original attributes, licensing terms and update cadence.