下午好,
我有一个问题:如何在python中将CRS设置为shapefile?
使用gdal.Polygonize(),我将栅格转换为矢量( shapefile ),然后将其放入QGIS中,shapefile不带CRS。
如何在python中将CRS设置为shapefile?
发布于 2022-03-29 10:10:43
使用GeoDataFrame.to_crs
gpf.to_crs('EPSG:4326')https://stackoverflow.com/questions/71660089
复制相似问题