All Projects â†’ augusto-herrmann â†’ transparencia-dados-abertos-brasil

augusto-herrmann / transparencia-dados-abertos-brasil

Licence: other
A survey of Brazilian states' and municipalities' transparency and open data portals, as well as institutional websites, obtained from several public data sources. 🇧🇷 Levantamento de portais estaduais e municipais de transparência e dados abertos, bem como os portais institucionais, obtido a partir de diversas fontes públicas de dados.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to transparencia-dados-abertos-brasil

Catalogos Dados Brasil
Mapeamento de iniciativas (e catálogos) de dados abertos governamentais no Brasil.
Stars: ✭ 187 (+306.52%)
Mutual labels:  brazil, open-data, transparency
city-codes
Brazilian city names and official codes, IBGE, LexML and others
Stars: ✭ 39 (-15.22%)
Mutual labels:  brazil, ibge, municipios-brasileiros
sidrar
A R interface to IBGE's SIDRA API
Stars: ✭ 49 (+6.52%)
Mutual labels:  brazil, brasil, ibge
ibge
🌎 Data collection of geographical divisions of Brazil by IBGE (https://servicodados.ibge.gov.br/api/docs)
Stars: ✭ 28 (-39.13%)
Mutual labels:  brazil, brasil, ibge
DadosAbertosBrasil
Pacote Python para acesso a dados abertos e APIs do governo brasileiro.
Stars: ✭ 28 (-39.13%)
Mutual labels:  brasil, ibge, dados-abertos
openpolice
OpenPolice empowers people to prepare, file, and track police misconduct complaints. By allowing users to publish reports online, we aim to establish an independent and transparent repository of police activity in the U.S.
Stars: ✭ 24 (-47.83%)
Mutual labels:  open-data, transparency
api sof
Tutorial para acessar a API do Sistema de Orçamento e Finanças _SOF da cidade de São Paulo, utilizando Python e a biblioteca Pandas, realizar análises e salvar arquivo CSV/Excel
Stars: ✭ 31 (-32.61%)
Mutual labels:  open-data, dados-abertos
enredo
Linguagem de programação moderna em portugues, baseada em JS
Stars: ✭ 35 (-23.91%)
Mutual labels:  brazil, brasil
Ro-dou
Gerador de DAGs no Airflow para fazer clipping do Diário Oficial da União.
Stars: ✭ 41 (-10.87%)
Mutual labels:  open-data, dados-abertos
nuvem-candidatos
🇧🇷 Nuvem de palavras com os planos de governo dos candidatos à presidência em 2018
Stars: ✭ 20 (-56.52%)
Mutual labels:  brazil, brasil
brazil-civil-registry-data
Raw scrapings of ARPEN https://transparencia.registrocivil.org.br/
Stars: ✭ 35 (-23.91%)
Mutual labels:  brazil, brasil
municipios-br
Dados em formato aberto sobre municípios e unidades federativas do Brasil.
Stars: ✭ 58 (+26.09%)
Mutual labels:  brazil, ibge
covid19-br-info
Coronavirus frontend info about Brazil's states and cities
Stars: ✭ 12 (-73.91%)
Mutual labels:  brazil, brasil
Wptools
Wikipedia tools (for Humans): easily extract data from Wikipedia, Wikidata, and other MediaWikis
Stars: ✭ 371 (+706.52%)
Mutual labels:  wikidata, open-data
SPARQL
Lib PHP for SPARQL 1.1
Stars: ✭ 23 (-50%)
Mutual labels:  wikidata, dbpedia
datapackage-m
Power Query M functions for working with Tabular Data Packages (Frictionless Data) in Power BI and Excel
Stars: ✭ 26 (-43.48%)
Mutual labels:  open-data, frictionlessdata
website-old
The Frictionless Data website.
Stars: ✭ 31 (-32.61%)
Mutual labels:  open-data, frictionlessdata
Covid19 Brazil Timeseries
Data collection to analyze the dissemination of COVID-19 through Brazilian states. Contributions are welcome.
Stars: ✭ 43 (-6.52%)
Mutual labels:  brazil, open-data
Geodata Br
Free open public domain geographic data of Brazil available in multiple languages and formats.
Stars: ✭ 57 (+23.91%)
Mutual labels:  brazil, open-data
operacao-politica-supervisionada
Sistema de auditoria da OPS
Stars: ✭ 52 (+13.04%)
Mutual labels:  open-data, dados-abertos

A survey of Brazilian states' and municipalities' transparency and open data portals, as well as institutional websites, obtained from several public data sources.

Este texto também está disponível em português: 🇧🇷LEIAME.md.

Frictionless-repository

Transparency and Open Data Portals of Brazilian states and municipalities

Obtaining a list of transparency and open data portals of all of the 27 Brazilian states and 5,570 municipalities can be a daunting task. This project has the goal of consolidating and keeping up to date all of that reference information.

Besides, each state and municipality has executive and legislative branches, which effectively doubles the work required.

Steps of data discovery

We take many steps to find the actual transparency and open data portals. First, we need to find out the institutional websites of city councils and city halls in Brazil.

Finding the websites of city councils and city halls

One would expect for a database containing the official websites of all city councils and all city halls in Brazil to already exist. But alas, it does not. So we try to obtain possible links from several sources.

These data sources are in the sources directory. Check each individual data source directory for more information. Some examples of sources that are already implemented are:

The actual scripts that do the importing are in the tools/import directory. They output data that contains possible links to the websites of city administration, which is stored in the data/unverified directory. Data stored here is expected to still contain a lot of garbage and should not be committed to the repository.

Validation

The next step is link validation. This is done automatically, by a bot, and manually, with the help of a script. The code for those are in the tools/validation directory. The output, with validated data, goes to the data/valid directory.

We also apply the concept of continuous data integration to keep the integrity of data already validated. It's like continuous integration, but for data instead of software. It helps keep the incorrect data out of the repository, as every commit and pull request gets automatically verified, thanks to a workflow on Github Actions that calls the Frictionless Repository validation service.

Metadata is maintained using the Data Package specification, which also removes the friction out of the process of reusing the data. For more information, see the Frictionless Data website.

Finding transparency and open data portals in institutional websites

Once we have the links to the official website for city councils and city halls, we can analyze the content of the pages to look for the presence of links to transparency and open data portals.

This step is not yet implemented.

Goals

The goal of this project is to build a reference database of Brazilian states and municipalities, contemplating the legislative and executive branches, containing the following data on each one of them:

  • official website
  • transparency portal
  • open data portal

Contributing

We welcome contributions to the project. If you have an idea or want to improve something, please check out the contributing guide.

We also intend to collaborate on the monitoring of transparency of Brazilian states and municipalities in projects such as Colaboradados and the list of open data catalogs in Brazil.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].