Skip to main content
Question

How to add distance field from base polyline to closest neighbouring polyline?

  • November 5, 2019
  • 1 reply
  • 14 views

Currently trying to add a distance field in my shp file that will state the distance from 1 polyline to its closest neighbor polyline in the same shp file and after running the neighbourfinder as seen below

 

(for candidate only)

 

There were matched and also unmatched data. There were also addition fields seen below

 

which stated the closest distance for the matched data however when I exported this data to a writer it did not include these additional fields.

 

I'm unsure if this is the correct methodology to obtain the results I desire.

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.

1 reply

erik_jan
Contributor
Forum|alt.badge.img+22
  • Contributor
  • 2179 replies
  • November 5, 2019

Change the writer on the user attributes tab from Manual to Automatic and the new attributes will show up.

If that adds too many, change it back to Manual and remove the attributes that you do not want.

Hope this helps.