Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)