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 gdalFor Debian-based Linux:
$ sudo apt-get install gdalTo start a Jupyter Notebook running a Python 3 kernel, run the following:
$ make py-runTo start a Jupyter Notebook running a Clojure kernel, run the following:
$ make clj-run