A portolan/stac catalog of every known available non-AI generated field boundary.
Geospatial Aid Application Estonia Agricultural parcels. The original dataset is provided by ARIB and obtained from the INSPIRE theme GSAA (specifically Geospaial Aid Application Estonia Agricultural parcels) through which the data layer Fields and Eco Areas (GSAA) is made available. The data comes from ARIB's database of agricultural parcels.
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_ee/latest/ec_ee.parquet. All editions together through the S3 glob s3://ftw/harmonized-field-data/ec_ee/year=*/*.parquet (see the AGENTS.md for the DuckDB setup; plain https cannot expand *).
Properties that are the same for every field are stored once, in the GeoParquet file's collection metadata rather than as columns (latest edition shown; a client reading only the table will not see them):
determination:datetime: 2021-01-01T00:00:00Zcrop:code_list: https://raw.githubusercontent.com/maja601/EuroCrops/refs/heads/main/csvs/country_mappings/ee_2021.csvQuery the published files in place with DuckDB; nothing needs downloading first.
This catalog is a mirror: the data is produced and licensed by Põllumajanduse Registrite ja Informatsiooni Amet http://data.europa.eu/88u/dataset/pria-pollud, 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: © Põllumajanduse Registrite ja Informatsiooni Amet
taotleja_registrikood | string | Carried over from the source column taotleja_r; the publisher documents no meaning for it. |
id | string | An identifier for the field. (spec) |
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) |
hcat:name | string | The machine-readable HCAT name of the crop (Hierarchical Crop and Agriculture Taxonomy, EuroCrops). (spec) |
geometry | binary | A geometry that reflects the footprint of the field, usually a Polygon. Stored in the source CRS (see proj:code), not reprojected. (spec) |
taotletud_maakasutus | string | Carried over from the source column taotletu_1; the publisher documents no meaning for it. |
niitmise_tuvast_ajavahemik | string | Carried over from the source column niitmise_1; the publisher documents no meaning for it. |
niitmise_tuvastamise_staatus | string | Carried over from the source column niitmise_t; the publisher documents no meaning for it. |
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) |