SIGPAC is a Geographic Information System dedicated to the control of agricultural aid under the CAP (Common Agricultural Policy). This tool is mandatory for the management of community aid, and is the identification basis for any type of aid related to the surface area.
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_cm/latest/es_cm.parquet. All editions together through the S3 glob s3://ftw/harmonized-field-data/es_cm/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: EScrop:code_list: https://fiboa.org/code/es/sigpac/land_use.csvadmin:subdivision_code: CMdetermination:datetime: 2024-01-01T00:00:00ZQuery the published files in place with DuckDB; nothing needs downloading first.
This catalog is a mirror: the data is produced and licensed by Unidad de Cartografía. Secretaría General. Consejería de Agricultura, Ganadería y Desarrollo Rural. 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.
CC-BY-SA-4.0. Attribution: Unidad de Cartografía. Secretaría General. Consejería de Agricultura, Ganadería y Desarrollo Rural.
| The crop code, from the code list of the source. (spec) |
admin_municipality_code | string | Carried over from the source column MUNICIPIO; the publisher documents no meaning for it. |
admin_province_code | string | Carried over from the source column PROVINCIA; the publisher documents no meaning for it. |
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) |