/covid19-tracker

Covid 19 analytics done for cases reported in Sri Lanka.

Primary LanguageCSS


Logo

Covid19-tracker

Covid 19 Analytics Dashboard for Sri Lanka
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents

About The Project

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 Product Name Screen Shot

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.

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • Firebase account
  • Python3
  • Flask
  • Folium
  • Numpy
  • Pandas
  • H3

Installation

  1. Clone the repo
git clone https://github.com/NomadXD/covid19-tracker.git
cd covid19-tracker
  1. Install the required packages with pip or conda
pip install <package name>
  1. Start the server with flask run. (from the project root)
flask run

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Lahiru Udayanga - lahiru97udayanga@gmail.com