I'm putting together some training materials for a workshop on R for spatial data analysis in archaeology, and need to anonymize the true site locations (confidential information) while keeping the spatial integrity of the features within the site's bounding box.
My initial thought is to subtract the minimum X & Y values of the bounding box (all are in UTM coords) from all of the geometries - i.e., make the whole thing an arbitrary relative grid.
I have ESRI point and polygon shapefiles imported to R with sf, and some rasters loaded with terra but not sure how to go about doing the global spatial adjustment for either.
I also use QGIS, so some solution through there to pre-process the geometries before loading to R would work as well - but again, don't know how to do that.
Here is how you can do that.
Original data:
Shift and rotate
Of course if you know the true location of some places on the map, e.g. if you know this is Luxembourg, it is not too difficult to reverse engineer and get the original data.
You could also add some jitter to the points:
Set a fake coordinate reference system to all the datasets, like
And save the data like this