SIGPAC is the Geographic Information System for the Identification of Agricultural Plots , created through collaboration between the Spanish Agricultural Guarantee Fund (FEGA) and the different Autonomous Communities, within the scope of their territories, as an element of the Integrated Management and Control System of the direct aid regimes. It has the character of a public register of administrative profile, and contains updated information on the plots that may benefit from community aid related to the surface area, providing graphic support for these and their subdivisions (ENCLOSURES) with defined agricultural uses or developments.
Pursuant to Law 37/2007 of 16 November on the reuse of public sector information and Law 3/2013 of 24 July approving the Statistical and Cartographic Plan of Andalusia 2013-2017, the geographic information of SIGPAC is made available to the public. <https://www.juntadeandalucia.es/organismos/agriculturapescaaguaydesarrollorural/servicios/sigpac/visor/paginas/sigpac-descarga-informacion-geografica-shapes-provincias.html#toc-condiciones-de-uso-para-la-licencia-de-uso-comercial>)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_an/latest/es_an.parquet. All editions together through the S3 glob s3://ftw/harmonized-field-data/es_an/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: ANdetermination:datetime: 2025-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 Junta de Andalucía 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 — Pursuant to Law 37/2007 of 16 November on the reuse of public sector information and Law 3/2013 of 24 July approving the Statistical and Cartographic Plan of Andalusia 2013-2017, the geographic information of SIGPAC is made available to the public. (converter: Pursuant to Law 37/2007 of 16 November on the reuse of public sector information and Law 3/2013 of 24 July approving the Statistical and Cartographic Plan of Andalusia 2013-2017, the geographic information of SIGPAC is made available to the public. <https://www.juntadeandalucia.es/organismos/agriculturapescaaguaydesarrollorural/servicios/sigpac/visor/paginas/sigpac-descarga-informacion-geografica-shapes-provincias.html#toc-condiciones-de-uso-para-la-licencia-de-uso-comercial>). Attribution: ©Junta de Andalucía
id | string | An identifier for the field. (spec) |
admin_municipality_code | string | Municipality code (source column CD_MUN, per the fiboa data survey) |
crop:name_en | string | Crop name in English. (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) |