A crop field (Jordbruksskift) is a contiguous area of land within a block where a farmer grows a crop or otherwise manages the land. To receive compensation for agricultural support (EU support), farmers apply for support from the Swedish Agency for Agriculture via a SAM application. The data set contains parcels where the area applied for and the area decided on are the same. The data is published at the end of a year.
Codes found at https://jordbruksverket.se/stod/jordbruk-tradgard-och-rennaring/sam-ansokan-och-allmant-om-jordbrukarstoden/grodkoder
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: se/latest/se.parquet. All editions together through the S3 glob s3://ftw/harmonized-field-data/se/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: 2025-01-01T00:00:00Zadmin:country_code: SEcrop:code_list: https://fiboa.org/code/se/se.csvQuery the published files in place with DuckDB; nothing needs downloading first.
This catalog is a mirror: the data is produced and licensed by Jordbruksverket (The Swedish Board of Agriculture) 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. Attribution: Jordbruksverket
| se-2018.json |
| 2019 | 1,125,696 | 295.0 MB | — | se-2019.json |
| 2020 | 1,142,901 | 302.1 MB | — | se-2020.json |
| 2021 | 1,147,391 | 349.8 MB | — | se-2021.json |
| 2022 | 1,141,367 | 344.0 MB | — | se-2022.json |
| 2023 | 1,142,785 | 342.2 MB | — | se-2023.json |
| 2024 | 1,146,499 | 271.0 MB | — | se-2024.json |
| 2025 | 1,207,889 | 292.6 MB | 150.7 MB | se-2025.json |
crop:code| string |
| The crop code, from the code list of the source. (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) |
id | string | An identifier for the field. (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) |