Skip to content

East java map of COVID-19 case count forecast. Me and my friend's Community service program (KKN) project.

License

Notifications You must be signed in to change notification settings

R-N/prediksicovidjatim

 
 

Repository files navigation

PCovidJatim - Website

This is the source of the website of PCovidJatim. It's built with Django. The map is just an iframe here. Mpld3 is used to make the plots interactive. Please set the required environment variables in .env. The variable names should be self explanatory.

PCovidJatim is a webmap of forecast of COVID-19 spread in East Java. The data is obtained from the East Java government. It is then used to fit a SEICRD model with lmfit. The +30 days forecast of the model and the actual data are then mapped into a time aware webmap made with ArcGIS Online using its Python API. The webmap is loaded in an Arcgis Online web app and then loaded in the website in an iframe. In addition to the map, the website also offers the model scores and plots. Every day, a worker checks the data source for new data and update the forecast and map if any. Every few days, a worker re-fit the model and update the forecast and map. They're all hosted in heroku.

The site is available here: https://prediksicovidjatim.herokuapp.com

The paper is available here: https://drive.google.com/file/d/1qbaiPBGEC2Iwqq2rxnZqlxS0gXQzYTXR/view?usp=sharing

The site source code is available here: https://github.com/prediksicovidjatim/prediksicovidjatim

The core module is made as a pip installable package and is available here: https://github.com/prediksicovidjatim/prediksicovidjatim-core

The web app is made with Arcgis Online Web AppBuilder Developer Edition. It is only a little bit modified to adjust the time slider. The source code is available here: https://github.com/prediksicovidjatim/prediksicovidjatim-map

The worker source code is available here: https://github.com/prediksicovidjatim/prediksicovidjatim-worker

Notebooks used in development is available here: https://github.com/prediksicovidjatim/prediksicovidjatim-notebooks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 58.5%
  • JavaScript 39.2%
  • Python 2.1%
  • CSS 0.2%
  • Batchfile 0.0%
  • Shell 0.0%