Results 215 comments of Jochen Topf

Looks like the "Spaten" export depends on byte-order. Not hugely important, but we have to look into this. @thomersch

There are several issues here: 1. As @sebastic mentions, the Spaten file format says that all data is little endian, but, as @tomhughes mentions, WKB is used in Spaten and...

There is code for shell autocompletion in zsh for Osmium in the `zsh_completion` directory. I believe the Debian packages install this. I am only using zsh, somebody else has to...

I am not sure I understand exactly what you are trying to do, but have a look at `osmium getid -r`. You'll probably also need to keep all tagged nodes,...

> My assumption is that a way is not included in the extract if it intersects with the polygon, but has no nodes inside the polygon. Is this assumption correct,...

That behaviour is correct. The compression reported is the **outside** compression on something like `.osm.bz2`. The man page says: ``` File This section shows the information available without opening the...

While I agree that this could be useful, it would need quite a lot of changes to libosmium and osmium-tool. The information is only available deep in side the library...

This is a known limitation of the current implementation. This isn't a problem when used with OSM data, because it doesn't have those large IDs, so it is unlikely to...

I don't know of a better way. You don't say anything about why you need that bbox header in there. Maybe it is better to fix whatever program needs that...

> Is there a technical reason why this is not possible? Not really. This is just something that happened over time depending on what people needed and what makes sense...