Build the jupyter notebook docker image:
docker build -t eo-bathymetry .
Then run the notebook and attach this repository as a volume. Run expose the notebook server on port 8888 on your local machine:
docker run -p 8888:8888 -v $(pwd):/home/jovyan/work/ eo-bathymetry `` If you want to run with local gcloud credentials, run with:
docker run -p 8888:8888 -v $(pwd):/home/jovyan/work/ -v ~/.config/gcloud:/home/jovyan/.config/gcloud eo-bathymetry```
-
Notifications
You must be signed in to change notification settings - Fork 5
Scripts and docs used to generate bathymetry from EO data
License
openearth/eo-bathymetry
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Scripts and docs used to generate bathymetry from EO data
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published