openSenseMap-API icon indicating copy to clipboard operation
openSenseMap-API copied to clipboard

Remove artificial limitation of 10000 measurements for /boxes/:senseBoxId/data/:sensorId

Open ubergesundheit opened this issue 8 years ago • 2 comments

  • [ ] Limit from-date and to-date parameters to 1 month to match docs
  • [x] Remove artificial limit of measurements
  • [x] Maybe add arithmetic mean. This route is used for displaying measurements in the browser after all.
  • [ ] Check if outlier detection clashes with arithmetic means..

@mpfeil your opinion?

ubergesundheit avatar Sep 06 '17 12:09 ubergesundheit

Remove limits of from-date and to-date or limit it to 1 year. Would be great to generate charts with a time frame of one year with monthly average data.

mpfeil avatar Mar 06 '18 11:03 mpfeil

Maybe add arithmetic mean. This route is used for displaying measurements in the browser after all.

Right now all known methods of descriptive statistics are allowed.

mpfeil avatar Mar 07 '18 14:03 mpfeil