#1428: Include GeoPandas on Live 8.5 -------------------------+-------------------------------------------------- Reporter: darkblueb | Owner: live-demo@… Type: enhancement | Status: new Priority: normal | Milestone: OSGeoLive8.5 Component: LiveDVD | Keywords: python, GeoPandas -------------------------+--------------------------------------------------
Comment(by darkblueb): '''kalxas''' has added a GeoPandas package earlier this year, but it is one version previous.. the Descarte plotting utility may need to be added as a dependancy.. Here is a detailed comparison between the GeoPandas package and what is commonly available today: {{{ user@live12014:~$ locate geopandas /usr/local/lib/python2.7/dist-packages/geopandas /usr/local/lib/python2.7/dist-packages/geopandas-0.1.1.egg-info /usr/local/lib/python2.7/dist-packages/geopandas/__init__.py /usr/local/lib/python2.7/dist-packages/geopandas/__init__.pyc /usr/local/lib/python2.7/dist-packages/geopandas/base.py /usr/local/lib/python2.7/dist-packages/geopandas/base.pyc /usr/local/lib/python2.7/dist-packages/geopandas/geocode.py /usr/local/lib/python2.7/dist-packages/geopandas/geocode.pyc /usr/local/lib/python2.7/dist-packages/geopandas/geodataframe.py /usr/local/lib/python2.7/dist-packages/geopandas/geodataframe.pyc /usr/local/lib/python2.7/dist-packages/geopandas/geoseries.py /usr/local/lib/python2.7/dist-packages/geopandas/geoseries.pyc /usr/local/lib/python2.7/dist-packages/geopandas/io /usr/local/lib/python2.7/dist-packages/geopandas/plotting.py /usr/local/lib/python2.7/dist-packages/geopandas/plotting.pyc /usr/local/lib/python2.7/dist-packages/geopandas/version.py /usr/local/lib/python2.7/dist-packages/geopandas/version.pyc /usr/local/lib/python2.7/dist-packages/geopandas/io/__init__.py /usr/local/lib/python2.7/dist-packages/geopandas/io/__init__.pyc /usr/local/lib/python2.7/dist-packages/geopandas/io/file.py /usr/local/lib/python2.7/dist-packages/geopandas/io/file.pyc /usr/local/lib/python2.7/dist-packages/geopandas/io/sql.py /usr/local/lib/python2.7/dist-packages/geopandas/io/sql.pyc /usr/local/lib/python2.7/dist-packages/geopandas-0.1.1.egg-info/PKG-INFO /usr/local/lib/python2.7/dist-packages/geopandas-0.1.1.egg- info/SOURCES.txt /usr/local/lib/python2.7/dist-packages/geopandas-0.1.1.egg- info/dependency_links.txt /usr/local/lib/python2.7/dist-packages/geopandas-0.1.1.egg-info/installed- files.txt /usr/local/lib/python2.7/dist-packages/geopandas-0.1.1.egg- info/requires.txt /usr/local/lib/python2.7/dist-packages/geopandas-0.1.1.egg- info/top_level.txt user@live12014:~$ ls /usr/local/lib/python2.7/dist-packages/geopandas base.py geocode.pyc geoseries.py __init__.pyc plotting.pyc base.pyc geodataframe.py geoseries.pyc io/ version.py geocode.py geodataframe.pyc __init__.py plotting.py version.pyc user@live12014:~$ dpkg --info python-geopandas_0.1.0-0~trusty2_i386.deb new debian package, version 2.0. size 16108 bytes: control archive=1288 bytes. 473 bytes, 13 lines control 1648 bytes, 18 lines md5sums 166 bytes, 9 lines * postinst #!/bin/sh 269 bytes, 14 lines * prerm #!/bin/sh Package: python-geopandas Source: geopandas Version: 0.1.0-0~trusty2 Architecture: i386 Maintainer: Angelos Tzotsos <gcpp.kal...@gmail.com> Installed-Size: 104 Depends: python (>= 2.7), python-shapely, python-fiona, python-pyproj, python-six, python-rtree, python-numpy, python-pandas, debconf Section: science Priority: optional Homepage: https://github.com/geopandas/geopandas Description: This package contains the geopandas library . Python tools for geographic data user@live12014:~$ mv python-geopandas_0.1.0-0~trusty2_i386.deb tmp/ user@live12014:~$ cd tmp user@live12014:~/tmp$ dpkg -X python-geopandas_0.1.0-0~trusty2_i386.deb . ./ ./usr/ ./usr/lib/ ./usr/lib/python2.7/ ./usr/lib/python2.7/dist-packages/ ./usr/lib/python2.7/dist-packages/geopandas/ ./usr/lib/python2.7/dist-packages/geopandas/plotting.py ./usr/lib/python2.7/dist-packages/geopandas/tools.py ./usr/lib/python2.7/dist-packages/geopandas/base.py ./usr/lib/python2.7/dist-packages/geopandas/io/ ./usr/lib/python2.7/dist-packages/geopandas/io/file.py ./usr/lib/python2.7/dist-packages/geopandas/io/sql.py ./usr/lib/python2.7/dist-packages/geopandas/io/__init__.py ./usr/lib/python2.7/dist-packages/geopandas/geodataframe.py ./usr/lib/python2.7/dist-packages/geopandas/geocode.py ./usr/lib/python2.7/dist-packages/geopandas/geoseries.py ./usr/lib/python2.7/dist-packages/geopandas/__init__.py ./usr/lib/python2.7/dist-packages/geopandas/version.py ./usr/lib/python2.7/dist-packages/geopandas-0.1.0.egg-info/ ./usr/lib/python2.7/dist-packages/geopandas-0.1.0.egg-info/PKG-INFO ./usr/lib/python2.7/dist-packages/geopandas-0.1.0.egg-info/top_level.txt ./usr/lib/python2.7/dist-packages/geopandas-0.1.0.egg- info/dependency_links.txt ./usr/lib/python2.7/dist-packages/geopandas-0.1.0.egg-info/requires.txt ./usr/lib/python2.7/dist-packages/geopandas-0.1.0.egg-info/SOURCES.txt ./usr/share/ ./usr/share/doc/ ./usr/share/doc/python-geopandas/ ./usr/share/doc/python-geopandas/copyright ./usr/share/doc/python-geopandas/changelog.Debian.gz }}} -- Ticket URL: <http://trac.osgeo.org/osgeo/ticket/1428#comment:1> OSGeo <http://www.osgeo.org/> OSGeo committee and general foundation issue tracker. _______________________________________________ Live-demo mailing list Live-demo@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/live-demo http://live.osgeo.org http://wiki.osgeo.org/wiki/Live_GIS_Disc