### if using pyproj>=2.1.0, the preferred method to project geometries is:
import pyproj
from shapely.geometry import Point
from shapely.ops import transform
wgs84_pt = Point(-72.2495, 43.886)
wgs84
geopandas和shapely使用(使用pyproj进行坐标转换)
最新推荐文章于 2024-04-26 09:53:24 发布