Replies: 1 comment
-
Hi, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
we are trying to implement wis2box. We have defined 2 datasets, with the same topic hierarchy.
In the wis2box-webapp monitoring page if I specify in the form both the dataset identifier and the value of WSI I get results also for the other dataset too.
This issue might be related to our other problem:
if I try to get notification messages from the API by specifying both the metadata_id and the wigos_station_identifier query parameters,
(e.g.
{WIS2BOX_API_URL/collections/messages/items?f=json&wigos_station_identifier=0-348-1-13704&metadata_id=urn%3Awmo%3Amd%3Ahu-hungaromet%3Asurface-weather-observations.gbon)
I get results also for stations with different wigosID.
On the other hand if I modify the order of the query parameters, i.e. first specify metadata_id and after that wigos_station_identifier,
I get results only for the desired station but for both datasets.
So it seems that only the last query parameter is taken into account.
(We have implemented version 1.0.0. First installed version 1.0.0rc1 then upgraded to 1.0.0)
Beta Was this translation helpful? Give feedback.
All reactions