Skip to content

Latest commit

 

History

History

python_collection

Python GIZ Workshop

Read LICENSE for further information of the repositories used!

Used Repositories listed here: https://github.com/koldunovn/python_for_geosciences https://github.com/geopandas/geopandas https://github.com/jerry-git/learn-python3 https://github.com/eo2cube/eo2cube_notebooks

Thank you for your work!

Instructor

This course is an (very, very quick) introduction to (geospatial) Python.

Installation notes

Following this tutorial will require recent installations of:

  • Python >= 3.5 (2.7 was not tested)
  • pandas
  • geopandas >= 0.3.0
  • matplotlib
  • rtree
  • PySAL
  • scikit-learn
  • mgwr
  • cartopy
  • geoplot
  • Jupyter Notebook

If you do not yet have these packages installed, I recommend installing miniconda or Anaconda distribution, found at https://www.anaconda.com/download/).

If Installed, the following command will most probably install all required packages:

conda env create -f environment.yml

Using another distribution (e.g. Enthought Canopy) or pip worls also, maybe easier, depending on your subjective knowledge.