[general]
name=geobr
qgisMinimumVersion=3.40
qgisMaximumVersion=4.99
description=Download official spatial data sets of Brazil as QGIS layers
about=Easy access to official spatial data sets of Brazil. The plugin offers a wide range of official spatial data sets available at various geographic scales and for various years with harmonized attributes, projection and fixed topology. This includes states, municipalities, census tracts, biomes, indigenous lands, health facilities, schools, favelas and more. All original data sets come from IBGE and other official Brazilian sources and are returned in EPSG:4674 (SIRGAS 2000). This QGIS plugin is built on top of the geobr Python library, which integrates seamlessly with DuckDB and geopandas, and can be used from the Processing Toolbox, chained in Model Builder, run in batch, or called from qgis_process. 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.
version=0.3.0
author=Rafael H. M. Pereira, Ipea
email=rafa.pereira.br@gmail.com
repository=https://github.com/ipea/geobr
tracker=https://github.com/ipea/geobr/issues
homepage=https://github.com/ipea/geobr/tree/master/qgis-plugin
category=Vector
icon=icon.png
experimental=False
deprecated=False
hasProcessingProvider=True
external_deps=geobr>=2.0.0
tags=brazil,ibge,ipea,boundaries,census,municipality,opendata,official data,vector
changelog=0.3.0 - First stable release
    Same code as 0.2.1, released without the experimental flag so the
    plugin appears in the QGIS Plugin Manager without "Show also
    experimental plugins" enabled.
    0.2.1 - Qt6 and an empty year field
    The year and date fields now open empty instead of on 1872; a missing
    value is reported before anything is downloaded.
    Enum access follows the Qt6 spelling flagged by the plugin repository's
    Qt6 compatibility check (QGIS 4).
    0.2.0 - Built on geobr 2.0.0
    Requires geobr 2.0.0 or newer.
    Restored the algorithm help text, which geobr 2.0.0 broke by moving its
    shared parameter documentation into an import-time decorator.
    Health regions now offer the geometry_level control (municipality, micro,
    macro), which geobr 2.0.0 fixed.
    Reader arguments follow geobr 2.0.0's order, which now matches the R
    package, so parameters appear in a different order than in 0.1.0.
    Rejects code filters geobr would silently ignore, and mixed code lists it
    would only partly apply.
    0.1.0 - First release
    Exposes geobr, a computational package to download official spatial data sets
    of Brazil. The package covers a wide range of spatial data sets,
    available at various geographic scales and for various years with
    harmonized attributes, projection and fixed topology. This QGIS plugin 
    exposes the geobr Python package as processing algorithms. Every geobr 
    reader — states, municipalities, census tracts, biomes, indigenous lands, 
    health facilities, schools, favelas, polling places and more — becomes 
    an algorithm in the Processing Toolbox.
