Skip to content

Code prepared for the geospatial data analysis lecture i gave in myanmar ML4IoT workshop in 2020

Notifications You must be signed in to change notification settings

kenseii/geo-myanmar-2020

Repository files navigation

geo workshop

slides and code for the geospatial datascience lecture in myanmar

Setup

  1. if you dont have the Rtree installed please install it this way.
$ sudo apt install python3-rtree
  1. create an environment and install the requirements
$ python3 -m venv myanmar_geo
  1. activate the environment
$ source myanmar_geo/bin/activate
  1. install requirements
$ pip install -r requirements.txt
  1. install the notebook extensions(you need node and npm)
$ jupyter nbextension install --py --sys-prefix keplergl # can be skipped for notebook 5.3 and above
$ jupyter nbextension enable --py --sys-prefix keplergl # can be skipped for notebook 5.3 and above
$ jupyter labextension install @jupyter-widgets/jupyterlab-manager keplergl-jupyter
  1. run the jupyter notebook
$ jupyter notebook

Note: you may need to update jupyter related libraries like jupyter-console...

$ pip install --upgrade --force-reinstall jupyter-console

About

Code prepared for the geospatial data analysis lecture i gave in myanmar ML4IoT workshop in 2020

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published