We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 463f188 commit a947d82Copy full SHA for a947d82
woudc_data_registry/notification/pubsub.py
@@ -264,13 +264,13 @@ def generate_wis2_topic(metadata_id: str) -> str:
264
if dataset in ozone_dataset:
265
mqtt_path = (
266
"origin/a/wis2/org-woudc/data/core/"
267
- "atmospheric-composition/observations"
+ "atmospheric-composition/experimental/observations"
268
f"/gases/ozone/{dataset}"
269
)
270
elif dataset in uv_dataset:
271
272
273
- "atmospheric-composition/observations/"
+ "atmospheric-composition/experimental/observations/"
274
f"radiation-latent-heat/ultraviolet-radiation/{dataset}"
275
276
else:
0 commit comments