Best Way to Programmatically Identify a Coordinate System?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hey all,
Looking for some guidance here. The overarching question is:
What is the best way to programmatically identify a coordinate system?
I understand that there are Projected, Geodetic, Arbitrary, etc ...Coordinate Systems. So perhaps for sake of taking a first step, the question could be:
What is the best way to programmatically identify a projected coordinate system?
It should also be assumed that enough information necessary to identify the coordinate system is present (e.g. Ellipsoid name/flattening/radius/etc, Projection scale/false northing/false easting/etc, Datum name/realization/etc). Also, the data can be in any format necessary (JSON, XML, WKT, etc).
So even if I have all of this data, HOW can I programmatically (using any programming language, ideally .NET or Python) output, with ##% confidence, something like:
- EPSG 2232
- Custom CS, based on EPSG 2232
- Arbitrary CS
I would like to ultimately retrieve this information from a source, open Civil 3D, and automatically assign a coordinate system (assuming I have sufficient information/confidence to do so).
As always, any input is appreciated.
Best,
~DD