Till Riedel
Till Riedel
Should have fixed the gofmt now. No clue how to put the relevant part into the test coverage. Would require the CI to bring up an interface with a link-local...
I reverted the unrelated error handling and will create a new PR for that
@chrisohaver: any more doubts after I removed the ResolveIPAddr from the error handler? Should now just behave like before except for binding all addresses of an interface (not skipping link...
Was stumbling over the same problem. However, please don't add complexity via a backend. IMHO the much easier quickwin would be just encoding the state in the URL. This way...
As I think aggregation support in crucial in the long run and is specified by an odata extension, I opened an issue on it https://github.com/opengeospatial/sensorthings/issues/71
We were discussing today if we can make it a thesis at the university . However, before any implementation there should be at least some rough consensus about possible syntax...
The return is defined by the [OData Data Aggregation Specification ](http://docs.oasis-open.org/odata/odata-data-aggregation-ext/v4.0/cs02/odata-data-aggregation-ext-v4.0-cs02.html#_Toc435016582). Yes, the first one works without filter. The second and third would be rather meaningless without the filter, but...
My gut feeling is that it would be nice to stay/become compliant with OData, because of Tool support (Olingo and .NET provide client libraries, that will only work in a...
IMHO The "best" semantics for an average is actually sum(interval.length(t)*x)/sum(interval.length(t)) and interval length(t) should default to epsilon for a timestamp and to a unitless interval length for any interval (If...
as Hylke assumed by putting a reference into #110 , we are interested and invested a considerable amount of thought into the topic. Our conclusion is that it makes most...