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!
This course is an (very, very quick) introduction to (geospatial) Python.
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.