Spatial Data Science for the Globe Data Science Program is the dedicated workshop material for the incoming batch of Globe DSP Cadets aimed to equip the reader with the basic skills to process and unravel insights using geospatial data.
- Introduction: Grammar of Spatial Data Science
- Application: Calculating Telco Mobility Index
- Take Home: Mobility Index Calculation and Profiling
Please execute the following steps in your local machine.
-
Clone the sds4gdsp github repository from this link
git clone https://github.com/jpacil0/sds4gdsp.git
-
Create a conda environment named gdsenv with python=3.8.16
conda create --name gdsenv python=3.8.16
-
Install jupyterlab and leafmap separately in that environment, we will use this for the workshop
pip install jupyterlab
conda install leafmap -c conda-forge
-
Install the packages from the requirements.txt, follow the README.md
pip install -r requirements.txt
-
Setup jupyter and the widgets to be used
conda install -c conda-forge ipyleaflet
jupyter labextension install @jupyter-widgets/jupyterlab-manager jupyter-leaflet