JamesKDouglas / thingspeak-utility6

0 stars 0 forks source link

Downsampling #1

Open JamesKDouglas opened 2 years ago

JamesKDouglas commented 2 years ago

There should be an option to downsample the data - to, for example, discard every second point. 

JamesKDouglas commented 2 years ago

The Thingspeak API doesn't allow literally discarding every second point, but it does allow averaging. I added that instead. It doesn't help much, but I guess it makes the downloaded csv easier to handle.