You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment the rs extract handlers are responsible to walk over OpenStreetMap and collect and extract GeoJSON features for the training dataset. Every handler has to start from scratch with OpenStreetMap data validation e.g. making sure polygons are closed ways, or that ways have more than a single node *.
We should write a base handler which already provides reasonable guarantees for the input data to work on.
This base handler could also provide functionality to batch-write features; see #120.
At the moment the
rs extract
handlers are responsible to walk over OpenStreetMap and collect and extract GeoJSON features for the training dataset. Every handler has to start from scratch with OpenStreetMap data validation e.g. making sure polygons are closed ways, or that ways have more than a single node *.We should write a base handler which already provides reasonable guarantees for the input data to work on.
This base handler could also provide functionality to batch-write features; see #120.
* Which is not always the case, e.g. see https://www.openstreetmap.org/way/5699705
The text was updated successfully, but these errors were encountered: