用于离线查找地球上任何点(坐标)的时区的快速python包
项目描述
这是一个快速且轻量级的 python 包,用于完全离线查找地球上给定坐标的相应时区。
快速指南:
pip install timezonefinder
from timezonefinder import TimezoneFinder
tf = TimezoneFinder() # reuse
query_points = [(13.358, 52.5061), ...]
for lng, lat in query_points:
tz = tf.timezone_at(lng=lng, lat=lat) # 'Europe/Berlin'
有关更多信息,请参阅文档。
还要检查:
红宝石端口:timezone_finder
项目详情
关
timezonefinder-6.1.3- cp38 -cp38-manylinux_2_31_x86_64.whl 的哈希值
算法 | 哈希摘要 | |
---|---|---|
SHA256 | 96c96db94e75e072187843152e6c5dc0718500a9a91986032365abe09162d0e7 |
|
MD5 |