이는 포인트 데이터로 Thiessen Polygon을 만드는 것과 유사한데요, 구현 과정에서 ArcGIS 결과와 달라 한참을 헤메다가 오차 부분을 해결할 수 있었네요.
우선 그림을 보시죠. 회색 선은 Thiessen Polygon을 Overlay했습니다.
이런 오차가 발생하는 원인은 무엇을까요? ArcGIS에서는 포인트를 일단 Raster로 변환 후 계산을 한답니다. ^^
When the input source data is a feature class, the source locations are converted internally to a raster before performing the Euclidean analysis. The resolution of the raster can be controlled with the Output cell size parameter.
■ ArcGIS Euclidean Allocation
■ Custom Euclidean Allocation
■ ArcGIS 알고리즘 적용 Euclidean Allocation
■ 마지막으로 각 셀에 Feature의 ID 대신 거리값이 입력되면 바로 Euclidean Distance 분석이 됩니다.
참고: ArcGIS Proximity analysis
댓글 없음:
댓글 쓰기