Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ogustavo-pereira/dashboard-brazil-road-accidents
🌍 Brazil Road Accidents
https://github.com/ogustavo-pereira/dashboard-brazil-road-accidents
brazil dashboard google-maps javascript maps project road-accidents traffic-accidents
Last synced: 1 day ago
JSON representation
🌍 Brazil Road Accidents
- Host: GitHub
- URL: https://github.com/ogustavo-pereira/dashboard-brazil-road-accidents
- Owner: ogustavo-pereira
- License: mit
- Created: 2017-02-14T10:49:22.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-12T20:26:46.000Z (over 1 year ago)
- Last Synced: 2024-01-25T22:48:40.502Z (10 months ago)
- Topics: brazil, dashboard, google-maps, javascript, maps, project, road-accidents, traffic-accidents
- Language: TypeScript
- Homepage: https://dashboard-brazil-road-accidents.vercel.app
- Size: 31.3 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Dashboard Brazil Road Accidents
> A dashboard to visualize road traffic accidents in Brazil## About project
This project aims to visually and interactively show road traffic accidents in Brazil
![screen shot 2015-06-20](https://raw.githubusercontent.com/oguhpereira/dashboard-brazil-road-accidents/master/screenshot.PNG)
with this it is possible to validate the places with the highest rate of traffic accident in the time range of the dataset.
## How to start
Clone the project
```shell
$ git clone [email protected]:oguhpereira/dashboard-brazil-road-accidents.git
```Install dependencies
```shell
$ yarn
```Run the project
```shell
$ yarn dev
```## Dataset
To display the information, i'm using the dataset found in [dataset-road-traffic-accidents-brazil](https://github.com/oguhpereira/dataset-road-traffic-accidents-brazil). These data are records initially stored by the federal police and then processed in an algorithm in python.
The records have data from the years: 2015, 2014, 2013, 2012, 2011 and 2010.
## Tecnologies
- React
- Axios
- LeafletMap## License
[MIT License](./LICENSE)