-
-
Notifications
You must be signed in to change notification settings - Fork 114
Handling of bounds in OSM file headers #243
Copy link
Copy link
Open
Labels
enhancementWishlist item.Wishlist item.feedbackMaintainer wants feedback from users on this issue.Maintainer wants feedback from users on this issue.funding neededMight need funding before work is done on this issueMight need funding before work is done on this issue
Metadata
Metadata
Assignees
Labels
enhancementWishlist item.Wishlist item.feedbackMaintainer wants feedback from users on this issue.Maintainer wants feedback from users on this issue.funding neededMight need funding before work is done on this issueMight need funding before work is done on this issue
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 for that:
complete_waysfor the extract, there might well be nodes outside the box used for extracting for instance.There is no one-size-fits-all solution here. Each Osmium command that writes OSM files has different requirements regarding the bounds. This will need some careful thought and time to find the best solutions(s).