INE Spain (Instituto Nacional de Estadística) full ingest. License: Spanish public sector information, freely reusable (RD 1495/2011 / OD-BY-NC → INE explicitly permits free redistribution for non-commercial + commercial uses under their open data policy:…
INE Spain (Instituto Nacional de Estadística) full ingest. License: Spanish public sector information, freely reusable (RD 1495/2011 / OD-BY-NC → INE explicitly permits free redistribution for non-commercial + commercial uses under their open data policy: https://www.ine.es/ss/Satellite?c=Page&cid=... Source: https://servicios.ine.es/wstempus/js/ No API key required. Strategy: * List all operations → /OPERACIONES_DISPONIBLES * Per operation: list all tables → /TABLAS_OPERACION/{op_id} * Per table: fetch all data → /DATOS_TABLA/{table_id} * One Parquet per operation; fully resumable. Run: python jobs/ingest_ine_spain.py python jobs/ingest_ine_spain.py --only 30,25 # operation IDs
{
"@context": "https://schema.org/",
"@type": "Dataset",
"name": "Ine Spain",
"description": "INE Spain (Instituto Nacional de Estadística) full ingest. License: Spanish public sector information, freely reusable (RD 1495/2011 / OD-BY-NC → INE explicitly permits free redistribution for non-commercial + commercial uses under their open data policy:…",
"url": "https://econdatalibrary.com/ine_spain.html",
"identifier": "ine_spain",
"isAccessibleForFree": false,
"publisher": {
"@type": "Organization",
"name": "Econ Data Library",
"url": "https://econdatalibrary.com"
},
"creator": {
"@type": "Organization",
"name": "Ine Spain"
},
"keywords": [
"ine_spain"
],
"sameAs": [
"https://huggingface.co/datasets/econdatalibrary-ine_spain",
"https://zenodo.org/communities/econdatalibrary"
],
"usageInfo": "Metadata-only catalog entry. This source's license does not permit redistribution, so the data itself is not served here; use the provider link to obtain the data under its terms."
}{
"@context": {
"@language": "en",
"@vocab": "https://schema.org/",
"cr": "http://mlcommons.org/croissant/",
"data": {
"@id": "cr:data",
"@type": "@json"
},
"dataType": {
"@id": "cr:dataType",
"@type": "@vocab"
},
"sc": "https://schema.org/",
"conformsTo": "dct:conformsTo",
"dct": "http://purl.org/dc/terms/"
},
"@type": "sc:Dataset",
"conformsTo": "http://mlcommons.org/croissant/1.0",
"name": "ine_spain",
"description": "INE Spain (Instituto Nacional de Estadística) full ingest. License: Spanish public sector information, freely reusable (RD 1495/2011 / OD-BY-NC → INE explicitly permits free redistribution for non-commercial + commercial uses under their open data policy:…",
"url": "https://econdatalibrary.com/ine_spain.html",
"creator": {
"@type": "sc:Organization",
"name": "Ine Spain"
},
"publisher": {
"@type": "sc:Organization",
"name": "Econ Data Library",
"url": "https://econdatalibrary.com"
},
"isAccessibleForFree": false,
"usageInfo": "Metadata-only Croissant record; underlying data is not redistributed under this source's license."
}