Skip to content

Commit b04fe1c

Browse files
committed
added a functionality to remove unused dead ends
1 parent d4a7542 commit b04fe1c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

docs/ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
* Reducing memory footprint and increasing speed
3636
* The option **--prunning.remove-geometries** will remove the edge geometries after mapping sources/destiations for reducing the memory footprint; You will be warned, when using in combination with **--direct-output** as this is the only output that needs edge geometries
3737
* The computation uses a less complex algorithm when computing unimodal accessibilities
38-
38+
* Added the option **--prunning.remove-dead-ends** for removing unused dead ends (ones that do not have an origin / a destination)
3939
4040
### Continuous Integration
4141

docs/Options.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ Please note that some options may be defined using an abbreviation; non-abbrevia
7070
| Option | Default | Explanation |
7171
| ---- | ---- | ---- |
7272
| --prunning.remove-geometries | N/A (optional) | Removes edge geometries. |
73+
| --prunning.remove-dead-ends | N/A (optional) | Removes dead ends with no objects. |
7374

7475
## Public Transport options
7576
| Option | Default | Explanation |

0 commit comments

Comments
 (0)