GeoPandas installation

With Spack you can install GeoPandas in your kernel, for example with:

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

Alternatively, you can also install GeoPandas with other package managers, for example with python4datascience:productive/envs/pipenv/index:

$ pipenv install fiona matplotlib descartes geopandas

Note

If you have not yet installed pipenv, you can find instructions on how to do this in Pipenv installation.

You can then check the installation with:

>>> import geopandas as gpd