Download official spatial data sets of Brazil as QGIS layers
Exposes the geobr Python package as QGIS Processing algorithms. geobr's readers - states, municipalities, census tracts, biomes, indigenous lands, health facilities, schools, favelas and more - become algorithms you can run from the Processing Toolbox, chain in Model Builder, run in batch, or call from qgis_process. Data comes from IBGE and other official Brazilian sources and is returned in EPSG:4674 (SIRGAS 2000). REQUIRES geobr 2.0.0 or newer, installed into the interpreter QGIS itself uses, not a system Python. On Windows, run: "C:\Program Files\QGIS 3.xx\bin\python-qgis.bat" -m pip install --user "geobr>=2.0.0". On Linux and macOS, use the Python that QGIS runs. This also pulls in duckdb and rapidfuzz, which QGIS does not bundle. Restart QGIS afterwards.
Plugin Tags