wmo-im / wis2box

WIS2 in a box is a reference implementation of a WMO WIS2 Node
https://docs.wis2box.wis.wmo.int
Apache License 2.0
40 stars 16 forks source link

reduce preventable 404 on the wis2box-api #809

Open maaikelimper opened 8 hours ago

maaikelimper commented 8 hours ago

Upon digging through the code I find various cases where we can prevent 404 on the wis2box-api by changing the methods checking for items stored via the API which I fixed in this PR

While doing this I found one issue in publish_discovery_metadata which might be the cause for : https://github.com/wmo-im/wis2box/issues/807