fuzz_location | R Documentation |
fuzz_location()
"fuzzes" a specific location to something less
precise prior to public release of information about sensitive resources for
which data are not to be released to the public. This function takes
coordinates in either UTM or decimal degrees, converts to UTM (if in decimal
degrees), creates a bounding box based on rounding of UTM coordinates, and
then creates a polygon from the resultant points. The function returns a
string in Well-Known-Text format.
fuzz_location(lat, lon, coord_ref_sys = 4326, fuzz_level = "Fuzzed - 1km")
lat |
|
lon |
|
coord_ref_sys |
|
fuzz_level |
|
Details will be defined later.
## Not run:
fuzz_location(703977, 4035059, 32616, "Fuzzed - 1km")
fuzz_location(36.43909, -84.72429, 4326, "Fuzzed - 1km")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.