Skip to main content
Archived

Coordinates System Locator

Related products:Integrations
  • August 1, 2017
  • 2 replies
  • 49 views

runneals
Enthusiast
Forum|alt.badge.img+29

It would be nice to send a feature into a transformer that would tell you what coordinates systems are valid for that point. ie. State plane North, UTM 15, etc ... and possibly be able to do a reproject on that.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

rylanatsafe
Safer
Forum|alt.badge.img+14
  • Safer
  • August 2, 2017

This is a very interesting idea... Would the incoming feature have a coordinate system? Would this be a test if the feature's coordinates are within range of coordinate system properties – i.e. the MIN, MAX values?

Perhaps if there was a way to extract all the coordinate system properties and test against it...?

I gave this a "Fast 15 Minute" attempt – didn't get very far, but my first idea was to test a feature (e.g. 1,1 in LL84) and see if I could reproject into coordinate system abc.

See attached template.. Disclaimer: Not my finest work. (Built with FME 2017.1 b17539)

@jlutherthomas When is the next FME Hackathon..?

 

coordsyslocator.fmwt

runneals
Enthusiast
Forum|alt.badge.img+29
  • Author
  • Enthusiast
  • August 3, 2017
My idea is kinda similar to the UTM Zone Detector, which looks to use max/min of lat/long. I'm ending up using SDE FeatureClass of the boundaries for my solution.