Skip to main content
Solved

NeighborFinder Distance Unit

  • August 8, 2017
  • 2 replies
  • 313 views

pinkopo
Contributor
Forum|alt.badge.img+5

Hi,

I am just trying to use the NeighborFinder tool to calculate distances between two feature classes (points to polygon) however I couldnt get the distance output into metres.

Coordinate system of the source data are GDA94..

Thank you!

Best answer by takashi

Hi @sangli, the units of the distance computed by the transformer can be considered as the same as the units of coordinates in the input features. If it was sure that the units of coordinates of both Base and Candidate features was meters, I think you could consider the units of resulting distance as meters.

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

takashi
Celebrity
  • 7843 replies
  • Best Answer
  • August 8, 2017

Hi @sangli, the units of the distance computed by the transformer can be considered as the same as the units of coordinates in the input features. If it was sure that the units of coordinates of both Base and Candidate features was meters, I think you could consider the units of resulting distance as meters.


kimo
Contributor
Forum|alt.badge.img+10
  • Contributor
  • 96 replies
  • October 10, 2018

Don't use geographic coordinates for any spatial processing. Always convert any lat/long sources into a projected coordinate system before doing calculations. The only exception is a Great Circle calculation which needs spherical coordinates.