<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
        integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
        crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
</html>
î
e fÛ  ã               @   s5   d  d l  Z  d  d l Z e  j d ƒ d d „  Z d S)é    Nzhttp://xkcd.com/353/c             C   sz   t  j | ƒ j ƒ  } d d „  | d d … | d d … f Dƒ \ } } t d |  | d d … | | d d … f ƒ d S)zŽCompute geohash() using the Munroe algorithm.

    >>> geohash(37.421542, -122.085589, b'2005-05-26-10458.68')
    37.857713 -122.544543

    c             S   s'   g  |  ] } d  t  j d | ƒ ‘ q S)z%fz0.)ÚfloatÚfromhex)Ú.0Úx© r   ú0/opt/alt/python34/lib64/python3.4/antigravity.pyú
<listcomp>   s   	 zgeohash.<locals>.<listcomp>Né   é    z	%d%s %d%sé   )ÚhashlibZmd5Z	hexdigestÚprint)ZlatitudeZ	longitudeZdatedowÚhÚpÚqr   r   r   Úgeohash   s    3r   )Z
webbrowserr   Úopenr   r   r   r   r   Ú<module>   s   