The Department of Agriculture, Livestock, Fisheries and Food makes available to the public the data from the crop map of Catalonia. This map allows you to locate the crops declared in the Agrarian Declaration - DUN submitted to the DACC.
The Open Information Use License - Catalonia <https://administraciodigital.gencat.cat/ca/dades/dades-obertes/informacio-practica/llicencies/>)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: es_cat/latest/es_cat.parquet. All editions together through the S3 glob s3://ftw/harmonized-field-data/es_cat/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: 2024-01-01T00:00:00Zcrop:code_list: https://fiboa.org/code/es/cat/crop.csvQuery the published files in place with DuckDB; nothing needs downloading first.
This catalog is a mirror: the data is produced and licensed by Catalonia Department of Agriculture, Livestock, Fisheries and Food 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 — The Open Information Use License - Catalonia (converter: The Open Information Use License - Catalonia <https://administraciodigital.gencat.cat/ca/dades/dades-obertes/informacio-practica/llicencies/>). Attribution: Catalonia Department of Agriculture, Livestock, Fisheries and Food
| The crop code, from the code list of the source. (spec) |
collection | string | The identifier of the collection. (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) |