Skip to content

mortcanty/EESARDocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

06fe50c · Jun 23, 2022

History

81 Commits
Mar 21, 2021
Jun 23, 2022
Jul 30, 2018
Dec 21, 2019
Jul 29, 2018
Mar 21, 2021
Jul 29, 2018
Oct 28, 2020
Jul 31, 2020
Dec 11, 2019
Oct 3, 2018
Jul 31, 2020
Mar 21, 2021

Repository files navigation

EESARDocker

Source files for the Docker image mort/eesardocker, a Jupyter widget interface for Sequential SAR change detection on Google Earth Engine

Pull and/or run the container with

docker run -d -p 8888:8888 --name=eesar mort/eesardocker  

or from a raspberry pi with

docker run -d -p 8888:8888 --name=eesar mort/rpi-eesardocker  

If you wish to link a local host working directory to the container, include the flag

-v <path/to/mylocalfolder>:/home/mylocalfolder	

Point your browser to http://localhost:8888 to see the Jupyter notebook home page.

Open the Notebook

interface.ipynb 

and run the first cell for authentication. This only has to be done once.

Stop the container with

docker stop eesar 

Re-start with

docker start eesar    

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published