Server that processes and serves geo tiles from various sources (e.g. weather stations) for weather, snow, and other map overlays.
This is currently a skeleton: it only exposes a status endpoint and a landing page. The tile processing and serving logic will be added incrementally. It shares its scaffolding (server setup, logging, notifications, database plumbing) with the weBIGeo Cloud Server.
pip install -r requirements.txtpython server.pyConfiguration is managed and documented in config.py (copy config.example.py to config.py to customize). See index.html for the landing page.