NREL / routee-compass

The RouteE-Compass energy-aware routing engine
https://nrel.github.io/routee-compass/
BSD 3-Clause "New" or "Revised" License
9 stars 4 forks source link

Rjf/edge rtree optional road class #191

Closed robfitzgerald closed 2 months ago

robfitzgerald commented 2 months ago

this PR makes it so the road classes argument for an EdgeRtreeInputPlugin can be optional. this allows Compass to be configured with edge map matching that does not perform road class filtering.

Closes #188.