Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rs extract: implement generic feature validation in base handler #136

Open
daniel-j-h opened this issue Oct 23, 2018 · 0 comments
Open

rs extract: implement generic feature validation in base handler #136

daniel-j-h opened this issue Oct 23, 2018 · 0 comments

Comments

@daniel-j-h
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant