Load official Brazilian spatial data (IBGE/IPEA geobr + censobr) into QGIS with one click, using only the native QGIS API.
GisBR brings the "one line -> one layer" access of the geobr/censobr packages (IPEA) into QGIS as a Processing provider, using only the native QGIS/Qt API and the Python standard library (no geopandas/requests/pandas). Phase 1: legacy GeoPackage backend (geobr v1.7.0), 100% native. Phase 2: Parquet backend (geobr v2.0.0) read via the GDAL Parquet driver or a pyarrow fallback, plus a join with census tables from censobr. Each read_* algorithm (states, municipalities, census tracts, weighting areas, metropolitan areas, biomes, schools, health facilities and more) works in the Processing Toolbox, in graphical models, in batch and via processing.run(). Data in SIRGAS 2000 / EPSG:4674. Licensed under GPL-3.0.
Plugin Tags