Python scripts and Jupyter Notebooks for the textbook Image Analysis, Classification and Change Detection in Remote Sensing, Fifth Revised Edition included in the Docker image
mort/crc5docker
The scripts are documented in
/python_scripts.pdf
Pull and/or run the container for the first time with
docker run -d -p 8888:8888 -v <path-to-crc5imagery>:/home/imagery/ --name=crc5 mort/crc5docker
This maps the host directory crc5imagery to the container directory /home/imagery/ and runs the container in detached mode. The compressed crc5imagery directory can be downloaded from
https://drive.google.com/file/d/1Ca-rs1Om2bnF79YGWnqijW7PRsZ4vKG5/view?usp=sharing
Point your browser to http://localhost:8888 to see the JupyterLab home page and open a Chapter notebook.
Stop the container with
docker stop crc5
Re-start with
docker start crc5
Book Summary
/chapter_abstracts.pdf