# Finnish Crop Fields (Maatalousmaa)

The Finnish Food Authority (FFA) since 2020 produces spatial data sets,
more specifically in this context the "Field parcel register" and "Agricultural parcel containing spatial data".
A set called "Agricultural land: arable land, permanent grassland or permanent crop (land use)".

- **Source Data Provider:** Finnish Food Authority
- **Converted by:** Ivor Bosloper
- **Homepage:** https://www.ruokavirasto.fi/en/about-us/open-information/spatial-data-sets/

---

- [Download the data as fiboa GeoParquet](https://data.source.coop/fiboa/finland/finland.parquet)
- [STAC Browser](https://radiantearth.github.io/stac-browser/#/external/data.source.coop/fiboa/finland/stac/collection.json)
- [STAC Collection](https://data.source.coop/fiboa/finland/stac/collection.json)
- [PMTiles](https://data.source.coop/fiboa/finland/finland.pmtiles)


### Columns

The Crop Field dataset has the following properties:

| Property   | **Data Type** | Description                |
|------------|---------------|----------------------------|
| id         | string        | Identifier                 |
| block_id   | int           | Field block ID             |
| area       | float         | Surface Area               |
| crop_code  | string        | Crop code                  |
| crop_name  | string        | Crop description (Finnish) |

## Lineage

- Data downloaded on 2024-06-12 from https://download.inspire.ruokavirasto-awsa.com/data/2023/LandUse.ExistingLandUse.GSAAAgriculturalParcel.gpkg
- Converted to GeoParquet using [fiboa-cli](https://github.com/fiboa/cli), version 0.4.0
