Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Strange way of how bbox is split #23

Open
jose1711 opened this issue Jan 14, 2021 · 2 comments
Open

Strange way of how bbox is split #23

jose1711 opened this issue Jan 14, 2021 · 2 comments

Comments

@jose1711
Copy link

I don't really understand what's going on here. This is my original bounding box:

22:01:28 Splitting bbox [48.7024040222168, 17.77560806274414, 48.733848571777344, 17.802509307861328] at lats 48.72439193725586..48.727508544921875; area decrease 20%

Then after processing this results in some completely unrelated areas:

22:01:28 Splitting bbox [48.727508544921875, 17.77560806274414, 48.733848571777344, 17.796794891357422] at longs 17.776657104492188..17.79244613647461; area decrease 12%
22:01:28 Splitting bbox [48.7024040222168, 17.777894973754883, 48.72439193725586, 17.802509307861328] at longs 17.795238494873047..17.79531478881836; area decrease 10%
22:01:28 Overpass query: [out:xml][timeout:120];(nwr["addr:housenumber"](48.6994040222168,17.774894973754883,48.72534344482422,17.798238494873047);nwr["building"](48.6994040222168,17.774894973754883,48.72534344482422,17.798238494873047);nwr["addr:conscriptionnumber"](48.6994040222168,17.774894973754883,48.72534344482422,17.798238494873047);nwr["addr:housenumber"](48.72464587402344,17.77260806274414,48.73518536376953,17.779657104492188);nwr["building"](48.72464587402344,17.77260806274414,48.73518536376953,17.779657104492188);nwr["addr:conscriptionnumber"](48.72464587402344,17.77260806274414,48.73518536376953,17.779657104492188);nwr["addr:housenumber"](48.724508544921875,17.78944613647461,48.736848571777344,17.799794891357422);nwr["building"](48.724508544921875,17.78944613647461,48.736848571777344,17.799794891357422);nwr["addr:conscriptionnumber"](48.724508544921875,17.78944613647461,48.736848571777344,17.799794891357422);nwr["addr:housenumber"](48.70653369140625,17.79231478881836,48.72739193725586,17.80550930786133);nwr["building"](48.70653369140625,17.79231478881836,48.72739193725586,17.80550930786133);nwr["addr:conscriptionnumber"](48.70653369140625,17.79231478881836,48.72739193725586,17.80550930786133);nwr["ref:minvskaddress"];); out meta qt center;
@Zverik
Copy link
Contributor

Zverik commented Jan 15, 2021

The idea is, when you split an area in two vertically, some bounding points are left in one of these parts.

example_split

@jose1711
Copy link
Author

What concerns me is result of the overpass query (from a really tiny bounding box):
obrázok

Or is this a problem of overpass-turbo instance itself?

Query: http://overpass-turbo.eu/s/12qM (result ~ 50 MB)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants