Configurable data extracts via YAML config, so user can define which linear feature type to split on #39
Labels
effort:medium
Likely a day or two
enhancement
New feature or request
priority:low
Backlog of tasks that will be addressed in time
Is your feature request related to a problem? Please describe.
Currently, we are filtering data extracts in the fmtm-splitter algorithm by hardcoding tags, for example, highways (residential, pedestrian, track), which sometimes creates irrelevant splits.
Describe the solution you'd like
This filtering should be done when extracting data from OSM instead of filtering after the data is extracted.
Describe alternatives you've considered
An alternative approach can be creating a dynamic yaml config file like we do for dynamic xls form edit in fmtm so that users can filter tags themselves based on their desired splitted task response. This can be done on a platform like FMTM so that the algorithm doesn't have to rely on the hardcoded filters.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: