I'm looking for better ways to convert between #QGIS VectorLayers and #GeoPandas GeoDataFrames. #pyogrio and #arrow look promising (reduces run time by 50%) but when I try to wrap it in a Processing script, it gets tricky ...
Looking for better ways to convert between QGIS VectorLayer and (Geo)DataFrame
Plugin developers who want to use (Geo)Pandas-based functionality in their plugins regularly face the challenge of converting QGIS vector layers to (Geo)DataFrames. There is currently no built-in cβ¦