Skip to content

Commit ef1aee6

Browse files
committedJul 11, 2019
Clean up readme
1 parent b1b8ae4 commit ef1aee6

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed
 

‎README.md

-13
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,3 @@ geometries and associated attributes are stored in a GeoDataFrame *df*. Furtherm
2020
## Publications
2121

2222
[0] Graser, A. (2019). MovingPandas: Efficient Structures for Movement Data in Python. GI_Forum ‒ Journal of Geographic Information Science 2019, 1-2019, 54-68. doi:10.1553/giscience2019_01_s54. URL: https://www.austriaca.at/rootcollection?arp=0x003aba2b
23-
24-
## Installation in OSGeo4W
25-
26-
If you are on Windows, here's how to install GeoPandas for OSGeo4W:
27-
28-
1. OSGeo4W installer: install python3-pip
29-
2. Environment variables: add GDAL_VERSION = 2.3.2 (or whichever version your OSGeo4W installation currently includes)
30-
3. OSGeo4W shell: call C:\OSGeo4W64\bin\py3_env.bat
31-
4. OSGeo4W shell: pip3 install geopandas (this will error at fiona)
32-
5. From https://www.lfd.uci.edu/~gohlke/pythonlibs/#fiona: download Fiona-1.7.13-cp37-cp37m-win_amd64.whl
33-
6. OSGeo4W shell: pip3 install path-to-download\Fiona-1.7.13-cp37-cp37m-win_amd64.whl
34-
7. OSGeo4W shell: pip3 install geopandas
35-
8. (optionally) From https://www.lfd.uci.edu/~gohlke/pythonlibs/#rtree: download Rtree-0.8.3-cp37-cp37m-win_amd64.whl and pip3 install it

‎runtime.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
python-3.6
1+
python-3.7

0 commit comments

Comments
 (0)
Please sign in to comment.