Skip to content

MarkCruse/geopandas-101

Repository files navigation

A basic introduction to GeoPandas

If the Jupyter notebook will not open for viewing within this repository, please see the html version.

To run this notebook the following libraries need to be installed.

  • jupyter
  • jupyterlab
  • pandas
  • geopandas
  • matplotlib
  • gdal
  • fiona
  • geoplot

Maintaining the order of the above list during install will be helpful.

For Anaconda environments use:

conda create --name 'your_env_name' jupyter jupyterlab pandas geopandas matplotlib gdal fiona geoplot -y && conda activate 'your_env_name'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published