Introducing the pygeohash stats module

Pygeohash version 1.1.0 is now live on pypi! It include the first release of the stats module, intended to provide high level stats and manipulations for lists of geohashes.  The initial functions are:

  1. mean: provides the mean position from a list of geohashes
  2. northern: the northernmost geohash in the list
  3. southern: the southernmost geohash in the list
  4. eastern: the easternmost geohash in the list
  5. western: the easternmost geohash in the list

There were no changes to the existing encoding/decoding functions or the distance module in this release.

Check out the source on github: https://www.github.com/wdm0006/pygeohash

or install it:

pip install -U pygeohash

 

The post Introducing the pygeohash stats module appeared first on Will’s Noise.