c33howard / signalk-to-timestream

SignalK plugin to publish to Amazon Timestream
Apache License 2.0
0 stars 1 forks source link

Filter out double values with NaN #3

Open cpdk opened 3 years ago

cpdk commented 3 years ago

I have seen issues where in certain cases my GPS coordinates where NaN - which causes Timestream to reject the entire batch of values.

Filtering is done after initial filtering in line 60 to allow for type to be determined and only filter out DOUBLE values that are NaN.