From 54e54855af7ced0149f609465266ffbce7780278 Mon Sep 17 00:00:00 2001 From: Mark Jessop Date: Fri, 16 Sep 2022 21:17:48 +0930 Subject: [PATCH] Update tawhiri URL --- chasemapper/__init__.py | 2 +- chasemapper/tawhiri.py | 2 +- horusmapper.cfg.example | 4 +++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/chasemapper/__init__.py b/chasemapper/__init__.py index 108f865..6be8986 100644 --- a/chasemapper/__init__.py +++ b/chasemapper/__init__.py @@ -8,4 +8,4 @@ # Now using Semantic Versioning (https://semver.org/) MAJOR.MINOR.PATCH -__version__ = "1.4.3" +__version__ = "1.4.4" diff --git a/chasemapper/tawhiri.py b/chasemapper/tawhiri.py index c6a3736..3d5c862 100644 --- a/chasemapper/tawhiri.py +++ b/chasemapper/tawhiri.py @@ -16,7 +16,7 @@ import subprocess from dateutil.parser import parse from threading import Thread -TAWHIRI_API_URL = "http://predict.cusf.co.uk/api/v1/" +TAWHIRI_API_URL = "http://api.v2.sondehub.org/tawhiri" def get_tawhiri_prediction( diff --git a/horusmapper.cfg.example b/horusmapper.cfg.example index 6aeb8ab..80724a4 100644 --- a/horusmapper.cfg.example +++ b/horusmapper.cfg.example @@ -71,8 +71,10 @@ car_source_port = 55672 # Online Tracker System # Where to upload chase-car positions and balloon recovery notifications to. # sondehub = Sondehub v2 Database, for viewing on the SondeHub tracker (https://tracker.sondehub.org) +# sondehubamateur = SondeHub Amateur Database, for viewing on the SondeHub-Amateur Tracker (https://amateur.sondehub.org) +# Use this when chasing your own flights, and you want to show up on the sondehub-amateur tracker. # habitat = Habitat Database, for viewing on the HabHub tracker (https://tracker.habhub.org) -online_tracker = habitat +online_tracker = sondehubamateur # If you want add more profiles, you can do so here, e.g. # [profile_3]