Skip to content

Commit a947d82

Browse files
authored
update WIS2 topics for atmospheric-composition to experimental
1 parent 463f188 commit a947d82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

woudc_data_registry/notification/pubsub.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,13 +264,13 @@ def generate_wis2_topic(metadata_id: str) -> str:
264264
if dataset in ozone_dataset:
265265
mqtt_path = (
266266
"origin/a/wis2/org-woudc/data/core/"
267-
"atmospheric-composition/observations"
267+
"atmospheric-composition/experimental/observations"
268268
f"/gases/ozone/{dataset}"
269269
)
270270
elif dataset in uv_dataset:
271271
mqtt_path = (
272272
"origin/a/wis2/org-woudc/data/core/"
273-
"atmospheric-composition/observations/"
273+
"atmospheric-composition/experimental/observations/"
274274
f"radiation-latent-heat/ultraviolet-radiation/{dataset}"
275275
)
276276
else:

0 commit comments

Comments
 (0)