Difference between revisions of "User:Sourcerer/KML tool"

From Geohashing
imported>Sourcerer
m (KML Tool)
imported>Sourcerer
m (Usage)
Line 17: Line 17:
 
* '''lon''' - your graticule longitude - the default is 0 (Grenwich London).
 
* '''lon''' - your graticule longitude - the default is 0 (Grenwich London).
 
* '''skins''' - like an onion, the number of layers of points surrounding the home point - the default is 1 giving 9 hashpoints - the limits are 0 to 6.
 
* '''skins''' - like an onion, the number of layers of points surrounding the home point - the default is 1 giving 9 hashpoints - the limits are 0 to 6.
 +
 +
== Tests ==
 +
 +
* [http://nbest.co.uk/kmlGeohash/index.php?date=2008-05-21&lat=0&lon=0&skins=3 Test equator]
  
 
== Source Code ==
 
== Source Code ==

Revision as of 22:08, 17 January 2016

This calculator creates a KML file.

If Google Earth or another application that understands this file format is installed, it should launch and display the hashpoints for your specified date and graticule.

Bugs and requests

Please put bugs and requests on the discussion tab.

Sourcerer KML.jpg

Usage

http://nbest.co.uk/kmlGeohash/index.php?date=2008-05-21&lat=52&lon=0&skins=2

  • date - formatted yyyy-mm-dd - the default is today's date.
  • lat - your graticule latitude - the default is 51 (Grenwich London).
  • lon - your graticule longitude - the default is 0 (Grenwich London).
  • skins - like an onion, the number of layers of points surrounding the home point - the default is 1 giving 9 hashpoints - the limits are 0 to 6.

Tests

Source Code

Source Code