-
Notifications
You must be signed in to change notification settings - Fork 11
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
OpenStreetMap contribution #5
Comments
I agree! It seems very promising since the current bottleneck for working with rivers is collecting the coordinates of a river. centerline-width currently has two requirements:
I am not terribly familiar with OpenStreetMap, but it seems like this is represented in OSM as a This section of the North Fork Eel River is a good example. Part of the river is map as an area (
I'll give |
Yes,
Yes, but from what I've seen most of them have the riverbanks mapped, well, at least in Europe. The centerline among other things is used for waterway routing for ships, boats etc.
That's an option as well, and at the same time, I'd like to point out that all the interesting queries for you are probably static (like this). An extra moving part in the form of an Overpass library may not be needed, as the API accepts the query string and gives JSON, XML, or CSV data in return. These can be handled with core Python functionality. One more thing I'd like to point out, fully automated edits are highly discouraged, meaning if the CLI option is chosen, an editor like JOSM should be used for viewing/uploading changes to have some control. If you have any questions, just ping me here. |
Returns rivers (as boundary boxes instead of estimated centerline)
|
I came across this project a while ago and seeing what it does and what are the input requirements, I believe OpenStreetMap (OSM) provides all the necessary data for this project.
This got me thinking about some collaboration. While OSM usually lacks proper river centerlines, its riverbank data is almost "perfect". Feeding the script with OSM data, then outputting the results back to OSM could be a valuable use case. What do you think?
Additionally, there is a desktop editor called JOSM with an excellent plugin system, although a simple CLI tool could also be highly effective.
The text was updated successfully, but these errors were encountered: