# CRC4Docker **Repository Path**: deepbluethinker/CRC4Docker ## Basic Information - **Project Name**: CRC4Docker - **Description**: Image Analysis Classification Change Detection in Remote Sensing - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-07-31 - **Last Updated**: 2023-07-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README CRC4Docker ========= Source files for the Docker image mort/crc4docker Python scripts for the textbook "Image Analysis, Classification and Change Detection in Remote Sensing, Fourth Revised Edition" On Ubuntu, for example, pull and/or run the container for the first time with sudo docker run -d -p 443:8888 -p 6006:6006 -v :/home/myimagery/ --name=crc4 mort/crc4docker This maps the host directory my_image_folder to the container directory /home/myimagery/ and runs the container in detached mode. Point your browser to http://localhost:443 to see the Jupyter home page and open a notebook. In order to use Earth Engine scripts, you must authenticate. From the home page open a local terminal and enter earthengine authenticate and follow the instructions. This adds authentication information to the container and only has to be done once. Stop the container with sudo docker stop crc4 Re-start with sudo docker start crc4