/air-pollution

django application - forecasting koare air pollution

Primary LanguagePython

Application for monitoring korea air pollution

Dashboard

Preparations

It use this open-api-service(data.go.kr). Therefore, you need "service key" for get response data. Then, make 'secret.json' file in the project directory path. Secret.json should look like below

{
  "SECRET_KEY": "your-django-secret-key",
  "OPEN_API_KEY": "open-api-service-key"
}

requirements

pip install below packages

  • django
  • django-leaflet
  • django-geojson

Related Tools and Docs