Install Geopandas
Contents
GeoPandas
provides extension to pandas
. It makes geo-data processing and geo-visualization much easier. geojson
can be parsed and visualized easily.
Installation
However, installing GeoPandas
caused a lot of problems. Errors as below appeared frequently.
1 | Command "python setup.py egg_info" failed with error code 1 |
I downloaded geojson
and its dependencies’ wheel
files (download website). Then installed them manually. The files are OSGeo4W, GDAL, Fiona, pyproj, rtree, shapely and geopandas
packages.
Applications
GeoPandas
tutorial: https://www.twilio.com/blog/2017/08/geospatial-analysis-python-geojson-geopandas.html
GeoPandas
gallery: http://geopandas.org/gallery/index.html