From b214d2b6de9a477703c215055cfd42dcd28d25dc Mon Sep 17 00:00:00 2001 From: Chuck Daniels Date: Fri, 2 Jun 2023 17:05:39 -0400 Subject: [PATCH] Use 'ops' in maap-project url (#43) --- algorithm_config.yaml | 2 +- notebooks/GEDI_L4A_Subsetting.ipynb | 10 +++++++++- notebooks/setup.ipynb | 10 ++++++++-- notebooks/spatial-search.ipynb | 8 ++++++-- 4 files changed, 24 insertions(+), 6 deletions(-) diff --git a/algorithm_config.yaml b/algorithm_config.yaml index 04fb8f5..b851e01 100644 --- a/algorithm_config.yaml +++ b/algorithm_config.yaml @@ -2,7 +2,7 @@ description: Subset GEDI L1B, L2A, L2B, or L4A granules within an area of intere algo_name: gedi-subset version: 0.6.0 environment: ubuntu -repository_url: https://repo.maap-project.org/data-team/gedi-subsetter.git +repository_url: https://repo.ops.maap-project.org/data-team/gedi-subsetter.git docker_url: mas.dit.maap-project.org/root/maap-workspaces/base_images/r:dit queue: maap-dps-worker-32gb build_command: gedi-subsetter/build.sh diff --git a/notebooks/GEDI_L4A_Subsetting.ipynb b/notebooks/GEDI_L4A_Subsetting.ipynb index 24dd573..cd9023c 100644 --- a/notebooks/GEDI_L4A_Subsetting.ipynb +++ b/notebooks/GEDI_L4A_Subsetting.ipynb @@ -1,6 +1,7 @@ { "cells": [ { + "attachments": {}, "cell_type": "markdown", "id": "norman-hollow", "metadata": {}, @@ -31,12 +32,13 @@ "source": [ "from maap.maap import MAAP\n", "\n", - "maap = MAAP(maap_host=\"api.maap-project.org\")\n", + "maap = MAAP(maap_host=\"api.ops.maap-project.org\")\n", "username = maap.profile.account_info()[\"username\"]\n", "username" ] }, { + "attachments": {}, "cell_type": "markdown", "id": "distributed-concern", "metadata": {}, @@ -83,6 +85,7 @@ ] }, { + "attachments": {}, "cell_type": "markdown", "id": "present-minority", "metadata": {}, @@ -123,6 +126,7 @@ ] }, { + "attachments": {}, "cell_type": "markdown", "id": "awful-internship", "metadata": {}, @@ -155,6 +159,7 @@ ] }, { + "attachments": {}, "cell_type": "markdown", "id": "executive-receipt", "metadata": {}, @@ -196,6 +201,7 @@ ] }, { + "attachments": {}, "cell_type": "markdown", "id": "covered-importance", "metadata": {}, @@ -245,6 +251,7 @@ ] }, { + "attachments": {}, "cell_type": "markdown", "id": "aerial-fancy", "metadata": {}, @@ -301,6 +308,7 @@ ] }, { + "attachments": {}, "cell_type": "markdown", "id": "sized-cambodia", "metadata": {}, diff --git a/notebooks/setup.ipynb b/notebooks/setup.ipynb index d0e6ffb..84716a3 100644 --- a/notebooks/setup.ipynb +++ b/notebooks/setup.ipynb @@ -1,6 +1,7 @@ { "cells": [ { + "attachments": {}, "cell_type": "markdown", "id": "angry-berlin", "metadata": {}, @@ -42,6 +43,7 @@ ] }, { + "attachments": {}, "cell_type": "markdown", "id": "instant-cruise", "metadata": {}, @@ -135,6 +137,7 @@ ] }, { + "attachments": {}, "cell_type": "markdown", "id": "affecting-trouble", "metadata": {}, @@ -151,7 +154,7 @@ "source": [ "nasa_cmr_host = \"cmr.earthdata.nasa.gov\"\n", "maap_cmr_host = \"cmr.maap-project.org\"\n", - "maap = MAAP(\"api.maap-project.org\")\n", + "maap = MAAP(\"api.ops.maap-project.org\")\n", "cmr_host = maap_cmr_host\n", "\n", "gedi_l4a_doi = \"10.3334/ORNLDAAC/1986\"\n", @@ -160,6 +163,7 @@ ] }, { + "attachments": {}, "cell_type": "markdown", "id": "intended-puppy", "metadata": {}, @@ -228,6 +232,7 @@ ] }, { + "attachments": {}, "cell_type": "markdown", "id": "matched-tuition", "metadata": {}, @@ -261,6 +266,7 @@ ] }, { + "attachments": {}, "cell_type": "markdown", "id": "early-coating", "metadata": {}, @@ -367,7 +373,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.4" + "version": "3.10.4" } }, "nbformat": 4, diff --git a/notebooks/spatial-search.ipynb b/notebooks/spatial-search.ipynb index d96dd68..b33443d 100644 --- a/notebooks/spatial-search.ipynb +++ b/notebooks/spatial-search.ipynb @@ -1,6 +1,7 @@ { "cells": [ { + "attachments": {}, "cell_type": "markdown", "id": "842a1488", "metadata": {}, @@ -34,6 +35,7 @@ ] }, { + "attachments": {}, "cell_type": "markdown", "id": "e18f0ba0", "metadata": {}, @@ -127,6 +129,7 @@ ] }, { + "attachments": {}, "cell_type": "markdown", "id": "5fdb70d5", "metadata": {}, @@ -143,7 +146,7 @@ "source": [ "nasa_cmr_host = \"cmr.earthdata.nasa.gov\"\n", "maap_cmr_host = \"cmr.maap-project.org\"\n", - "maap = MAAP(\"api.maap-project.org\")\n", + "maap = MAAP(\"api.ops.maap-project.org\")\n", "cmr_host = maap_cmr_host\n", "\n", "gedi_l4a_doi = \"10.3334/ORNLDAAC/1986\"\n", @@ -152,6 +155,7 @@ ] }, { + "attachments": {}, "cell_type": "markdown", "id": "4d156545", "metadata": {}, @@ -259,7 +263,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.8" + "version": "3.10.4" } }, "nbformat": 4,