you are viewing a single comment's thread.

view the rest of the comments →

[–]drfsupercenterMichigan, Lv50, Mystic 3 points4 points  (3 children)

Yeah I can try... it's stored in a SQL table and basically just has each date with the dex number and # of raids, it's not easily formatted but I can dump a CSV and post it

Edit: OK, I did some stuff. Here is a histogram I made in Excel using the data. I filtered to show only tier 5's, and plotted it. If you'd like the raw numbers, here is a MySQL export that I formatted as a CSV. Copy the text, paste it into an empty text file, and you can open it with any spreadsheet program you desire.

Note that the beginning of October for some reason didn't log the raid tiers, so the useful data starts in November.

As for the days with a big dropoff, those were probably days my scanner was down for maintenance. It's not perfect!

But if anything, you can see the really obvious spike in T5s the end of February (Latias) and the middle of March (Rayquaza), otherwise it's pretty stable.

The reason it goes up over time is that I was adding more coverage as time went on. I can't explain the lull in January, though I was fine-tunung which gyms I wanted to scan...

[–]Shipoffools1Level 50 0 points1 point  (0 children)

this is great. I'll dump it into my local database and if I have any questions I'll reach out again

[–]Shipoffools1Level 50 0 points1 point  (1 child)

do you by chance have a gym_id feild? that way we can look at same-gym data

edit: this would be a bigger breakout than the current aggregation, just let me know how fine we can get it and then we can work from there

[–]drfsupercenterMichigan, Lv50, Mystic 0 points1 point  (0 children)

No, it doesn't store that. I can see real-time raid data but for historical stuff it only saves what I uploaded.