rollator

Results 14 comments of rollator

That depends on the user. If you don't adjust the grid parameter in the config file it will still make more or less the same amount of requests but each...

Oh yes, sorry I should have mentioned that: - As of right now you need a pre-filled database for the area you want to scan. (This certainly will be changed...

@vDrag0n I just added a small commit which could fix it for you, but I'm not really sure. Could you try it with the new version and tell if it...

> ``` > you use variable names like "foo", "meh" or "anything" which should really be cleaned up > in util line 220 you start a while loop with a...

that did the trick? great, thank you for testing :D would you mind sharing some data about scanning efficiency gain, for example how many points you had to scan before...

> It all depends on how dense your spawn points are and where you're scanning. Exactly that's why I'm asking, so we can have a rough estimate which doesn't only...

what's your SAMPLES_PER_POINT value?

that's a big fucking problem right there, I didn't expect it to be scaling THAT bad. I look into it as fast as possible. Concerning possible solutions, do you think...

@gunawanputra right now you won't any information about the location of a pokemon outside the 70m radius, so you still needed to scan all the points within the cell when...

@Aiyubi I would guess that the 3 hours are in that huge horrible `while True:` loop :/ Right now I'm refactoring the code a bit, when I tinkering around to...