Opened 5 years ago

Closed 5 years ago

#2152 closed enhancement (fixed)

geopandas 051 update

Reported by: darkblueb Owned by: osgeolive@…
Priority: normal Milestone: OSGeoLive13.0
Component: OSGeoLive Keywords: python, geopandas
Cc:

Description

https://github.com/geopandas/geopandas/releases/tag/v0.5.1

sha512sum geopandas-0.5.1.tar.gz 
6617be1cbd8dcee41c6c4d3f3f733eff1a4a9cd28fbbaa060329f7ed2babf8a25684c9f7a1a9d85e7a5f3755532fa71aaa35ac8bcfd30fa1be0520e1988522e7  geopandas-0.5.1.tar.gz

https://github.com/geopandas/geopandas/releases/download/v0.5.1/geopandas-0.5.1.tar.gz

Change history (3)

comment:1 by darkblueb, 5 years ago

dry-run build

...
Processing geopandas-0.5.1-py2.7.egg
creating /usr/local/lib/python2.7/dist-packages/geopandas-0.5.1-py2.7.egg
Extracting geopandas-0.5.1-py2.7.egg to /usr/local/lib/python2.7/dist-packages
Adding geopandas 0.5.1 to easy-install.pth file

Installed /usr/local/lib/python2.7/dist-packages/geopandas-0.5.1-py2.7.egg
Processing dependencies for geopandas==0.5.1
Searching for Shapely==1.6.4
Best match: Shapely 1.6.4
Adding Shapely 1.6.4 to easy-install.pth file

Using /usr/lib/python2.7/dist-packages
Searching for pyproj==1.9.5.1
Best match: pyproj 1.9.5.1
Adding pyproj 1.9.5.1 to easy-install.pth file

Using /usr/lib/python2.7/dist-packages
Searching for pandas==0.23.3+dfsg
Best match: pandas 0.23.3+dfsg
Adding pandas 0.23.3+dfsg to easy-install.pth file

Using /usr/lib/python2.7/dist-packages
Searching for Fiona==1.8.6
Best match: Fiona 1.8.6
Adding Fiona 1.8.6 to easy-install.pth file
Installing fiona script to /usr/local/bin

Using /usr/lib/python2.7/dist-packages
Searching for pytz==2018.3
Best match: pytz 2018.3
Adding pytz 2018.3 to easy-install.pth file

Using /usr/lib/python2.7/dist-packages
Searching for python-dateutil==2.6.1
Best match: python-dateutil 2.6.1
Adding python-dateutil 2.6.1 to easy-install.pth file

Using /usr/lib/python2.7/dist-packages
Searching for numpy==1.13.3
Best match: numpy 1.13.3
Adding numpy 1.13.3 to easy-install.pth file

Using /usr/lib/python2.7/dist-packages
Finished processing dependencies for geopandas==0.5.1

comment:2 by darkblueb, 5 years ago

python3 from o13 beta1

$ sudo apt install python3-pandas  python3-shapely  python3-descartes
$ ipython3
import numpy as np; np.__version__
 '1.13.3'

import pandas as pd; pd.__version__
 '0.23.3'

import geopandas as gpd ; gpd.__version__
 '0.5.1'
Last edited 5 years ago by darkblueb (previous) (diff)
Note: See TracTickets for help on using tickets.