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.
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.