-
Notifications
You must be signed in to change notification settings - Fork 1
impedance_table(...)
Jip Claassens edited this page Nov 12, 2024
·
1 revision
If you need a table with the impedance to the nearest destination from each origin.
Example:
attribute<float32> DistanceToNearestDest (NodeSet) :=
impedance_table('bidirectional;startPoint(Node_rel)'
, Network/Impedance
, Network/F1
, Network/F2
///
, NodeSet/OrgNode_rel
);
Other options can be added to this basic setup, such as limit or cut.
GeoDMS ©Object Vision BV. Source code distributed under GNU GPL-3. Documentation distributed under CC BY-SA 4.0.