How The FMTM Splitter Algorithm Works #61
spwoodcock
started this conversation in
General
Replies: 1 comment
-
@ivangayton @Sujanadh please update if this is wrong anywhere / missing anything! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Overview
A modular approach is used, with the output from one step being the input for the next step.
Module 1: Splitting On Linear Features
Important
The goal of this step is to both improve the mapping efficiency by not having to traverse features, and to arguably improve safety by not having to cross roads or railways.
Module 2: Clustering
k-means-algorithm.mp4
Important
The goal of this step is to have clusters that mean a minimised walking distance for the enumerator in the field.
Module 3: Generation of Boundaries
Important
The goal of this step is to provide usable task boundary (polygons) that enclose the geometries to be mapped.
Module 4: Updating Boundaries
Sometimes the generated boundaries are not perfect for many reasons.
Not Enough Geometries Enclosed In Polygon
Other
See the various issues on the repo that are being solved!
Beta Was this translation helpful? Give feedback.
All reactions