pegler / pytzwhere

python library to look up timezone from lat lng offline
Other
145 stars 54 forks source link

Some coordinates return timezone None #16

Closed MissFilly closed 9 years ago

MissFilly commented 9 years ago

I have a large cities database with coordinates (a single latitude,longitude tuple for each), and pytzwhere is not returning a timezone for almost half of them.

Some examples are:

>>> w.tzNameAt(-11.898345, 135.6838)
>>> w.tzNameAt(58.194371, -136.344993)
>>> w.tzNameAt(33.617694, 130.404308)
>>> w.tzNameAt(44.555141, 38.062928)
>>> w.tzNameAt(-28.770775, 114.59602)