-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update links and add repository cloning instructions
- Loading branch information
1 parent
ad4189e
commit 6edf0dd
Showing
1 changed file
with
14 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,17 @@ Para visualizar os dados, veja o link: | |
|
||
https://gestaogovbr.github.io/taxigovviz/ | ||
|
||
⚠️ Caso deseje clonar este repositório para estudar ou alterar o código em | ||
seu próprio dispositivo, use o comando: | ||
|
||
```bash | ||
git clone [email protected]:gestaogovbr/taxigovviz.git --branch main --single-branch taxigovviz | ||
``` | ||
|
||
Motivo: por padrão, o git copia todos os branches ao realizar um clone. | ||
Este repositório inclui o branch `gh-pages`, que é imenso, só serve para | ||
servir a página no Github Pages e seria inútil para editar. | ||
|
||
|
||
## Tipos de visualização | ||
|
||
|
@@ -20,10 +31,11 @@ https://gestaogovbr.github.io/taxigovviz/ | |
|
||
[![Exemplo de visualização por mapa de calor](assets/images/mapa-de-calor-taxigov.png)](https://gestaogovbr.github.io/taxigovviz/) | ||
|
||
|
||
## Dados de origem | ||
|
||
Os dados usados na visualização podem ser baixados no seguinte link: | ||
[taxigov-corridas-7-dias.zip](http://repositorio.dados.gov.br/seges/taxigov/taxigov-corridas-7-dias.zip) | ||
[taxigov-corridas-7-dias.zip](https://repositorio.dados.gov.br/seges/taxigov/v2/taxigov-corridas-7-dias.zip) | ||
|
||
Mais informações sobre os dados podem ser encontradas no | ||
[Portal Brasileiro de Dados Abertos](https://dados.gov.br/dataset/corridas-do-taxigov). | ||
[Portal Brasileiro de Dados Abertos](https://dados.gov.br/dados/conjuntos-dados/sistema-de-transportes-de-servidores-publicos---taxigov-v2). |