Description
Districts have a need for their public water management websites to filter data (values) on the server before it is returned.
Suggest adding: Greater Than, Less Than, and Order (desc/asc) to the Timeseries Endpoint for the return values
example: ?filter=greater-than&filter-value=25
Otherwise you find yourself getting full period of record data via the client and having to filter out data you do NOT need after the fetch.
This makes for a very slow query and longer processing to filter on the client.
I do not think this merits a v3 of the timeseries if it can backport to the existing codebase (i.e. url parameters to add functionality)
Some districts are running their own SQL queries in Cold Fusion. Having this feature implemented now would ensure they can release their website without the use of Cold Fusion (or any other backend processing scripts that effectively do this).
Other districts are using python to run SQL for filtering to create JSON
files with this data.
Metadata
Metadata
Assignees
Type
Projects
Status