You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the wis2box-ui primarily relies on information available from collections in pygeoapi with the exception being the "station_info"-process to retrieve information about stations for a dataset.
I would like to request for wis2box-ui to access a new "dataset_info"-process to be made available in next version of the wis2box-api
The dataset_info-process should be called once for each item in the discovery-metadata collection and provide a new button alongside the existing "explore" and "discovery-metadata" options, providing access to pop-up displaying the dataset_info content.
I will prepare a prototype of the new process for the wis2box-api in a new branch "dataset_info" .
The text was updated successfully, but these errors were encountered:
once for each item in the discovery-metadata collection
Can we make the urn be an optional argument of this process? Should no discovery-metadata urn be given, the process should return information about ALL items in the discovery-metadata collection
Currently the wis2box-ui primarily relies on information available from collections in pygeoapi with the exception being the "station_info"-process to retrieve information about stations for a dataset.
I would like to request for wis2box-ui to access a new "dataset_info"-process to be made available in next version of the wis2box-api
The dataset_info-process should be called once for each item in the discovery-metadata collection and provide a new button alongside the existing "explore" and "discovery-metadata" options, providing access to pop-up displaying the dataset_info content.
I will prepare a prototype of the new process for the wis2box-api in a new branch "dataset_info" .
The text was updated successfully, but these errors were encountered: