{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "## Step 3 - Stage-in the EO data" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "The Jupyter Notebooks process local Earth Observation data. As such we have prepared a set of Jupyter notebooks that stage-in the EO data required for the implementation of application.\n", "\n", "The stage-in notebooks are published on a software repository hosted by GitLab at the URL https://gitlab.com/ellip/quick-start/jupyterlab/stage-in. " ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "At this stage, the stage-in Jupyter Notebooks are:\n", "\n", "* Sentinel1 - stage-in\n", "* Landsat8 - stage-in\n", "* Envisat - stage-in\n" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### Procedure" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "This step will clone the Stage-in Jupyter Notebooks git repository on the local sandbox and thus provide a simple way to stage-in EO data.\n", "\n", "* On the JupyterLab Launcher, start a new Terminal" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "* Type the commands below to set the `HOME` to `/workspace` and clone the stage-in notebooks:\n", "\n", "```bash\n", "cd /workspace\n", "git clone https://gitlab.com/ellip/quick-start/jupyterlab/stage-in\n", "```" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "This will create a new folder under `/workspace`." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "* Using the JupyterLab Left Sidebar, browse the **stage-in** folder and open the stage-in Jupyter Notebook **Sentinel1 - stage-in**." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "* Click _Kernel_/_Restart Kernel and Run All Cells_:\n", "\n", "\n", "\n", "\n", "\n", "\n" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "* Wait for the conclusion," ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "