This document summarizes a fast offline reverse geocoding library in Python. It discusses the motivation for developing the library to geocode terabytes of data from OpenSignal at a faster speed than online services or other offline options. The library improves on an existing one by supporting Python 2 and 3, geocoding more information, and with high performance through a multi-process parallelized k-d tree implementation. Demo and performance results are shown, and applications for the library include analyzing mobile data regions and speed tests.