From c81c1df649e3aeb17f4a018099b39f6a642227a0 Mon Sep 17 00:00:00 2001 From: Tammo Jan Dijkema Date: Sun, 19 Apr 2026 17:07:51 +0200 Subject: [PATCH 1/2] Add Dwingeloo to sites.json --- coordinates/sites.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/coordinates/sites.json b/coordinates/sites.json index b821c33..2ba1198 100644 --- a/coordinates/sites.json +++ b/coordinates/sites.json @@ -1608,5 +1608,19 @@ "timezone": "America/Los_Angeles", "name": "Mount Laguna Observatory", "source": "https://en.wikipedia.org/wiki/Mount_Laguna_Observatory" - } + }, + "dwingeloo": { + "source": "Dwingeloo survey analysis via https://data.camras.nl/tammojan/dish_projection.html", + "elevation": 70.260, + "name": "Dwingeloo Radio Telescope", + "longitude_unit": "degree", + "latitude_unit": "degree", + "latitude": 52.812137, + "elevation_unit": "meter", + "longitude": 6.396346, + "timezone": "Europe/Amsterdam", + "aliases": [ + "dwl" + ] + }, } From 1a543712a3a89469b233ebf4018373032a931e74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hans=20Moritz=20G=C3=BCnther?= Date: Sun, 19 Apr 2026 20:40:52 -0400 Subject: [PATCH 2/2] Remove comma that's not matching json format --- coordinates/sites.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coordinates/sites.json b/coordinates/sites.json index 2ba1198..5877760 100644 --- a/coordinates/sites.json +++ b/coordinates/sites.json @@ -1622,5 +1622,5 @@ "aliases": [ "dwl" ] - }, + } }