tzwhere
tzwhere copied to clipboard
Determine timezone from lat/long in NodeJS
Did you check installation on Win 10? Python 3.6 (32 or 64 - tried both) use as usial "pip install tzwhere" - and get error: C:\Users\Comp02>pip install tzwhere Collecting tzwhere...
Anyone else seeing this?
We heavily depend on this lib (like 1.5million rqsts to it in a day) and maybe we could be a maintainer. We are maintaining our own fork at https://github.com/ilblog/tzwhere that...
For example if I check Sichuan, China I get Asia/Urumqi at +0600, not China at +0800 ``` from tzwhere import tzwhere from datetime import datetime import pytz TZ = tzwhere.tzwhere(shapely=True,...
Suited for coastal areas, where tzNameAt() gives no results. - method tzNameNear(lat, lon) returns near polygon point and distance to it (= distance to polygon itself could be lesser).
1. Update reference to 'timezone' library to match most recent major version, to fix the hanging initialization problem 2. Update reference to 'geolib' to match most recent major version 3....
It does not work :(
Hi, I have use your example to see how it's working. Buts nothing apear... In the folder test, I have the file test.js with your example : ``` javascript var...
Does not return timezone for this lat long: tzwhere.tzNameAt(40.573238372802734, -73.99983978271484)
tzwhere.tzNameAt(40.573238372802734, -73.99983978271484) => Null Returns a null, but should be this: http://www.darrinward.com/lat-long/?id=92197
Where did the data for `tz_world.json` come from? Can you provide a citation? Specifically, I'm interested in where the geometries came from.