From d3d1d208216796aba40c6ec91fe4c624a9692e8e Mon Sep 17 00:00:00 2001 From: Ian Renton Date: Fri, 4 Sep 2026 19:35:48 +0100 Subject: [PATCH] Support DMVE, DMUE, DCE, DEFE. Closes #137 --- .idea/inspectionProfiles/Project_Default.xml | 7 +++ config-example.yml | 12 +++++ core/constants.py | 42 +++++++++++++++- providers/sigrefdata/dce.py | 42 ++++++++++++++++ providers/sigrefdata/defe.py | 46 ++++++++++++++++++ providers/sigrefdata/dmue.py | 37 +++++++++++++++ providers/sigrefdata/dmve.py | 50 ++++++++++++++++++++ requirements.txt | 5 +- templates/about.html | 8 ++-- templates/add_spot.html | 2 +- templates/alerts.html | 2 +- templates/bands.html | 4 +- templates/base.html | 10 ++-- templates/conditions.html | 2 +- templates/map.html | 4 +- templates/spots.html | 4 +- templates/status.html | 2 +- 17 files changed, 259 insertions(+), 20 deletions(-) create mode 100644 providers/sigrefdata/dce.py create mode 100644 providers/sigrefdata/defe.py create mode 100644 providers/sigrefdata/dmue.py create mode 100644 providers/sigrefdata/dmve.py diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index 030ed4e..ad80ea7 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -65,6 +65,13 @@ + + +