geopandas 重投影 .to_crs() 不会更新

问题描述

我正在尝试使用 .to_crs() 重新投影 shapefile 的 crs。但是,投影似乎没有更新。有什么想法吗?

    shp_file = geopandas.read_file(indir+file+plan+".shp")
    print(shp_file.crs)
    shp_file.to_crs("epsg:4269")
    print(shp_file.crs)

    # output
    epsg:4326
    epsg:4326

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)