You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 8, 2018. It is now read-only.
applying a bbox in osmconvert actually reduces the file size by ~15%
osmconvert -b="174.579,-41.454,175.063,-41.058" wellington.pbf --out-pbf > bbox.pbf
$ ls -lah *.pbf
-rw-rw-r-- 1 peter peter 5.7M Dez 6 11:11 bbox.pbf
-rw-rw-r-- 1 peter peter 6.7M Aug 12 22:06 wellington.pbf
The text was updated successfully, but these errors were encountered:
I opened the extract up in QGIS and it gives the impression that it's correctly clipped, so I think it's only including invalid relations and not nodes or ways.
QGIS is likely silently ignoring the invalid relations because some/all their members are not present in the extract.
heya, I keep finding elements outside the specified bbox in my ODES extracts.
as an example, I have an extract of the Wellington Region in New Zealand:
https://mapzen.com/data/metro-extracts/your-extracts/ddb7513ffe47
German entries:
Other entries:
I thought it might be because I live in Germany, but there also appears to be part of the China boundary in there for some reason!?
applying a bbox in osmconvert actually reduces the file size by ~15%
The text was updated successfully, but these errors were encountered: