diff --git a/.ipynb_checkpoints/build-env-checkpoint.sh b/.ipynb_checkpoints/build-env-checkpoint.sh index ad880ad972ba1ad9be70a08f6ac940c2f6fb8456..5998d1e611ce918674b069ecfcbe0b7a646d6d65 100644 --- a/.ipynb_checkpoints/build-env-checkpoint.sh +++ b/.ipynb_checkpoints/build-env-checkpoint.sh @@ -3,12 +3,12 @@ # source activate base basedir=$( cd "$(dirname "$0")" ; pwd -P) echo installing environment... -mamba env create --name osgeo-env -f ${basedir}/environment.yml +conda env create --name osgeo-env -f ${basedir}/environment.yml # Install the maap.py environment echo trying to install maap-py... source activate osgeo-env -git clone --single-branch --branch v3.0.1 https://github.com/MAAP-Project/maap-py.git +git clone --single-branch --branch v3.1.4 https://github.com/MAAP-Project/maap-py.git cd maap-py pip install -e . echo installed maap-py package! \ No newline at end of file diff --git a/build-env.sh b/build-env.sh index ad880ad972ba1ad9be70a08f6ac940c2f6fb8456..5998d1e611ce918674b069ecfcbe0b7a646d6d65 100644 --- a/build-env.sh +++ b/build-env.sh @@ -3,12 +3,12 @@ # source activate base basedir=$( cd "$(dirname "$0")" ; pwd -P) echo installing environment... -mamba env create --name osgeo-env -f ${basedir}/environment.yml +conda env create --name osgeo-env -f ${basedir}/environment.yml # Install the maap.py environment echo trying to install maap-py... source activate osgeo-env -git clone --single-branch --branch v3.0.1 https://github.com/MAAP-Project/maap-py.git +git clone --single-branch --branch v3.1.4 https://github.com/MAAP-Project/maap-py.git cd maap-py pip install -e . echo installed maap-py package! \ No newline at end of file diff --git a/notebooks/access-gedi.ipynb b/notebooks/access-gedi.ipynb index 2d0033be6e28c7078da1d5ee5aafd455183ce3c9..2dd5deaec654c95b0c8e59505a34358ffc3c2109 100644 --- a/notebooks/access-gedi.ipynb +++ b/notebooks/access-gedi.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "code", - "execution_count": 5, + "execution_count": 1, "id": "9803c6a0-d547-4112-8edc-eb62680360e2", "metadata": {}, "outputs": [], @@ -17,30 +17,19 @@ }, { "cell_type": "code", - "execution_count": 9, + "execution_count": 2, "id": "96d5cdce-a2cf-4ec5-8671-f9edd500ab8b", "metadata": { "tags": [] }, - "outputs": [ - { - "data": { - "text/plain": [ - "<Response [200]>" - ] - }, - "execution_count": 9, - "metadata": {}, - "output_type": "execute_result" - } - ], + "outputs": [], "source": [ "#maap.register_algorithm_from_yaml_file(\"/projects/arojas_download_gedi_data.yml\")" ] }, { "cell_type": "code", - "execution_count": 12, + "execution_count": 3, "id": "54d3df6a-e22a-4f15-ab22-859df5d4b367", "metadata": { "scrolled": true, @@ -76,7 +65,7 @@ " algo_id=\"arojas_download_gedi_data\",\n", " version=\"master\",\n", " username=\"arojearthdata\",\n", - " queue=\"maap-dps-worker-8gb\",\n", + " queue=\"maap-dps-worker-16gb\",\n", " L1B_URL=l1b_fp,\n", " L2A_URL=l2a_fp)\n", "\n", @@ -89,7 +78,7 @@ }, { "cell_type": "code", - "execution_count": 13, + "execution_count": 4, "id": "d88c4aa3-62bc-4a9e-8ab9-2c3a74de3f4d", "metadata": {}, "outputs": [ @@ -98,25 +87,25 @@ "output_type": "stream", "text": [ "Accepted\n", - "84175819-3e25-4fee-a6c0-4e52b2dca88f\n", + "54dc2f4c-eb12-4720-a83b-5b2e3548a94f\n", "Accepted\n", - "7a478af7-e3e5-4206-a033-4fd23a1e3c81\n", + "6cc81082-0bc8-4d31-b295-62c4135b9b4b\n", "Accepted\n", - "04d8a2dc-e54f-461d-8ace-39a381dd69d1\n", + "1b7bf749-78f6-49ee-9e84-71783e8d5449\n", "Accepted\n", - "c6bd0fc6-8f77-4f17-8cc1-4508232366d4\n", + "6e09b33b-8159-4449-9654-ccf29e6b6486\n", "Accepted\n", - "630b5127-7b1f-4d2a-95a2-f571a6a32d6d\n", + "774d6139-212f-4841-8f1b-13a5eadda4bc\n", "Accepted\n", - "747dbd20-d920-4658-aa0d-fe3c47838f49\n", + "bbdb0764-3dc2-458c-aa8d-2151e03125c5\n", "Accepted\n", - "fa394b4b-0009-484f-af99-e96cfcc8d97b\n", + "1c5faed3-2c03-4260-ac4e-7478007c0b0d\n", "Accepted\n", - "854aa24b-0861-42fa-9ff7-ae501791448b\n", + "c92b2edf-2c1b-4b76-8e4d-d18634b7603d\n", "Accepted\n", - "a28e565b-03a4-4c89-b4de-ad2c7d824fec\n", + "67ed03d8-7d9a-41a7-8858-55f58012a00e\n", "Accepted\n", - "3dc475c2-c87e-43a3-a876-1118815ff82f\n" + "85c052ca-1269-4335-9559-63b2475a069f\n" ] } ],