Skip to main content
Question

ShortestPathFinder : Why doesn't it calculate the path for the 4 features?

  • June 23, 2025
  • 2 replies
  • 58 views

gbcfgeo2025
Contributor
Forum|alt.badge.img+3

Hi everyone!

I have some "from-to" path features (FROMTO.shp) that I need to use to calculate the shortest path across a network (NW.shp).
However, it doesn't seem to work for all 4 features (just one), does anyone know why?

I've attached the files for reference.

Thanks in advance!

2 replies

DanAtSafe
Safer
Forum|alt.badge.img+20
  • Safer
  • June 23, 2025

Hi ​@gbcfgeo2025 Use a NetworkTopologyCalculator to test for unexpected gaps in your networks.  Then use a Snapper or AnchoredSnapper to fix those gaps.


takashi
Celebrity
  • June 24, 2025

Hi ​@gbcfgeo2025 ,

Network lines must be topologically connected. Not only Snapper/AnchoredSnapper but also TopologyBuilder might be necessary to construct networks.

Regarding From-To lines, note that every vertex of them should exactly match a node of network.

See also the Help for ShortestPathFinder to learn more.