map/map_plot/plot.py
ployt.py uses a static list of IPs to filter IPs that are determined to be bots.
IPs are probably determined by inspecting the apache logs for something from the website that a human would not download and adding this IP to the list.
It is probably better that this list also is not hardcoded.