QGIS
QGIS copied to clipboard
add pandas/geopandas to qgis base python librairies
Feature description
It would be practical for a qgis installation to include the shapely/pyogrio/pandas/geopandas/resterio python libraries, even if qgis doesn't use them directly.
Use cases :
- using them in qgis python interpreter without the need of a virtual env to keep the compatibility between qgis and the librairies when you can't manage your qgis installation yourself (eg : at work)
- Enable the development of plugins using them without forcing the end-user to download them.
- Enable the development of plugins using these libraries within an organization without forcing the IT department to repackage qgis (which often results in a no).
Additional context
No response