Is there a way to obtain the extents of a pbf file (top, bottom, left, right) using asked 30 Oct '18, 14:35 awa5114 |
2 Answers:
The osmconvert --out-statistics option returns lat/lon min/max values:
osmconvert binaries are also available for Windows. answered 31 Oct '18, 10:55 ikonor |
This can be done with the
answered 30 Oct '18, 14:56 Frederik Ramm ♦ |
Excellent, I knew there had to be a way through the regular tools!