Covid 19 Analytics Dashboard for Sri Lanka
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Covid-19 tracker is an Analytics Dashboard for the covid 19 cases reported in Sri Lanka. It uses Uber’s Hexagonal Hierarchical Spatial Index library to cluster and represent the cases based on the location
The repository contain the project files for the Covid19-tracker dashboard. This is just a one night project done solely for the purpose of fun. All the API functions are implemented in the app.py file. index.html file in the templates folder is the view that is rendered. static/html/map.html is a dynamically generated map that contains the clusters. Clustering is done by Uber H3 library. Firebase is used as the database.
To get a local copy up and running follow these simple steps.
- Firebase account
- Python3
- Flask
- Folium
- Numpy
- Pandas
- H3
- Clone the repo
git clone https://github.com/NomadXD/covid19-tracker.git
cd covid19-tracker
- Install the required packages with pip or conda
pip install <package name>
- Start the server with flask run. (from the project root)
flask run
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Lahiru Udayanga - lahiru97udayanga@gmail.com