Installing GeoPandas

GeoPandas, as discussed in Chapter 5Vector Data Analysis, is the geospatial compliment to Pandas. To be able to create dataframes objects from shapefiles, we have to make sure that GeoPandas is installed and added to the virtual environment. Use pip install to add the GeoPandas library:

(cartoenv) C:\PythonGeospatial3>pip install geopandas

If there are installation issues on Windows, pre-built binaries for GeoPandas and Fiona (which powers GeoPandas) are available here, along with many other Python libraries: https://www.lfd.uci.edu/~gohlke/pythonlibs. Install Fiona and GeoPandas from the wheels by downloading them, copying them into a folder, and using pip install to install from the wheel. For example, here, Fiona ...

Get Mastering Geospatial Analysis with Python now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.