osmium-tool icon indicating copy to clipboard operation
osmium-tool copied to clipboard

Command line tool for working with OpenStreetMap data based on the Osmium library.

Results 17 osmium-tool issues
Sort by recently updated
recently updated
newest added

## What version of osmium-tool are you using? osmium version 1.14.0 libosmium version 2.18.0 ## What did you do exactly? I have a valid PBF but the `bounding boxes` header...

osmium version 1.11.1 libosmium version 2.15.4 I have removed ways and relation based on my tag filtering logic , but reference nodes which are either direct member of relation or...

Pages such as https://docs.osmcode.org/osmium/latest/osmium-extract.html seem to be the current documentation for (in this case) "osmium extract". That pages mentions, but does not link to, pages such as "osmium merge". It...

## What version of osmium-tool are you using? ``` osmium version 1.14.0 libosmium version 2.18.0 Supported PBF compression types: none zlib lz4 ``` ## What did you do exactly? First...

I occasionally get complaints about Osmium handling the bounds (bounding box) header in OSM files in a wrong way. Mostly Osmium doesn't set it at all. There are several reasons...

enhancement
feedback
funding needed

When writing out OSM data in any of the Osmium commands when the input file has locations on the ways, those locations are silently lost unless the option `-f pbf,locations_on_ways`...

## What version of osmium-tool are you using? osmium version 1.13.2 (v1.13.2-4-gf0657f8) libosmium version 2.17.1 Supported PBF compression types: none zlib lz4 ## What operating system version are you using?...

Currently, osmium-tool reports no compression, not taking into account whether a PBF blob has been compressed using zlib or lzma: ```diff $ osmium fileinfo austria-210101.osm.pbf File: Name: austria-210101.osm.pbf Format: PBF...

enhancement

The Debian package build for 1.11.0 failed on s390x due to test failures: ``` 123/313 Test #123: export-spaten ....................................***Failed 0.02 sec Executing: //obj-s390x-linux-gnu/src/osmium export -f spaten export/input.osm Executing: /usr/bin/cmake -E...

I was just playing around with the osmium export sub-command to familarize myself with it. Doing so I would have loved shell autocompletion for all osmium commands. Can we auto-generate...

enhancement
help wanted