A portolan/stac catalog of every known available non-AI generated field boundary.
This dataset contains the field boundaries for all of Slovenia in 2021. The data was collected by the Slovenian government.
Browse this collection in the data browser, or start from the AGENTS.md for tested queries.
The latest edition is also available at a stable path: ec_si/latest/ec_si.parquet. All editions together through the S3 glob s3://ftw/harmonized-field-data/ec_si/year=*/*.parquet (see the AGENTS.md for the DuckDB setup; plain https cannot expand *).
Query the published files in place with DuckDB; nothing needs downloading first.
This catalog is a mirror: the data is produced and licensed by Ministrstvo za kmetijstvo, gozdarstvo in prehrano https://rkg.gov.si/vstop/, EuroCrops and republished here as cloud-native GeoParquet and PMTiles by Fields of the World. Each edition was downloaded from the source and converted with fiboa-cli 0.21.0, vecorel-cli 0.2.16:
The conversion is deterministic and lives in fiboa-cli; changes to how a column is mapped are made there, not in this catalog.
CC-BY-SA-4.0. Attribution: Ministrstvo za kmetijstvo, gozdarstvo in prehrano
GERK_PIDEC_NUTS3 | string | Source-specific column; the publisher documents no meaning for it. |
hcat:name_en | string | The original crop name translated into English. (spec) |
id | string | An identifier for the field. (spec) |
crop_type_class | string | Carried over from the source column SIFRA_KMRS; the publisher documents no meaning for it. |
crop_lat_e | string | Carried over from the source column CROP_LAT_E; the publisher documents no meaning for it. |
hcat:code | uint32 | The 10-digit HCAT code indicating the hierarchy of the crop. The first 4, 6, 8 digits select increasingly specific crop groups. (spec) |
bbox | struct<xmin: double, ymin: double, xmax: double, ymax: double> | The bounding box of the field. Per-feature covering column (GeoParquet 1.1), in the source CRS. (spec) |