From cc324eb49d30d5694a5d73106aaffac4727be292 Mon Sep 17 00:00:00 2001 From: Kevin Ngai Date: Mon, 15 Jul 2024 21:33:29 +0000 Subject: [PATCH] Typo fix for UVIndex.station.gaw_id --- woudc_data_registry/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/woudc_data_registry/models.py b/woudc_data_registry/models.py index 6831d2b..be0720a 100644 --- a/woudc_data_registry/models.py +++ b/woudc_data_registry/models.py @@ -1440,7 +1440,7 @@ def get_waf_path(self, dict_): def __geo_interface__(self): gaw_baseurl = 'https://gawsis.meteoswiss.ch/GAWSIS/index.html#' \ '/search/station/stationReportDetails' - gaw_pagename = f'0-20008-0-{self.station_gaw_id}' + gaw_pagename = f'0-20008-0-{self.station.gaw_id}' return { 'id': self.uv_id,