Ribbit-Network / ribbit-network-frog-software

The software for the Ribbit Network Frog Sensor
https://www.ribbitnetwork.org/
MIT License
9 stars 8 forks source link

Obfuscate GPS Lat/Long Coordinates #30

Closed keenanjohnson closed 1 year ago

keenanjohnson commented 1 year ago

In previous versions of the Frog sensor we discussed and implemented a simple algorithm to obfuscate the GPS Lat/Long coordinates on the device. See this previous issue more details and discussion.

This has two big benefits:

For some context about spatial resolution and location precision, NOAA's High-Resolution Rapid Refresh (HRRR) model which is used to make those smoke maps you may have seen, is at 3 km spatial resolution. Another high resolution data product is NASA/ORNL's DayMet which is 1 km spatial resolution. To get 1 kilometer spatial resolution, that is about 0.01 degrees of precision.

This change is to round the latitude and longitude coordinates to 0.01 degrees or precision (2 decimal places)