The materials for the workshop and all software packages have been tested on Python 2 and 3 on the following three platforms:
- Linux (Ubuntu-Mate x64)
- Windows 10 (x64)
- Mac OS X (10.15.7 x64).
The workshop depends on the following libraries/versions:
numpy>=1.19.5pandas>=1.1.5matplotlib>=3.3.4jupyter>=1.0seaborn>=0.11.1pip>=21.0.1geopandas>=0.8.2pysal>=2.4.0libpysal>=4.4.0cartopy>=0.18.0pyproj>=2.6.1shapely>=1.7.1geopy>=2.1.0scikit-learn>=0.17.1bokeh>2.3.0mplleaflet>=0.0.5datashader>=0.12.0geojson>=2.5.0folium>=0.12.1statsmodels>=0.12.2xlrd>=2.0.1xlsxwriter>=1.3.7
- Install Anaconda
- Get the most up to date version:
> conda update conda
- Add the
conda-forgechannel:
> conda config --add channels conda-forge
- Create an environment named
gds:
> conda create --name gds python=3 pandas numpy matplotlib bokeh seaborn scikit-learn jupyter statsmodels xlrd xlsxwriter
- Install additional dependencies:
> conda install --name gds geojson geopandas mplleaflet datashader cartopy folium
- To activate and launch the notebook:
> source activate gds
> jupyter notebook
- Install Anaconda3-4.0.0-Windows-x86-64
- open a cmd window
- Get the most up to date version:
> conda update conda
- Add the
conda-forgechannel:
> conda config --add channels conda-forge
- Create an environment named
gds:
> conda create --name gds pandas numpy matplotlib bokeh seaborn statsmodels scikit-learn jupyter xlrd xlsxwriter geopandas mplleaflet datashader geojson cartopy folium
- To activate and launch the notebook:
> activate gds
> jupyter notebook
Once installed, you can run the notebook test.ipynb placed under
content/infrastructure/test.ipynb to make sure everything is correctly
installed. Follow the instructions in the notebook and, if you do not get any
error, you are good to go.