[Qgis-developer] New python packages in QGIS 3.0

Luigi Pirelli luipir at gmail.com
Tue Nov 22 08:46:54 PST 2016


Hi Pedro,

short answer: yes you can use Pandas without problems

large answer: Pandas can be simply installed using pip from osgeo4w
shell (OSGeo4W python-pandas package is broken and probably not
maintained because the simply workaround using pip), and pip now is
already installed in OSGeo4W.
Beaware that pandas will be installed in dist_packages on the of you
osgeo installation. No way (for now) to use Pandas installed with
Anaconda because is is using a different python interpreter that that
used by osgeo4w. Btw you can link the two world using wrapping scripts
and setting pythonhome env var changing the running context.

I Strongly suggest to:

1) install pandas using pip
2) use IPython Console qgis plugin by Alessandro Pasotti where you can
have also inline graphics and qgis var instances introspection.

remember only that the IPython kernel of the IPython Console can't be
connected from external clients due to intrinsic embedding limitation.

cheers
Luigi Pirelli

**************************************************************************************************
* Boundless QGIS Support/Development: lpirelli AT boundlessgeo DOT com
* LinkedIn: https://www.linkedin.com/in/luigipirelli
* Stackexchange: http://gis.stackexchange.com/users/19667/luigi-pirelli
* GitHub: https://github.com/luipir
* Mastering QGIS 2nd Edition:
* https://www.packtpub.com/big-data-and-business-intelligence/mastering-qgis-second-edition
**************************************************************************************************


On 22 November 2016 at 01:04, Pedro Camargo <veigacamargo at gmail.com> wrote:
> Hi,
>      I am looking to port a few projects that exist in Python for the
> transportation modeling world (complimentary to the AequilibraE plugin) ,
> but they rely heavily on scientific and data analysis packages such as
> Pandas.
>
> Is there any chance new Python packages will be added to the standalone QGIS
> installer for Windows? Is this list available?
>
> Windows is by far the most used operating system in the transportation
> planning/modeling world, so supporting these libraries would aind in making
> QGIS the go-to place for open-source transport planning/modeling.
>
> Cheers,
> Pedro
>
> _______________________________________________
> Qgis-developer mailing list
> Qgis-developer at lists.osgeo.org
> List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer
> Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer


More information about the Qgis-developer mailing list