[Live-demo] [OSGeo] #1428: Include GeoPandas on Live 8.5
    OSGeo 
    trac_osgeo at osgeo.org
       
    Mon Dec 29 23:14:17 PST 2014
    
    
  
#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):
 GeoPandas is now in the nightly PPA
 {{{
  python-geopandas       0.1.1-0~trusty  Johan Van de Wauw (2014-12-22)
 }}}
 however, it fails to load (with this msg)
 {{{
 In [1]: import geopandas
 ---------------------------------------------------------------------------
 ImportError                               Traceback (most recent call
 last)
 <ipython-input-1-c9ee6bd24dbc> in <module>()
 ----> 1 import geopandas
 /usr/lib/python2.7/dist-packages/geopandas/__init__.py in <module>()
       4     __version__ = '0.1.1'
       5
 ----> 6 from geopandas.geoseries import GeoSeries
       7 from geopandas.geodataframe import GeoDataFrame
       8
 /usr/lib/python2.7/dist-packages/geopandas/geoseries.py in <module>()
       4 import numpy as np
       5 from pandas import Series, DataFrame
 ----> 6 import pyproj
       7 from shapely.geometry import shape, Polygon, Point
       8 from shapely.geometry.collection import GeometryCollection
 ImportError: No module named pyproj
 }}}
-- 
Ticket URL: <http://trac.osgeo.org/osgeo/ticket/1428#comment:2>
OSGeo <http://www.osgeo.org/>
OSGeo committee and general foundation issue tracker.
    
    
More information about the Osgeolive
mailing list