blockgroups.py 文件源码

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

项目:metro-atlas_2014 作者: scities-data 项目源码 文件源码
def LatLonToMeters(lat, lon ):
    """"Converts given lat/lon in WGS84 Datum to XY in Spherical Mercator EPSG:900913
    We Use Lambert Azimuthal Equal Area projection.
    """

    proj = pyproj.Proj(proj='laea')
    mx,my = proj(lon,lat)

    return mx, my
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号