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
Another related request from Bjorn: ability to split the metrics per dataset, summed over a specific time interval at a single site (DSStatInTimeWindow) into multiple sub-intervals, using e.g. a new argument aggr=day
Currently we have APIs to:
get metrics per time bin per dataset, for a single site in a specific time interval (getDSdata)
get metrics per time bin, for a single dataset at a single site in a specific time interval (getSingleDSstat)
get metrics per dataset, summed over a specific time interval at a single site (DSStatInTimeWindow)
It would be convenient to have a new API to return the same information without any grouping/aggregation, i.e.:
The text was updated successfully, but these errors were encountered: