Skip to content

Commit

Permalink
Use 'ops' in maap-project url (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckwondo authored Jun 2, 2023
1 parent 3916476 commit b214d2b
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 6 deletions.
2 changes: 1 addition & 1 deletion algorithm_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 9 additions & 1 deletion notebooks/GEDI_L4A_Subsetting.ipynb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"cells": [
{
"attachments": {},
"cell_type": "markdown",
"id": "norman-hollow",
"metadata": {},
Expand Down Expand Up @@ -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": {},
Expand Down Expand Up @@ -83,6 +85,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "present-minority",
"metadata": {},
Expand Down Expand Up @@ -123,6 +126,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "awful-internship",
"metadata": {},
Expand Down Expand Up @@ -155,6 +159,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "executive-receipt",
"metadata": {},
Expand Down Expand Up @@ -196,6 +201,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "covered-importance",
"metadata": {},
Expand Down Expand Up @@ -245,6 +251,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "aerial-fancy",
"metadata": {},
Expand Down Expand Up @@ -301,6 +308,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "sized-cambodia",
"metadata": {},
Expand Down
10 changes: 8 additions & 2 deletions notebooks/setup.ipynb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"cells": [
{
"attachments": {},
"cell_type": "markdown",
"id": "angry-berlin",
"metadata": {},
Expand Down Expand Up @@ -42,6 +43,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "instant-cruise",
"metadata": {},
Expand Down Expand Up @@ -135,6 +137,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "affecting-trouble",
"metadata": {},
Expand All @@ -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",
Expand All @@ -160,6 +163,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "intended-puppy",
"metadata": {},
Expand Down Expand Up @@ -228,6 +232,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "matched-tuition",
"metadata": {},
Expand Down Expand Up @@ -261,6 +266,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "early-coating",
"metadata": {},
Expand Down Expand Up @@ -367,7 +373,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.4"
"version": "3.10.4"
}
},
"nbformat": 4,
Expand Down
8 changes: 6 additions & 2 deletions notebooks/spatial-search.ipynb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"cells": [
{
"attachments": {},
"cell_type": "markdown",
"id": "842a1488",
"metadata": {},
Expand Down Expand Up @@ -34,6 +35,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "e18f0ba0",
"metadata": {},
Expand Down Expand Up @@ -127,6 +129,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "5fdb70d5",
"metadata": {},
Expand All @@ -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",
Expand All @@ -152,6 +155,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "4d156545",
"metadata": {},
Expand Down Expand Up @@ -259,7 +263,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.8"
"version": "3.10.4"
}
},
"nbformat": 4,
Expand Down

0 comments on commit b214d2b

Please sign in to comment.