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

use osmium tool #1

Open
missinglink opened this issue May 14, 2018 · 2 comments
Open

use osmium tool #1

missinglink opened this issue May 14, 2018 · 2 comments
Labels
enhancement New feature or request

Comments

@missinglink
Copy link

heya,

I'd like to suggest using http://docs.osmcode.org/osmium/master/osmium-extract.html instead of osmconvert, it's more modern and has way more options and clipping strategies, plus it lets you cut multiple extracts with a single config.

I have a docker image based off alpine you can play with (based off master): https://hub.docker.com/r/missinglink/osmium/

I would really like it if we could use the smart strategy like they do at geofabrik, the other clipping strategies are not appropriate for data processing and things like geocoding because geometries are clipped and become invalid.

Here's a linting tool I wrote a while back which should be able to validate extracts made with different tools using different clipping strategies: https://github.com/missinglink/pbflint

Some issues I found with the old osmconvert method:

@iandees
Copy link
Contributor

iandees commented May 14, 2018

👍 Sounds good. My goal was to get it working adapting the existing system and then we can make improvements like this.

@iandees iandees added the enhancement New feature or request label May 14, 2018
@iandees iandees mentioned this issue May 15, 2018
@drewda
Copy link

drewda commented Jul 13, 2018

@missinglink @iandees FYI, we're now using Osmium to cut extracts on Interline's OSM Extract service at https://www.interline.io/osm/extracts/ We ran into similar problems with ways and nodes at extract edges, so are now using Osmium's complete_ways strategy.

//cc @irees

iandees pushed a commit that referenced this issue Jul 28, 2018
Cities.geojson update, added Louisville, Ky USA
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants