Skip to content

IslamAlam/sar-introduction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DLR ESA SAR Introduction Course

The tutorial can be deployed to a local computer using the docker image available in Docker Hub or to the Multi-Mission Algorithm and Analysis Platform (MAAP), a collaborative project between NASA and ESA.

Docker Hub: Image

To deploy the training locally

To Start the container:

$ docker run -d -p 3100:3100 --name=dlr-sar-intro -v "$(pwd)"/data:/projects imansour/maap-sar-intro:latest

To open Jupyter lab open the browser http://localhost:3100

To Stop the container:

$ docker container stop dlr-sar-intro

To Remove the container:

$ docker container rm dlr-sar-intro

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published