与QGIS相比,GeoPandas这么慢?

时间:2019-07-11 12:58:42

标签: python qgis geopandas

为什么在Python中通过GeoPandas读取和重新投影一些多边形数据会花费一些时间,而在QGIS中却似乎是瞬时的?

下面的代码可能需要10分钟才能运行。但是,如果我保存shapefile,并在此过程中将其重新投影到QGIS中,则大约需要30秒。

import geopandas
my_file = geopandas.read_file('test.shp')
reprojected_my_file = my_file.to_crs({'init': 'epsg:3046'})

0 个答案:

没有答案