IBGE Brazil SIDRA aggregate data ingest — full catalog. License: CC0 (Creative Commons Zero) — public domain dedication. Source: IBGE SIDRA (Sistema IBGE de Recuperação Automática) API: https://servicodados.ibge.gov.br/api/v3/ Strategy: * Enumerate all ~700+ aggregates from the IBGE catalog * For…
IBGE Brazil SIDRA aggregate data ingest — full catalog. License: CC0 (Creative Commons Zero) — public domain dedication. Source: IBGE SIDRA (Sistema IBGE de Recuperação Automática) API: https://servicodados.ibge.gov.br/api/v3/ Strategy: * Enumerate all ~700+ aggregates from the IBGE catalog * For each aggregate: fetch national (N1) + state (N3) level for all periods * One Parquet per aggregate; fully resumable * Series key: "AGG={agg_id}:VAR={var_id}:LOC={geo_level}/{geo_id}" Run: python jobs/ingest_ibge.py python jobs/ingest_ibge.py --only 1419,1420 # specific aggregate IDs
{
"@context": "https://schema.org/",
"@type": "Dataset",
"name": "Ibge",
"description": "IBGE Brazil SIDRA aggregate data ingest — full catalog. License: CC0 (Creative Commons Zero) — public domain dedication. Source: IBGE SIDRA (Sistema IBGE de Recuperação Automática) API: https://servicodados.ibge.gov.br/api/v3/ Strategy: * Enumerate all ~700+ aggregates from the IBGE catalog * For…",
"url": "https://econdatalibrary.com/ibge.html",
"identifier": "ibge",
"isAccessibleForFree": false,
"publisher": {
"@type": "Organization",
"name": "Econ Data Library",
"url": "https://econdatalibrary.com"
},
"creator": {
"@type": "Organization",
"name": "Ibge"
},
"keywords": [
"ibge"
],
"sameAs": [
"https://huggingface.co/datasets/econdatalibrary-ibge",
"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": "ibge",
"description": "IBGE Brazil SIDRA aggregate data ingest — full catalog. License: CC0 (Creative Commons Zero) — public domain dedication. Source: IBGE SIDRA (Sistema IBGE de Recuperação Automática) API: https://servicodados.ibge.gov.br/api/v3/ Strategy: * Enumerate all ~700+ aggregates from the IBGE catalog * For…",
"url": "https://econdatalibrary.com/ibge.html",
"creator": {
"@type": "sc:Organization",
"name": "Ibge"
},
"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."
}