From 4d5b21dfcee2f74582d55cdd6ba375aa71b858e8 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Wed, 11 Feb 2026 16:22:28 +0000 Subject: [PATCH] add URL to other kataster areas scannned details for Pending caves --- parsers/caves.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/parsers/caves.py b/parsers/caves.py index 4a4584c4..fffc7405 100644 --- a/parsers/caves.py +++ b/parsers/caves.py @@ -155,7 +155,8 @@ def do_ARGE_cave(slug, caveid, areacode, svxid): caveid may be kataster number or it may be e.g. LA34 """ - default_note = "This is (probably) an ARGE or VfHO cave where we only have the survex file and no other information." + default_note = "This is (probably) an ARGE or VfHO cave where we may only have the survex file." + default_note += "
But do check the scanned PDFs especially for caves in kataster area 1626." default_note += "
If there is a 'Messteam' or 'Zeichner' listed, then it is probably ARGE." url = f"{areacode}/{caveid}/{caveid}.html"