This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# processing algorithm to compute service area | |
# Kai Borgolte (FORPLAN DR. SCHMIEDEL GmbH) 2025-07-04 | |
# Unlike native:serviceareafrompoint the used network will be cached. | |
# The network layer must be segmented - each line has to be an edge | |
# with exactly two vertices. | |
# ToDo: delete temporary start node from graph | |
# - doesn't work with QgsGraph, next time I'll use networkx |