Skip to content

fahmidaward/resource_tracking

 
 

Repository files navigation

Resource Tracking application

Django and Leaflet application that collects tracking information using IMAP from a mailbox and displays it on a collection of layers provided by Geoserver. The application also downloads observation data from automatic weather stations.

Environment variables

This project uses confy to set environment variables (in a .env file). The following variables are required for the project to run:

DATABASE_URL="postgis://USER:PASSWORD@HOST:PORT/DATABASE_NAME"
SECRET_KEY="ThisIsASecretKey"

Variables below may also need to be defined (these are context-dependent):

DEBUG=True
CSRF_COOKIE_SECURE=False
SESSION_COOKIE_SECURE=False
ALLOWED_DOMAINS=".domain.wa.gov.au,localhost"
EMAIL_HOST="email.host"
EMAIL_PORT=25
EMAIL_USER="username@dbca.wa.gov.au"
EMAIL_PASSWORD="password"
TRACPLUS_URL="https://your-trackplus-gateway-url/parameters"
DFES_URL="https://dfes-resource-api/endpoint"
DFES_USER="username"
DFES_PASS="password"
KMI_VEHICLE_BASE_URL="https://kmi.base.url/json/endpoint"

About

Parks and Wildlife corporate application to download and serve data from remote tracking devices (installed in vehicles) and automatic weather stations.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 59.7%
  • JavaScript 27.8%
  • HTML 7.7%
  • CSS 4.4%
  • Dockerfile 0.4%