geometry.py 文件源码

python
阅读 32 收藏 0 点赞 0 评论 0

项目:gtfspy 作者: CxAalto 项目源码 文件源码
def approximate_convex_hull_area(lons, lats):
    lon_meters, lat_meters = _get_lon_lat_meters(lons, lats)
    lon_lat_meters = list(zip(lon_meters, lat_meters))
    return MultiPoint(lon_lat_meters).convex_hull.area / 1000 ** 2
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号