Field boundary data for Croatia, provided as part of national agricultural datasets.
This dataset contains spatial data related to agricultural land use in Croatia, including ARKOD parcel information, environmentally sensitive areas, High Nature Value Grasslands, protective buffer strips around watercourses, and vineyard classifications. The data is crucial for managing agricultural activities, ensuring compliance with environmental regulations, and supporting sustainable land use practices.
Prostorni podaci i servisi <https://www.apprrr.hr/prostorni-podaci-servisi/>)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: hr/latest/hr.parquet. All editions together through the S3 glob s3://ftw/harmonized-field-data/hr/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: HRdetermination:datetime: 2024-01-01T00:00:00Zcrop:code_list: https://raw.githubusercontent.com/maja601/EuroCrops/refs/heads/main/csvs/country_mappings/hr_2020.csvQuery the published files in place with DuckDB; nothing needs downloading first.
This catalog is a mirror: the data is produced and licensed by Agencija za plaćanja u poljoprivredi, ribarstvu i ruralnom razvoju 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.15:
The conversion is deterministic and lives in fiboa-cli; changes to how a column is mapped are made there, not in this catalog.
other — Prostorni podaci i servisi (converter: Prostorni podaci i servisi <https://www.apprrr.hr/prostorni-podaci-servisi/>). Attribution: copyright © 2024. Agencija za plaćanja u poljoprivredi, ribarstvu i ruralnom razvoju
A geometry that reflects the footprint of the field, usually a Polygon. Stored in the source CRS (see proj:code), not reprojected. (spec) |
anc_area | double | ANC area (per the fiboa data survey) |
irrigation_type | int32 | Irrigation type code (per the fiboa data survey) |
crop:code | string | The crop code, from the code list of the source. (spec) |
mines_year_removed | int32 | Year mines were removed (per the fiboa data survey) |
home_name | string | Locality / home name (per the fiboa data survey) |
mines_status | string | Mine contamination status (per the fiboa data survey) |
water_protect_zone | string | Water protection zone code (per the fiboa data survey) |
collection | string | The identifier of the collection. (spec) |
anc | int32 | Area with Natural Constraints flag (per the fiboa data survey) |
natura2000 | double | Natura 2000 overlap area (per the fiboa data survey) |
ot_nat_area | double | Other nature area (per the fiboa data survey) |
metrics:area | float | Area of the field, in square meters (m²). Must be > 0 and <= 1,000,000,000. (spec) |
natura2000_pop | double | Natura 2000 POP overlap (per the fiboa data survey) |
height | double | Average elevation (mapped to height) (source column z_avg, per the fiboa data survey) |
jpaid | string | Unique single application identifier (per the fiboa data survey) |
metrics:perimeter | float | Perimeter of the field, in meters (m). Must be > 0 and <= 125,000. (spec) |
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) |
irrigation | int32 | Irrigation flag (per the fiboa data survey) |
tvpv | int32 | TVPV flag (per the fiboa data survey) |
eligibility_coef | double | Eligibility coefficient (per the fiboa data survey) |
natura2000_ok | string | Natura 2000 status (per the fiboa data survey) |
sanitary_protection_zone | string | Sanitary protection zone code (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) |