revrt#

Routing analysis library

Functions

find_paths(zarr_fp, cost_function, start, end)

Find least-cost paths for one or more starting points.

simplify_using_slopes(path[, slope_tolerance])

Simplify path geometry by removing points on the same slope.

Classes

RouteFinder(zarr_fp, cost_function, ...[, ...])

Find least-cost paths for one or more starting points in parallel.

Modules

constants

reVRt constants: standard filenames, layer names, etc

costs

reVRt Cost Layer functionality

exceptions

Custom Exceptions and Errors for revrt

models

reVRt pydantic models

routing

reVRt routing logic

spatial_characterization

Spatial characterization routines for transmission routes

utilities

reVRt utilities

warn

Custom Warning for reVRt