A portolan/stac catalog of every known available non-AI generated field boundary.
This data represents the outline shape of LPIS parcels as claimed under area based schemes. The dataset includes the crops claimed as part of the annual GSAA. Yearly information provided through the beneficiary declaration.
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: ie/latest/ie.parquet. All editions together through the S3 glob s3://ftw/harmonized-field-data/ie/year=*/*.parquet (see the AGENTS.md for the DuckDB setup; plain https cannot expand *).
The department's INSPIRE bucket serves GSAA_2022, GSAA_2023 and GSAA_2024; GSAA_2017 through GSAA_2021 answer 403, so the earlier campaigns EuroCrops lists are no longer downloadable there.
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: 2024-12-31T00:00:00Zadmin:country_code: IEcrop:code_list: https://fiboa.org/code/ie/ie.csvQuery the published files in place with DuckDB; nothing needs downloading first.
This catalog is a mirror: the data is produced and licensed by Department of Agriculture, Food and the Marine 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-4.0. Attribution: Ireland Department of Agriculture, Food and the Marine
| string |
| The identifier of the collection. (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) |
id | string | An identifier for the field. (spec) |
parcel_id | string | Identifier (source column localId, per the fiboa data survey) |
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) |