KH241 / Geohashing

Yet another implementation of Geohashing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Geohashing

Yet another implementation of Geohashing

It calculates a position and then opens google maps on your browser (with the position).

Configuration

In the file config.py, you need to change the following:

  • latitude - to your latitude
  • longitude - to your longitude

You can also change these if you want

  • decimal_start - defines when the program will start filling the coordinates with hashnumbers (default start is 0)
  • decimal_places - defines how precise your coordinates will be
  • api_request - the link your browser will open (important: {0} is the latitude and {1} is the longitude)

About

Yet another implementation of Geohashing

License:Creative Commons Zero v1.0 Universal


Languages

Language:Python 100.0%