タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

pythonとgeohashに関するmattnのブックマーク (1)

  • Geohash

    Geohash Geohash is a Python module that provides functions for decoding and encoding Geohashes to and from latitude and longitude coordinates. Example: >>> import Geohash >>> print 'Geohash for 42.6, -5.6:', Geohash.encode(42.6, -5.6) Geohash for 42.6, -5.6: ezs42e44yx96 You can specify an arbitrary precision when encoding. The precision determines the number of characters in the Geohash: >>> prin

  • 1