diff --git a/Jupyterhub/loading-disaster-hub-image.qmd b/Jupyterhub/loading-disaster-hub-image.qmd new file mode 100644 index 0000000..bae0f5c --- /dev/null +++ b/Jupyterhub/loading-disaster-hub-image.qmd @@ -0,0 +1,53 @@ +--- +title: "Loading Disaster Hub Image" +--- + +## Overview + +This guide walks you through loading a custom Docker image in the Disasters JupyterHub environment. + +## Steps to Load Custom Image + +### 1. Login to JupyterHub + +Navigate to [https://hub.disasters.2i2c.cloud/](https://hub.disasters.2i2c.cloud/) and log in with your credentials. + +### 2. Select My Server + +After logging in, you'll see the server management screen. Click on "Start My Server" or manage your existing servers. + +![JupyterHub Login Screen](images/login-screen-hub.png) + +### 3. Choose Environment + +In the Server Options page, locate the **Environment** dropdown and select **"Bring your own image"**. + +![Select Environment](images/select-image-hub.png) + +### 4. Enter Custom Image + +In the **Custom image** field, enter the following Docker image: + +``` +klesinger/disasters-jupyterhub-docker-image +``` + +![Add Custom Image](images/add-image-hub.png) + +### 5. Start Server + +Click the **Start** button to launch your JupyterHub server with the custom Disasters image. + +## Running Sentinel-2 Algorithms + +Once your server is running, you can process Sentinel-2 data using the pre-configured workflows. + +### Access the Sentinel-2 Workflow + +1. Navigate to the **shared-readwrite** directory in your JupyterHub file browser +2. Open the **process_sentinel2** directory +3. Launch the **sentinel2_workflow.ipynb** notebook +4. Configure the notebook parameters as needed for your specific use case +5. Run the cells to process Sentinel-2 imagery + +The workflow notebook contains pre-configured algorithms for common Sentinel-2 data processing tasks. diff --git a/_quarto.yml b/_quarto.yml index 32d1c8e..7d7d409 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -56,6 +56,7 @@ website: text: JupyterHub contents: - Jupyterhub/jupyterhub-training-guide.qmd + - Jupyterhub/loading-disaster-hub-image.qmd - Jupyterhub/clone_conversion_repo.ipynb - section: workflow.qmd text: Data Workflow Diagrams