For testing and prototyping LCMAP APIs, UX, and DX
LCMAP depends upon the GDAL library and this is something that needs to be installed on your system using your package manager.
For Mac OS X:
$ brew install gdal
For Debian-based Linux:
$ sudo apt-get install gdal
To start a Jupyter Notebook running a Python 3 kernel, run the following:
$ make py-run
To start a Jupyter Notebook running a Clojure kernel, run the following:
$ make clj-run