{ "cells": [ { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "slide" } }, "source": [ "# How to use EarthDataLab.jl to do large scale computations\n", "\n", "* This notebook is available at https://github.com/JuliaDataCubes/ESDLTutorials" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## NFDI4Earth\n", "\n", "- National Research Data Infrastructure in Germany\n", "- FAIR Data Access\n", "- Cultural shift in Earth System sciences towards openness\n", "- Provide a one-stop access point and a user support network\n" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Why Julia?\n", "\n", "* Scripting and High Performance in the same language\n", "* Multiple Dispatch\n", "* Introspection into other peoples code" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "slide" } }, "source": [ "## Load the relevant packages" ] }, { "cell_type": "code", "execution_count": 1, "metadata": { "slideshow": { "slide_type": "subslide" } }, "outputs": [ { "name": "stderr", "output_type": "stream", "text": [ "\u001b[32m\u001b[1m Activating\u001b[22m\u001b[39m project at `~/Documents/ESDLTutorials`\n" ] } ], "source": [ "]activate ." ] }, { "cell_type": "code", "execution_count": 2, "metadata": { "slideshow": { "slide_type": "subslide" } }, "outputs": [], "source": [ "using EarthDataLab" ] }, { "cell_type": "code", "execution_count": 3, "metadata": {}, "outputs": [], "source": [ "using Pkg" ] }, { "cell_type": "code", "execution_count": 6, "metadata": { "slideshow": { "slide_type": "subslide" } }, "outputs": [], "source": [ "using Statistics" ] }, { "cell_type": "code", "execution_count": 7, "metadata": { "slideshow": { "slide_type": "subslide" } }, "outputs": [], "source": [ "using Plots" ] }, { "cell_type": "code", "execution_count": 8, "metadata": { "slideshow": { "slide_type": "fragment" } }, "outputs": [ { "data": { "application/vnd.webio.node+json": { "children": [], "instanceArgs": { "namespace": "html", "tag": "div" }, "nodeType": "DOM", "props": {}, "type": "node" }, "text/html": [ "
The WebIO Jupyter extension was not detected. See the\n", "\n", " WebIO Jupyter integration documentation\n", "\n", "for more information.\n", "