ConnectedPlacesCatapult / TomboloDigitalConnector

The Tombolo Digital Connector enables users to combine different sources of data in a transparent and reproducible way.
MIT License
58 stars 29 forks source link

Enable subsetting of TimedValues based on dates #555

Open thanosbnt opened 6 years ago

thanosbnt commented 6 years ago

Description

Currently, the user has no choice but to use the LatestValue of a TimedValue inside a field that does operations (say arithmetic field). We do have a TimeseriesField but this fetches only a list of time-value pairs. It would be usefull if the user could either subset the time series based on dates or at least specify the indices of the values needed.