agrc / api.mapserv.utah.gov

An asp.net web api system for geocoding addresses and performing spatial queries
https://api.mapserv.utah.gov/
MIT License
5 stars 5 forks source link

Randomize/jitter geocoding result #181

Open jacobdadams opened 1 year ago

jacobdadams commented 1 year ago

There can be times that geocoding results need to be obfuscated (PII, etc). It would be cool if there was an option that could be passed to the geocoder (and then implemented in the API client, etc). I'm envisioning something that does a +/- z00 meters to the x and y coordinates.

steveoh commented 1 year ago

Return an h3 value?

nathankota commented 1 year ago

may be more of an API Client feature, rather than the API itself?