3

So I have a client with a site datum, which is to say they have an arbitrary coordinate reference system with coordinates between -1000 and 1000 in X and Y.

I have a list of ~20 coordinates that maps between a UTM projection and these coordinates, so I know I can calculate an affine transformation between them without too much difficulty.

My question is, can I handle this case with custom CRS, so that using the site datum is as simple as selecting it as the on-the-fly projection, or exporting data with the site datum transforms the data automatically?

Alex Leith
  • 13,453
  • 30
  • 69

1 Answers1

4

You can do both:

At Using customized Coordinate System in ArcGIS Desktop? I have explained how to set up a local CRS based on the origin of the local system. The data in the local CRS remains untouched, and can still be edited.

Or you can use the affine transformation plugin to shift the data into real world coordinates. This has the disadvantage that new data coming in has to be rectified every time.

AndreJ
  • 76,698
  • 5
  • 86
  • 162