-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
catalogos-dados-brasil transparencia-dados-abertos-brasil Update CHANGES.md
- Loading branch information
1 parent
a78f1cc
commit c162458
Showing
4 changed files
with
153 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
{ | ||
"citation": "Augusto Herrmann, Catálogos de dados abertos no Brasil, (2015), https://github.com/dadosgovbr/catalogos-dados-brasil", | ||
"description": "Um catálogo de dados é uma coleção curada de metadados a respeito de conjuntos de dados", | ||
"encoding": "utf-8", | ||
"homepage": "https://github.com/dadosgovbr/catalogos-dados-brasil", | ||
"keywords": ["brazil"], | ||
"licenses": [{"name": "MIT"}], | ||
"name": "catalogos-dados-brasil", | ||
"resources": [ | ||
{ | ||
"dialect": {}, | ||
"name": "solucao", | ||
"schema": { | ||
"fields": [ | ||
{ | ||
"name": "solução", | ||
"type": "char" | ||
}, | ||
{ | ||
"name": "tipo_de_licença", | ||
"type": "char" | ||
}, | ||
{ | ||
"name": "url", | ||
"type": "char" | ||
}, | ||
{ | ||
"name": "conceito", | ||
"type": "char" | ||
} | ||
] | ||
}, | ||
"url": "https://raw.githubusercontent.com/dadosgovbr/catalogos-dados-brasil/master/dados/solucao.csv" | ||
}, | ||
{ | ||
"dialect": {}, | ||
"name": "catalogos", | ||
"schema": { | ||
"fields": [ | ||
{ | ||
"name": "título", | ||
"type": "char" | ||
}, | ||
{ | ||
"name": "url", | ||
"type": "char" | ||
}, | ||
{ | ||
"name": "município", | ||
"type": "char" | ||
}, | ||
{ | ||
"name": "uf", | ||
"type": "char" | ||
}, | ||
{ | ||
"name": "esfera", | ||
"type": "char" | ||
}, | ||
{ | ||
"name": "poder", | ||
"type": "char" | ||
}, | ||
{ | ||
"name": "solução", | ||
"type": "char" | ||
} | ||
] | ||
}, | ||
"url": "https://raw.githubusercontent.com/dadosgovbr/catalogos-dados-brasil/master/dados/catalogos.csv" | ||
} | ||
], | ||
"retriever": "True", | ||
"retriever_minimum_version": "2.3.2", | ||
"title": "Mapeamento de iniciativas (e catálogos) de dados abertos governamentais no Brasil.", | ||
"version": "1.0.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
{ | ||
"citation": "Augusto Herrmann, Transparency and Open Data Portals of Brazilian states and municipalities, (2017), GitHub repository, https://github.com/augusto-herrmann/transparencia-dados-abertos-brasil", | ||
"description": "Tabelas com o levantamento de portais estaduais e municipais de transparência e dados abertos, feito originalmente por Rodrigo Klein em sua tese de doutorado na PUC/RS, em 2017", | ||
"encoding": "utf-8", | ||
"homepage": "https://github.com/augusto-herrmann/transparencia-dados-abertos-brasil", | ||
"keywords": ["Brazil"], | ||
"licenses": [{"name": "MIT"}], | ||
"name": "transparencia-dados-abertos-brasil", | ||
"resources": [ | ||
{ | ||
"dialect": {}, | ||
"name": "portais_estaduais", | ||
"schema": { | ||
"fields": [ | ||
{ | ||
"name": "uf", | ||
"type": "char" | ||
}, | ||
{ | ||
"name": "uf_nome", | ||
"type": "char" | ||
}, | ||
{ | ||
"name": "url", | ||
"type": "char" | ||
}, | ||
{ | ||
"name": "tipo", | ||
"type": "char" | ||
} | ||
] | ||
}, | ||
"url": "https://raw.githubusercontent.com/augusto-herrmann/transparencia-dados-abertos-brasil/master/data/portais-estaduais.csv" | ||
}, | ||
{ | ||
"dialect": {}, | ||
"name": "portais_municipais", | ||
"schema": { | ||
"fields": [ | ||
{ | ||
"name": "uf", | ||
"type": "char" | ||
}, | ||
{ | ||
"name": "município", | ||
"type": "char" | ||
}, | ||
{ | ||
"name": "população", | ||
"type": "int" | ||
}, | ||
{ | ||
"name": "url", | ||
"type": "char" | ||
}, | ||
{ | ||
"name": "tipo", | ||
"type": "char" | ||
}, | ||
{ | ||
"name": "observação", | ||
"type": "char" | ||
} | ||
] | ||
}, | ||
"url": "https://raw.githubusercontent.com/augusto-herrmann/transparencia-dados-abertos-brasil/master/data/portais-municipais.csv" | ||
} | ||
], | ||
"retriever": "True", | ||
"retriever_minimum_version": "2.3.2", | ||
"title": "Transparency and Open Data Portals of Brazilian states and municipalities", | ||
"version": "1.0.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters