Re: [OSM-dev] Missing records from osmium-tool tags-filter

2019-11-12 Thread Jochen Topf
Hi! Okay, turns out there is a bug in Osmium. It removes the tags from too many objects (in this case way 24801630). This only happens if a matching way is also referenced from a matching relation. I'll make a fix soon. Jochen On Tue, Nov 12, 2019 at 04:22:24PM +0100, Jochen Topf wrote: > Date:

Re: [OSM-dev] Missing records from osmium-tool tags-filter

2019-11-12 Thread Jochen Topf
Hi! When I try to run https://www.openstreetmap.org/way/24801630 through the commands you provided, it will come out fine. In fact it comes out twice, once as LineString, once as MultiPolygon. Tested with: wget -O w24801630.osm https://www.openstreetmap.org/api/0.6/way/24801630/full osmium

[OSM-dev] Missing records from osmium-tool tags-filter

2019-11-12 Thread Craig Kochis via dev
First off, just want to say this tool has been amazing, it's blazing fast for parsing through huge amounts of data. There's probably something I'm not understanding about how the tags-filter command is working, but there are some records missing from the output that I'd expect to be there based

Re: [OSM-dev] Missing records from osmium-tool tags-filter

2019-11-12 Thread Michael Reichert
Hi Craig, Am 12.11.19 um 15:45 schrieb Craig Kochis via dev: > Then exporting to JSON > > osmium export poi.osm.pbf --output-format=geojsonseq --omit-rs > --add-unique-id=type_id -v -o poi.json > > And some records are being omitted that I would expect to be in the output. > For instance,