GeoPandas-Installation#

Mit Spack könnt ihr GeoPandas in eurem Kernel bereitstellen, z.B. mit:

$ spack env activate python-311
$ spack install py-geopandas

Alternativ könnt ihr GeoPandas auch mit anderen Paketmanagern installieren, z.B. mit Pipenv:

$ pipenv install fiona matplotlib descartes geopandas

Bemerkung

Falls ihr pipenv noch nicht installiert habt, findet ihr eine Anleitung hierzu unter Pipenv-Installation.

Die Installation könnt ihr dann überprüfen mit:

>>> import geopandas as gpd