SpatioTemporal / STARE

SpatioTemporal Adaptive Resolution Encoding, a unifying index for geo-located data.
Other
10 stars 7 forks source link

Bug 99 #100

Closed michaelleerilee closed 2 years ago

michaelleerilee commented 2 years ago

SpatialVector get latlon has a call to acos, where acos(1) was NaN, likely due to roundoff. Sadly, I've patched it with a min-max coercion to [-1,1].