Skip to content

Scripts and docs used to generate bathymetry from EO data

License

Notifications You must be signed in to change notification settings

EtienneKras/eo-bathymetry

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run notebooks locally

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```

About

Scripts and docs used to generate bathymetry from EO data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 70.3%
  • HTML 29.7%