Skip to main content
Question

reject results outside of usable range during projection

  • April 20, 2016
  • 2 replies
  • 43 views

I have a large dataset where naturally a number of coordinates will be incorrect and fall outside the UTM zone constraints. Rather than the projector using multiple transformations and attempts at plotting them and thus resulting in a large area, can I have a setting that will reject the bad coordinates?

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

mark2atsafe
Safer
Forum|alt.badge.img+59
  • Safer
  • April 20, 2016

If you have a dataset of your zone you could use the Clipper, SpatialFilter, or an overlayer transformer. If you don't have a dataset you could probably create a polygon representing it. The east-west extents just follow a line of longitude, don't they?


  • Author
  • April 20, 2016

If you have a dataset of your zone you could use the Clipper, SpatialFilter, or an overlayer transformer. If you don't have a dataset you could probably create a polygon representing it. The east-west extents just follow a line of longitude, don't they?

This is just a regular database table with UTM coordinates in it that I am creating a feature class from.

I'm currently trying the clipper with the state boundary and will check out the other 2 you mention as well to see which one will work. I have a few field type errors for some reason so it's making it difficult right now but once I resolve this I can actually see if it worked haha!