Pokeminer Report

Generated on {{ current_date.strftime('%Y-%m-%d %H:%M:%S') }}

Disclaimer: data may be incomplete due to various issues that might have happened (bugs, unstable servers, bugs on the servers etc.). If there is data about a sighting of a Pokemon in given location at particular time, almost certainly such spawning happened. On the other hand, there is no guarantee that Pokeminer database contains all spawnings, so there might be wild Pokemon not contained in this report. Your mileage may vary.

This report contains statistics about data gathered during mining session for the city of {{ city }}.

During that session, {{ total_spawn_count }} Pokemon have been seen on an area of about {{ area }} square km. Data gathering started on {{ session_start.strftime('%Y-%m-%d %H:%M:%S') }} and ended on {{ session_end.strftime('%Y-%m-%d %H:%M:%S') }}, lasting {{ session_length_hours }} hours. There were {{ spawns_per_hour }} spawns per hour on average.

Below chart shows number of spawns seen per 5 minutes blocks:

Heatmap

All noticed spawn locations. The redder the point is, more Pokemon spawn there.

(will slow down browser!)

Most & least frequently spawning species

Top 30 that spawned the most number of times during above period:

{% for icon in icons.top30 %} {% if loop.index > 0 and loop.index % 10 == 0 %}
{% endif %} {% endfor %}

Bottom 30 that spawned the least number of times during above period, and all of their spawning places:

{% for icon in icons.bottom30 %} {% if loop.index > 0 and loop.index % 10 == 0 %}
{% endif %} {% endfor %}

Evolutions and rare Pokemon

Stage 2 evolutions and Pokemon subjectively considered "rare" by author of this report, together with their spawning places:

{% for icon in icons.stage2 %} {% if loop.index > 0 and loop.index % 10 == 0 %}
{% endif %} {% endfor %}

Nonexistent species

Those Pokemon didn't spawn during data gathering period:

{% for icon in icons.nonexistent %} {% if loop.index > 0 and loop.index % 10 == 0 %}
{% endif %} {% endfor %}

Footnotes

This report was generated using pokeminer, a tool for gathering data about Pokemon Go.

Visit https://github.com/modrzew/pokeminer for more info.

This report is available under Creative Commons CC-BY-4.0 license: https://creativecommons.org/licenses/by/4.0/.