A portolan/stac catalog of every known available non-AI generated field boundary.
Systém identifikácie poľnohospodárskych pozemkov (LPIS)
LPIS is an agricultural land identification system. It represents the vector boundaries of agricultural land and carries information about the unique code, acreage, culture/land use, etc., which is used as a reference for farmers' applications, for administrative and cross-checks, on-site checks and also checks using remote sensing methods.
Dataset Hranice užívania contains the use declared by applicants for direct support.
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: sk/latest/sk.parquet. All editions together through the S3 glob s3://ftw/harmonized-field-data/sk/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):
admin:country_code: SKcrop:code_list: https://fiboa.org/code/sk/sk.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ôdohospodárska platobná agentúra 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.
CC0-1.0. Attribute the data to Pôdohospodárska platobná agentúra.
municipality | string | Municipality (source column LOKALITA_N, per the fiboa data survey) |
crop:name | string | Crop name in the original language. (spec) |
collection | string | The identifier of the collection. (spec) |
hcat:name | string | The machine-readable HCAT name of the crop (Hierarchical Crop and Agriculture Taxonomy, EuroCrops). (spec) |
block_id | string | code KD (source column KODKD, 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) |