Skip to content

Script to analyze scanned Data from Scanner Projects (like RDM or MAD) in combination with Data from OSM (Open Street Map)

Notifications You must be signed in to change notification settings

ReuschelCGN/nestwatcher

 
 

Repository files navigation

Nest Watcher

A Program to analyze nests in your area, save it to a database and send Discord notifications about them.

Links

  • Discord for help and keeping up with changes
  • Wiki to get everything running

additional Informations to this Version

  • Clone repository git clone https://github.com/ReuschelCGN/nestwatcher
  • Copy content of docker-compose.yml into your running docker-compose.yml
  • Rename folder config_example to config and fill out the files (look here for more Info: Wiki):
    • areas.json
    • config.ini (config.ini in this Version only works with UIcon Repos for icon_repo and also on Tileserver Template)
    • discord.json
    • settings.json
  • Add NestWatcher Template nests.json to your Tileserver.
  • Add NestWatcher DB Table from SQL Folder to your DB (nests.sql & -> update.sql)
  • then run:
    • docker-compose build nestwatcher
    • docker-compose up -d nestwatcher
  • and for edit nestnames (Wiki-Nestnames):
    • docker exec -it nestwatcher /bin/sh
    • python3 tools.py

About

Script to analyze scanned Data from Scanner Projects (like RDM or MAD) in combination with Data from OSM (Open Street Map)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.5%
  • Dockerfile 0.5%