Skip to content

Python scripts and Jupyter Notebooks for the textbook "Image Analysis, Classification and Change Detection in Remote Sensing, Fifth Revised Edition"

License

Notifications You must be signed in to change notification settings

mortcanty/CRC5Docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRC5Docker

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

About

Python scripts and Jupyter Notebooks for the textbook "Image Analysis, Classification and Change Detection in Remote Sensing, Fifth Revised Edition"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published