Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New API to return metrics per dataset per site per timebin #95

Open
nikmagini opened this issue Aug 28, 2015 · 2 comments
Open

New API to return metrics per dataset per site per timebin #95

nikmagini opened this issue Aug 28, 2015 · 2 comments

Comments

@nikmagini
Copy link
Contributor

Currently we have APIs to:

  1. get metrics per time bin per dataset, for a single site in a specific time interval (getDSdata)

  2. get metrics per time bin, for a single dataset at a single site in a specific time interval (getSingleDSstat)

  3. 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.:

  • get metrics per time bin per dataset per site, in a specific time interval
@nikmagini
Copy link
Contributor Author

Setting to low priority because for current studies getDSdata (with site=summary) is sufficient, since the details per site are not needed.

@nikmagini
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant