Skip to content

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

License

Notifications You must be signed in to change notification settings

mortcanty/CRC4Docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e52a6e8 · Nov 19, 2020

History

43 Commits
Dec 28, 2017
Feb 23, 2019
Nov 19, 2020
Feb 10, 2019
Feb 15, 2019
Dec 7, 2017
Feb 15, 2019
Feb 23, 2018
Feb 27, 2019
Jun 28, 2018
Feb 10, 2019
Feb 23, 2019
Mar 13, 2019

Repository files navigation

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 <my_image_folder>:/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     

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published