From 6e867da78fe8a38102c1824e5b0e50f75599059b Mon Sep 17 00:00:00 2001 From: Maaike Date: Fri, 8 Nov 2024 13:34:31 +0100 Subject: [PATCH 1/3] Update ship-hourly-template.json --- src/templates/ship-hourly-template.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/templates/ship-hourly-template.json b/src/templates/ship-hourly-template.json index 36b2100..e57b5d2 100644 --- a/src/templates/ship-hourly-template.json +++ b/src/templates/ship-hourly-template.json @@ -2,7 +2,7 @@ "label": "weather/surface-based-observations/ship-hourly", "title": "Hourly, or lower frequency, synoptic weather observations from ships ($CENTRE_ID)", "identifier": "urn:wmo:md:$CENTRE_ID:$DATA_POLICY.surface-based-observations.ship-hourly", - "topicHierarchy": "$CENTRE_ID/data/$DATA_POLICY/weather/surface-based-observations/ship-hourly", + "topicHierarchy": "$CENTRE_ID/data/$DATA_POLICY/weather/surface-based-observations/ship", "language": "en", "resolution": "P1H", "keywords": [ @@ -28,7 +28,7 @@ ], "wis2box": { "retention": "P30D", - "topic_hierarchy": "$CENTRE_ID.data.core.weather.surface-based-observations.synop", + "topic_hierarchy": "$CENTRE_ID.data.core.weather.surface-based-observations.ship", "data_mappings": { "plugins": { "b": [ From fdd67b34b6ba15351d7297d0db28d142effc7c0a Mon Sep 17 00:00:00 2001 From: Maaike Date: Fri, 8 Nov 2024 13:36:29 +0100 Subject: [PATCH 2/3] Rename ship-hourly-template.json to ship-template.json --- src/templates/{ship-hourly-template.json => ship-template.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/templates/{ship-hourly-template.json => ship-template.json} (100%) diff --git a/src/templates/ship-hourly-template.json b/src/templates/ship-template.json similarity index 100% rename from src/templates/ship-hourly-template.json rename to src/templates/ship-template.json From 51f7a500490b2abcadddc4791a0e530b94b0b186 Mon Sep 17 00:00:00 2001 From: Maaike Date: Fri, 8 Nov 2024 13:43:02 +0100 Subject: [PATCH 3/3] remove mention of hourly, generic default title --- src/templates/ship-template.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/templates/ship-template.json b/src/templates/ship-template.json index e57b5d2..e0d31a8 100644 --- a/src/templates/ship-template.json +++ b/src/templates/ship-template.json @@ -1,7 +1,7 @@ { - "label": "weather/surface-based-observations/ship-hourly", - "title": "Hourly, or lower frequency, synoptic weather observations from ships ($CENTRE_ID)", - "identifier": "urn:wmo:md:$CENTRE_ID:$DATA_POLICY.surface-based-observations.ship-hourly", + "label": "weather/surface-based-observations/ship", + "title": "Surface weather observations from ships ($CENTRE_ID)", + "identifier": "urn:wmo:md:$CENTRE_ID:$DATA_POLICY.surface-based-observations.ship", "topicHierarchy": "$CENTRE_ID/data/$DATA_POLICY/weather/surface-based-observations/ship", "language": "en", "resolution": "P1H",