Skip to main content
Solved

Should I use reprojector in front of dissolver?

  • March 2, 2022
  • 2 replies
  • 11 views

ssmith_ftr
Contributor
Forum|alt.badge.img+7

My data is all in LL84. I'm curious if I should reproject into UTM or other coordinate system before I use Buffer and Dissolver?

 

This is due the answer that I got for my other question https://community.safe.com/s/feed/0D54Q00009LDzFBSA1

 

The solution was changing LL84 into UTM and then everything found correct matches for nearest neighbor. I'm doing additional work with same data but this time applying a 4 foot buffer to each point and then running them through dissolver to see which points are near each other. It appears to work fine but after my last answer I'm thinking I should reproject the data to UTM and then do this work.

 

Thoughts?

Best answer by markatsafe

@ssmith_ftr​ The Bufferer is one of the few transformers that we have upgraded in FME to support units of measure so you shouldn't need to reproject before you dissolve and buffer.

dialog

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

redgeographics
Celebrity
Forum|alt.badge.img+59
  • Celebrity
  • 3700 replies
  • March 2, 2022

Since the Bufferer needs a buffer size in map units, and the units in LL84 are degrees which will potentially be different in the direction you're measuring them I would recommend reprojecting before buffering.

 


Forum|alt.badge.img+2
  • 1891 replies
  • Best Answer
  • March 3, 2022

@ssmith_ftr​ The Bufferer is one of the few transformers that we have upgraded in FME to support units of measure so you shouldn't need to reproject before you dissolve and buffer.

dialog