[GIS] find GIS data to test GIS coordinate operations

coordinate systemdata

I am trying to find some data that can be used to test GIS coordinate operations from one CRS to another CRS. So far all I have found is the Gold Data set and also various example points in the EPSG G7-2. The gold data is OK for testing some projections from WGE and the few points in the G7-2 document are good for testing individual operations. What I need now though are some points that can test implicit as well as explicit concatenated coordidnate operations such as EPSG:4277 to EPSG:4230 for example, which I had found a sample for in http://www.epsg.org/Exchange/1065.pdf. There has to be a good source out there with more than one point and CRSs using multiple datums. Fly, Google monkeys, fly!

EDIT:

I also found something called GIGS

Best Answer

To add to Andy W's comment/answer:

You could (should) generate a test dataset with cross-checking via multiple different 3rd-party re-projection APIs, giving you more confidence that you're not just reproducing, for example, a proj.4 bug.

Also, you can create various identities, modulo floating point error, that you can test in a randomized way -- e.g. round-tripping through CRS A -> CRS B -> CRS A should give you the same point you started with.