From a104f18875541b02f4ce1e4c9c5745ade42b2c7b Mon Sep 17 00:00:00 2001 From: Alex Rojas <a.rojas8907@gmail.com> Date: Sat, 16 Mar 2024 13:07:07 -0700 Subject: [PATCH] updated to queue 16gb resources --- notebooks/run-gedi-biomass.ipynb | 1899 +++++++++++++++++++++++++++--- 1 file changed, 1762 insertions(+), 137 deletions(-) diff --git a/notebooks/run-gedi-biomass.ipynb b/notebooks/run-gedi-biomass.ipynb index 4400db4..cdd4d11 100644 --- a/notebooks/run-gedi-biomass.ipynb +++ b/notebooks/run-gedi-biomass.ipynb @@ -60,18 +60,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "on file num: 200\r" - ] - }, - { - "ename": "KeyboardInterrupt", - "evalue": "", - "output_type": "error", - "traceback": [ - "\u001b[0;31m---------------------------------------------------------------------------\u001b[0m", - "\u001b[0;31mKeyboardInterrupt\u001b[0m Traceback (most recent call last)", - "Cell \u001b[0;32mIn[3], line 38\u001b[0m\n\u001b[1;32m 36\u001b[0m \u001b[38;5;28mprint\u001b[39m(\u001b[38;5;124m\"\u001b[39m\u001b[38;5;124mon file num: \u001b[39m\u001b[38;5;124m\"\u001b[39m, counter, end\u001b[38;5;241m=\u001b[39m\u001b[38;5;124m'\u001b[39m\u001b[38;5;130;01m\\r\u001b[39;00m\u001b[38;5;124m'\u001b[39m)\n\u001b[1;32m 37\u001b[0m \u001b[38;5;66;03m# break\u001b[39;00m\n\u001b[0;32m---> 38\u001b[0m \u001b[43mtime\u001b[49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43msleep\u001b[49m\u001b[43m(\u001b[49m\u001b[38;5;241;43m900\u001b[39;49m\u001b[43m)\u001b[49m\n\u001b[1;32m 39\u001b[0m counter\u001b[38;5;241m+\u001b[39m\u001b[38;5;241m=\u001b[39m\u001b[38;5;241m1\u001b[39m\n", - "\u001b[0;31mKeyboardInterrupt\u001b[0m: " + "on file num: 500\r" ] } ], @@ -105,7 +94,7 @@ " algo_id=\"arojas_biomass_gedi\",\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", " jobs_list.append(job)\n", @@ -121,12 +110,14 @@ "cell_type": "code", "execution_count": 4, "id": "8f0b9f73-ffb1-40b7-be0e-b31480571a4a", - "metadata": {}, + "metadata": { + "tags": [] + }, "outputs": [ { "data": { "text/plain": [ - "529" + "525" ] }, "execution_count": 4, @@ -196,51 +187,14 @@ }, { "cell_type": "code", - "execution_count": 21, + "execution_count": null, "id": "873e9ea7-d6cb-4bb9-b082-5bffb4026615", "metadata": { "scrolled": true, "tags": [] }, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Succeeded 528\n" - ] - }, - { - "ename": "IndexError", - "evalue": "list index out of range", - "output_type": "error", - "traceback": [ - "\u001b[0;31m---------------------------------------------------------------------------\u001b[0m", - "\u001b[0;31mIndexError\u001b[0m Traceback (most recent call last)", - "Cell \u001b[0;32mIn[21], line 16\u001b[0m\n\u001b[1;32m 13\u001b[0m f_list\u001b[38;5;241m.\u001b[39mappend(status)\n\u001b[1;32m 15\u001b[0m \u001b[38;5;28mprint\u001b[39m(s_list[\u001b[38;5;241m0\u001b[39m], \u001b[38;5;28mlen\u001b[39m(s_list))\n\u001b[0;32m---> 16\u001b[0m \u001b[38;5;28mprint\u001b[39m(\u001b[43mr_list\u001b[49m\u001b[43m[\u001b[49m\u001b[38;5;241;43m0\u001b[39;49m\u001b[43m]\u001b[49m, \u001b[38;5;28mlen\u001b[39m(r_list))\n\u001b[1;32m 17\u001b[0m \u001b[38;5;28mprint\u001b[39m(f_list[\u001b[38;5;241m0\u001b[39m], \u001b[38;5;28mlen\u001b[39m(f_list))\n", - "\u001b[0;31mIndexError\u001b[0m: list index out of range" - ] - } - ], - "source": [ - "# View job status\n", - "f_list = []\n", - "s_list = []\n", - "r_list = []\n", - "\n", - "for job in jobs_list:\n", - " status = job.retrieve_status()\n", - " if status==\"Succeeded\":\n", - " s_list.append(status)\n", - " elif status==\"Running\":\n", - " r_list.append(status)\n", - " elif status==\"Failed\":\n", - " f_list.append(status)\n", - " \n", - "print(s_list[0], len(s_list))\n", - "print(r_list[0], len(r_list))\n", - "print(f_list[0], len(f_list))" - ] + "outputs": [], + "source": [] }, { "cell_type": "code", @@ -274,9 +228,11 @@ }, { "cell_type": "code", - "execution_count": 12, + "execution_count": 5, "id": "9ecb7ffc-319f-40c9-8f6e-d18b6ea1c890", - "metadata": {}, + "metadata": { + "tags": [] + }, "outputs": [], "source": [ "import glob\n", @@ -288,23 +244,25 @@ " # fp = os.path.join(subdir, file)\n", " # print(fp)\n", " # csv_list.append(fp)\n", - " csv_list.append(file)\n", + " csv_list.append(os.path.join(subdir,file))\n", " " ] }, { "cell_type": "code", - "execution_count": 13, + "execution_count": 7, "id": "f3ae4e2c-fa90-41ae-8fa2-9e3fd1241157", - "metadata": {}, + "metadata": { + "tags": [] + }, "outputs": [ { "data": { "text/plain": [ - "637" + "302" ] }, - "execution_count": 13, + "execution_count": 7, "metadata": {}, "output_type": "execute_result" } @@ -315,9 +273,11 @@ }, { "cell_type": "code", - "execution_count": 14, + "execution_count": 12, "id": "5bb204a4-e7d4-4a83-898f-81db03d080aa", - "metadata": {}, + "metadata": { + "tags": [] + }, "outputs": [ { "name": "stdout", @@ -333,7 +293,7 @@ }, { "cell_type": "code", - "execution_count": 11, + "execution_count": 9, "id": "bb5b4efc", "metadata": { "scrolled": true, @@ -361,6 +321,10 @@ "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.31/GEDI02_A_2022243094558_O21053_02_T01242_02_003_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.31/GEDI01_B_2022243081308_O21052_02_T04087_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.31/GEDI02_A_2022243081308_O21052_02_T04087_02_003_02_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.31/GEDI01_B_2022243064017_O21051_02_T02816_02_005_02_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.31/GEDI02_A_2022243064017_O21051_02_T02816_02_003_02_V002.h5\n", @@ -369,10 +333,30 @@ "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.30/GEDI02_A_2022242151152_O21041_03_T05958_02_003_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.30/GEDI01_B_2022242133901_O21040_03_T01841_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.30/GEDI02_A_2022242133901_O21040_03_T01841_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.30/GEDI01_B_2022242120610_O21039_03_T10378_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.30/GEDI02_A_2022242120610_O21039_03_T10378_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.30/GEDI01_B_2022242103320_O21038_02_T00416_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.30/GEDI02_A_2022242103320_O21038_02_T00416_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.30/GEDI01_B_2022242090029_O21037_02_T03261_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.30/GEDI02_A_2022242090029_O21037_02_T03261_02_003_02_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.30/GEDI01_B_2022242072738_O21036_02_T10528_02_005_02_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.30/GEDI02_A_2022242072738_O21036_02_T10528_02_003_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.30/GEDI01_B_2022242055448_O21035_02_T07681_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.30/GEDI02_A_2022242055448_O21035_02_T07681_02_003_02_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.29/GEDI01_B_2022241155913_O21026_03_T05132_02_005_02_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.29/GEDI02_A_2022241155913_O21026_03_T05132_02_003_02_V002.h5\n", @@ -381,6 +365,10 @@ "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.29/GEDI02_A_2022241142622_O21025_03_T03708_02_003_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.29/GEDI01_B_2022241125331_O21024_03_T02437_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.29/GEDI02_A_2022241125331_O21024_03_T02437_02_003_02_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.29/GEDI01_B_2022241112041_O21023_02_T10974_02_005_02_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.29/GEDI02_A_2022241112041_O21023_02_T10974_02_003_02_V002.h5\n", @@ -393,6 +381,22 @@ "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.29/GEDI02_A_2022241081459_O21021_02_T03857_02_003_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.29/GEDI01_B_2022241064209_O21020_02_T02586_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.29/GEDI02_A_2022241064209_O21020_02_T02586_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.28/GEDI01_B_2022240164632_O21011_03_T07152_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.28/GEDI02_A_2022240164632_O21011_03_T07152_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.28/GEDI01_B_2022240151342_O21010_03_T02882_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.28/GEDI02_A_2022240151342_O21010_03_T02882_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.28/GEDI01_B_2022240134051_O21009_03_T01611_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.28/GEDI02_A_2022240134051_O21009_03_T01611_02_003_02_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.28/GEDI01_B_2022240120800_O21008_03_T08572_02_005_02_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.28/GEDI02_A_2022240120800_O21008_03_T08572_02_003_02_V002.h5\n", @@ -401,6 +405,10 @@ "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.28/GEDI02_A_2022240103510_O21007_02_T00186_02_003_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.28/GEDI01_B_2022240090219_O21006_02_T03031_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.28/GEDI02_A_2022240090219_O21006_02_T03031_02_003_02_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.28/GEDI01_B_2022240072928_O21005_02_T10298_02_005_02_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.28/GEDI02_A_2022240072928_O21005_02_T10298_02_003_02_V002.h5\n", @@ -409,6 +417,10 @@ "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.27/GEDI02_A_2022239160101_O20995_03_T07595_02_003_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.27/GEDI01_B_2022239142810_O20994_03_T09170_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.27/GEDI02_A_2022239142810_O20994_03_T09170_02_003_02_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.27/GEDI01_B_2022239125519_O20993_03_T10745_02_005_02_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.27/GEDI02_A_2022239125519_O20993_03_T10745_02_003_02_V002.h5\n", @@ -429,6 +441,10 @@ "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.26/GEDI02_A_2022238164819_O20980_03_T11191_02_003_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.26/GEDI01_B_2022238151529_O20979_03_T08344_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.26/GEDI02_A_2022238151529_O20979_03_T08344_02_003_02_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.26/GEDI01_B_2022238134238_O20978_03_T09766_02_005_02_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.26/GEDI02_A_2022238134238_O20978_03_T09766_02_003_02_V002.h5\n", @@ -437,22 +453,46 @@ "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.26/GEDI02_A_2022238120947_O20977_02_T09765_02_003_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.26/GEDI01_B_2022238103656_O20976_02_T05648_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.26/GEDI02_A_2022238103656_O20976_02_T05648_02_003_02_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.26/GEDI01_B_2022238090405_O20975_02_T06917_02_005_02_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.26/GEDI02_A_2022238090405_O20975_02_T06917_02_003_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.26/GEDI01_B_2022238073114_O20974_02_T02800_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.26/GEDI02_A_2022238073114_O20974_02_T02800_02_003_02_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.25/GEDI01_B_2022237173537_O20965_03_T10365_02_005_02_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.25/GEDI02_A_2022237173537_O20965_03_T10365_02_003_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.25/GEDI01_B_2022237160246_O20964_03_T00403_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.25/GEDI02_A_2022237160246_O20964_03_T00403_02_003_02_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.25/GEDI01_B_2022237142955_O20963_03_T01978_02_005_02_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.25/GEDI02_A_2022237142955_O20963_03_T01978_02_003_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.25/GEDI01_B_2022237125704_O20962_02_T04823_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.25/GEDI02_A_2022237125704_O20962_02_T04823_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.25/GEDI01_B_2022237112414_O20961_02_T06245_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.25/GEDI02_A_2022237112414_O20961_02_T06245_02_003_02_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.25/GEDI01_B_2022237095123_O20960_02_T03398_02_005_02_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.25/GEDI02_A_2022237095123_O20960_02_T03398_02_003_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.25/GEDI01_B_2022237081832_O20959_02_T02127_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.25/GEDI02_A_2022237081832_O20959_02_T02127_02_003_02_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.24/GEDI01_B_2022236182301_O20950_03_T08116_02_005_02_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.24/GEDI02_A_2022236182301_O20950_03_T08116_02_003_02_V002.h5\n", @@ -461,10 +501,54 @@ "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.24/GEDI02_A_2022236165012_O20949_03_T06692_02_003_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.24/GEDI01_B_2022236151722_O20948_03_T02575_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.24/GEDI02_A_2022236151722_O20948_03_T02575_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.24/GEDI01_B_2022236134433_O20947_03_T05420_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.24/GEDI02_A_2022236134433_O20947_03_T05420_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.24/GEDI01_B_2022236121143_O20946_02_T01150_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.24/GEDI02_A_2022236121143_O20946_02_T01150_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.24/GEDI01_B_2022236103854_O20945_02_T06841_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.24/GEDI02_A_2022236103854_O20945_02_T06841_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.24/GEDI01_B_2022236090605_O20944_02_T09686_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.24/GEDI02_A_2022236090605_O20944_02_T09686_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.23/GEDI01_B_2022235173748_O20934_03_T04443_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.23/GEDI02_A_2022235173748_O20934_03_T04443_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.23/GEDI01_B_2022235160459_O20933_03_T00173_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.23/GEDI02_A_2022235160459_O20933_03_T00173_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.23/GEDI01_B_2022235143209_O20932_03_T03018_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.23/GEDI02_A_2022235143209_O20932_03_T03018_02_003_02_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.23/GEDI01_B_2022235125920_O20931_02_T01747_02_005_02_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.23/GEDI02_A_2022235125920_O20931_02_T01747_02_003_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.23/GEDI01_B_2022235112631_O20930_02_T04592_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.23/GEDI02_A_2022235112631_O20930_02_T04592_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.23/GEDI01_B_2022235095341_O20929_02_T00322_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.23/GEDI02_A_2022235095341_O20929_02_T00322_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.22/GEDI01_B_2022234182526_O20919_03_T02194_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.22/GEDI02_A_2022234182526_O20919_03_T02194_02_003_02_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.21/GEDI01_B_2022233191305_O20904_03_T06907_02_005_02_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.21/GEDI02_A_2022233191305_O20904_03_T06907_02_003_02_V002.h5\n", @@ -477,10 +561,26 @@ "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.21/GEDI02_A_2022233160726_O20902_03_T11327_02_003_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.21/GEDI01_B_2022233143436_O20901_02_T08480_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.21/GEDI02_A_2022233143436_O20901_02_T08480_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.21/GEDI01_B_2022233130147_O20900_02_T07056_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.21/GEDI02_A_2022233130147_O20900_02_T07056_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.21/GEDI01_B_2022233112857_O20899_02_T09901_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.21/GEDI02_A_2022233112857_O20899_02_T09901_02_003_02_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.21/GEDI01_B_2022233095608_O20898_02_T01515_02_005_02_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.21/GEDI02_A_2022233095608_O20898_02_T01515_02_003_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.20/GEDI01_B_2022232200042_O20889_03_T04658_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.20/GEDI02_A_2022232200042_O20889_03_T04658_02_003_02_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.20/GEDI01_B_2022232182753_O20888_03_T00388_02_005_02_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.20/GEDI02_A_2022232182753_O20888_03_T00388_02_003_02_V002.h5\n", @@ -489,10 +589,38 @@ "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.20/GEDI02_A_2022232165503_O20887_03_T03233_02_003_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.20/GEDI01_B_2022232152213_O20886_03_T08924_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.20/GEDI02_A_2022232152213_O20886_03_T08924_02_003_02_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.20/GEDI01_B_2022232134924_O20885_02_T10499_02_005_02_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.20/GEDI02_A_2022232134924_O20885_02_T10499_02_003_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.20/GEDI01_B_2022232121634_O20884_02_T07652_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.20/GEDI02_A_2022232121634_O20884_02_T07652_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.20/GEDI01_B_2022232104345_O20883_02_T06228_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.20/GEDI02_A_2022232104345_O20883_02_T06228_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.19/GEDI01_B_2022231191529_O20873_03_T10946_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.19/GEDI02_A_2022231191529_O20873_03_T10946_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.19/GEDI01_B_2022231174239_O20872_03_T08099_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.19/GEDI02_A_2022231174239_O20872_03_T08099_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.18/GEDI01_B_2022230200304_O20858_03_T08544_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.18/GEDI02_A_2022230200304_O20858_03_T08544_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.18/GEDI01_B_2022230183014_O20857_03_T10119_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.18/GEDI02_A_2022230183014_O20857_03_T10119_02_003_02_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.18/GEDI01_B_2022230165724_O20856_03_T07272_02_005_02_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.18/GEDI02_A_2022230165724_O20856_03_T07272_02_003_02_V002.h5\n", @@ -501,26 +629,58 @@ "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.18/GEDI02_A_2022230152435_O20855_02_T05848_02_003_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.18/GEDI01_B_2022230135145_O20854_02_T01731_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.18/GEDI02_A_2022230135145_O20854_02_T01731_02_003_02_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.18/GEDI01_B_2022230121855_O20853_02_T04576_02_005_02_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.18/GEDI02_A_2022230121855_O20853_02_T04576_02_003_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.18/GEDI01_B_2022230104606_O20852_02_T00306_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.18/GEDI02_A_2022230104606_O20852_02_T00306_02_003_02_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.17/GEDI01_B_2022229205038_O20843_03_T00603_02_005_02_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.17/GEDI02_A_2022229205038_O20843_03_T00603_02_003_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.17/GEDI01_B_2022229191748_O20842_03_T03448_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.17/GEDI02_A_2022229191748_O20842_03_T03448_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.17/GEDI01_B_2022229174458_O20841_03_T09139_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.17/GEDI02_A_2022229174458_O20841_03_T09139_02_003_02_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.17/GEDI01_B_2022229161209_O20840_03_T05022_02_005_02_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.17/GEDI02_A_2022229161209_O20840_03_T05022_02_003_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.17/GEDI01_B_2022229143919_O20839_02_T00752_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.17/GEDI02_A_2022229143919_O20839_02_T00752_02_003_02_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.17/GEDI01_B_2022229130629_O20838_02_T03597_02_005_02_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.17/GEDI02_A_2022229130629_O20838_02_T03597_02_003_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.17/GEDI01_B_2022229113339_O20837_02_T02326_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.17/GEDI02_A_2022229113339_O20837_02_T02326_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.16/GEDI01_B_2022228200522_O20827_03_T06891_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.16/GEDI02_A_2022228200522_O20827_03_T06891_02_003_02_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.16/GEDI01_B_2022228183232_O20826_03_T06890_02_005_02_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.16/GEDI02_A_2022228183232_O20826_03_T06890_02_003_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.16/GEDI01_B_2022228165942_O20825_03_T09735_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.16/GEDI02_A_2022228165942_O20825_03_T09735_02_003_02_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.16/GEDI01_B_2022228135402_O20823_02_T01348_02_005_02_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.16/GEDI02_A_2022228135402_O20823_02_T01348_02_003_02_V002.h5\n", @@ -533,6 +693,14 @@ "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.15/GEDI02_A_2022227205255_O20812_03_T04642_02_003_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.15/GEDI01_B_2022227192005_O20811_03_T00372_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.15/GEDI02_A_2022227192005_O20811_03_T00372_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.15/GEDI01_B_2022227174716_O20810_03_T03217_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.15/GEDI02_A_2022227174716_O20810_03_T03217_02_003_02_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.15/GEDI01_B_2022227161426_O20809_02_T08908_02_005_02_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.15/GEDI02_A_2022227161426_O20809_02_T08908_02_003_02_V002.h5\n", @@ -541,14 +709,26 @@ "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.15/GEDI02_A_2022227144136_O20808_02_T04791_02_003_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.15/GEDI01_B_2022227130846_O20807_02_T00521_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.15/GEDI02_A_2022227130846_O20807_02_T00521_02_003_02_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.15/GEDI01_B_2022227113556_O20806_02_T10481_02_005_02_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.15/GEDI02_A_2022227113556_O20806_02_T10481_02_003_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.14/GEDI01_B_2022226214027_O20797_03_T02393_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.14/GEDI02_A_2022226214027_O20797_03_T02393_02_003_02_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.14/GEDI01_B_2022226200737_O20796_03_T05238_02_005_02_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.14/GEDI02_A_2022226200737_O20796_03_T05238_02_003_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.14/GEDI01_B_2022226183447_O20795_03_T08083_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.14/GEDI02_A_2022226183447_O20795_03_T08083_02_003_02_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.14/GEDI01_B_2022226170158_O20794_02_T03813_02_005_02_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.14/GEDI02_A_2022226170158_O20794_02_T03813_02_003_02_V002.h5\n", @@ -557,14 +737,46 @@ "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.14/GEDI02_A_2022226152908_O20793_02_T02542_02_003_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.14/GEDI01_B_2022226135618_O20792_02_T05387_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.14/GEDI02_A_2022226135618_O20792_02_T05387_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.14/GEDI01_B_2022226122328_O20791_02_T01117_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.14/GEDI02_A_2022226122328_O20791_02_T01117_02_003_02_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.13/GEDI01_B_2022225222759_O20782_03_T07106_02_005_02_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.13/GEDI02_A_2022225222759_O20782_03_T07106_02_003_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.13/GEDI01_B_2022225205509_O20781_03_T01566_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.13/GEDI02_A_2022225205509_O20781_03_T01566_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.13/GEDI01_B_2022225192219_O20780_03_T10103_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.13/GEDI02_A_2022225192219_O20780_03_T10103_02_003_02_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.13/GEDI01_B_2022225174929_O20779_03_T00141_02_005_02_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.13/GEDI02_A_2022225174929_O20779_03_T00141_02_003_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.13/GEDI01_B_2022225161639_O20778_02_T02986_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.13/GEDI02_A_2022225161639_O20778_02_T02986_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.13/GEDI01_B_2022225144349_O20777_02_T01715_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.13/GEDI02_A_2022225144349_O20777_02_T01715_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.13/GEDI01_B_2022225131059_O20776_02_T04560_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.13/GEDI02_A_2022225131059_O20776_02_T04560_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.12/GEDI01_B_2022224214240_O20766_03_T09125_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.12/GEDI02_A_2022224214240_O20766_03_T09125_02_003_02_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.12/GEDI01_B_2022224200950_O20765_03_T03432_02_005_02_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.12/GEDI02_A_2022224200950_O20765_03_T03432_02_003_02_V002.h5\n", @@ -585,26 +797,82 @@ "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.12/GEDI02_A_2022224135830_O20761_02_T09273_02_003_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.11/GEDI01_B_2022223223010_O20751_03_T01184_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.11/GEDI02_A_2022223223010_O20751_03_T01184_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.11/GEDI01_B_2022223205720_O20750_03_T04029_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.11/GEDI02_A_2022223205720_O20750_03_T04029_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.11/GEDI01_B_2022223192430_O20749_03_T02758_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.11/GEDI02_A_2022223192430_O20749_03_T02758_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.11/GEDI01_B_2022223175140_O20748_02_T05603_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.11/GEDI02_A_2022223175140_O20748_02_T05603_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.11/GEDI01_B_2022223161850_O20747_02_T08448_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.11/GEDI02_A_2022223161850_O20747_02_T08448_02_003_02_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.11/GEDI01_B_2022223144600_O20746_02_T07024_02_005_02_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.11/GEDI02_A_2022223144600_O20746_02_T07024_02_003_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.11/GEDI01_B_2022223131310_O20745_02_T01484_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.11/GEDI02_A_2022223131310_O20745_02_T01484_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.10/GEDI01_B_2022222231740_O20736_03_T04627_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.10/GEDI02_A_2022222231740_O20736_03_T04627_02_003_02_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.10/GEDI01_B_2022222214450_O20735_03_T00357_02_005_02_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.10/GEDI02_A_2022222214450_O20735_03_T00357_02_003_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.10/GEDI01_B_2022222201200_O20734_03_T08894_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.10/GEDI02_A_2022222201200_O20734_03_T08894_02_003_02_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.10/GEDI01_B_2022222183910_O20733_02_T01931_02_005_02_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.10/GEDI02_A_2022222183910_O20733_02_T01931_02_003_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.10/GEDI01_B_2022222170620_O20732_02_T04776_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.10/GEDI02_A_2022222170620_O20732_02_T04776_02_003_02_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.10/GEDI01_B_2022222153330_O20731_02_T06198_02_005_02_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.10/GEDI02_A_2022222153330_O20731_02_T06198_02_003_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.10/GEDI01_B_2022222140040_O20730_02_T03351_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.10/GEDI02_A_2022222140040_O20730_02_T03351_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.10/GEDI01_B_2022222000512_O20721_03_T10916_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.10/GEDI02_A_2022222000512_O20721_03_T10916_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.09/GEDI01_B_2022221223224_O20720_03_T06646_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.09/GEDI02_A_2022221223224_O20720_03_T06646_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.09/GEDI01_B_2022221205934_O20719_03_T09491_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.09/GEDI02_A_2022221205934_O20719_03_T09491_02_003_02_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.09/GEDI01_B_2022221192645_O20718_03_T11066_02_005_02_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.09/GEDI02_A_2022221192645_O20718_03_T11066_02_003_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.09/GEDI01_B_2022221175355_O20717_02_T01104_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.09/GEDI02_A_2022221175355_O20717_02_T01104_02_003_02_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.09/GEDI01_B_2022221162106_O20716_02_T06795_02_005_02_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.09/GEDI02_A_2022221162106_O20716_02_T06795_02_003_02_V002.h5\n", @@ -613,14 +881,34 @@ "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.09/GEDI02_A_2022221144816_O20715_02_T03948_02_003_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.08/GEDI01_B_2022220232001_O20705_03_T09936_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.08/GEDI02_A_2022220232001_O20705_03_T09936_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.08/GEDI01_B_2022220214711_O20704_03_T10088_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.08/GEDI02_A_2022220214711_O20704_03_T10088_02_003_02_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.08/GEDI01_B_2022220201422_O20703_03_T07241_02_005_02_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.08/GEDI02_A_2022220201422_O20703_03_T07241_02_003_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.08/GEDI01_B_2022220184132_O20702_02_T05817_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.08/GEDI02_A_2022220184132_O20702_02_T05817_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.08/GEDI01_B_2022220170843_O20701_02_T08662_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.08/GEDI02_A_2022220170843_O20701_02_T08662_02_003_02_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.08/GEDI01_B_2022220153553_O20700_02_T10237_02_005_02_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.08/GEDI02_A_2022220153553_O20700_02_T10237_02_003_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.08/GEDI01_B_2022220000738_O20690_03_T06264_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.08/GEDI02_A_2022220000738_O20690_03_T06264_02_003_02_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.07/GEDI01_B_2022219223448_O20689_03_T02147_02_005_02_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.07/GEDI02_A_2022219223448_O20689_03_T02147_02_003_02_V002.h5\n", @@ -629,6 +917,14 @@ "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.07/GEDI02_A_2022219210158_O20688_03_T07838_02_003_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.07/GEDI01_B_2022219192909_O20687_02_T06414_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.07/GEDI02_A_2022219192909_O20687_02_T06414_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.07/GEDI01_B_2022219175619_O20686_02_T10682_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.07/GEDI02_A_2022219175619_O20686_02_T10682_02_003_02_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.07/GEDI01_B_2022219162330_O20685_02_T07835_02_005_02_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.07/GEDI02_A_2022219162330_O20685_02_T07835_02_003_02_V002.h5\n", @@ -641,18 +937,38 @@ "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.07/GEDI02_A_2022219005514_O20675_03_T05438_02_003_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.06/GEDI01_B_2022218232224_O20674_03_T06860_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.06/GEDI02_A_2022218232224_O20674_03_T06860_02_003_02_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.06/GEDI01_B_2022218214935_O20673_03_T09705_02_005_02_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.06/GEDI02_A_2022218214935_O20673_03_T09705_02_003_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.06/GEDI01_B_2022218201645_O20672_02_T01166_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.06/GEDI02_A_2022218201645_O20672_02_T01166_02_003_02_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.06/GEDI01_B_2022218184355_O20671_02_T04011_02_005_02_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.06/GEDI02_A_2022218184355_O20671_02_T04011_02_003_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.06/GEDI01_B_2022218171106_O20670_02_T07009_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.06/GEDI02_A_2022218171106_O20670_02_T07009_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.06/GEDI01_B_2022218153816_O20669_02_T07008_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.06/GEDI02_A_2022218153816_O20669_02_T07008_02_003_02_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.06/GEDI01_B_2022218014249_O20660_03_T05882_02_005_02_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.06/GEDI02_A_2022218014249_O20660_03_T05882_02_003_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.06/GEDI01_B_2022218001000_O20659_03_T00342_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.06/GEDI02_A_2022218001000_O20659_03_T00342_02_003_02_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.05/GEDI01_B_2022217223710_O20658_03_T01764_02_005_02_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.05/GEDI02_A_2022217223710_O20658_03_T01764_02_003_02_V002.h5\n", @@ -661,10 +977,22 @@ "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.05/GEDI02_A_2022217210421_O20657_03_T01916_02_003_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.05/GEDI01_B_2022217193131_O20656_02_T04761_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.05/GEDI02_A_2022217193131_O20656_02_T04761_02_003_02_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.05/GEDI01_B_2022217175841_O20655_02_T06030_02_005_02_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.05/GEDI02_A_2022217175841_O20655_02_T06030_02_003_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.05/GEDI01_B_2022217162552_O20654_02_T10451_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.05/GEDI02_A_2022217162552_O20654_02_T10451_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.05/GEDI01_B_2022217005735_O20644_03_T03632_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.05/GEDI02_A_2022217005735_O20644_03_T03632_02_003_02_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.04/GEDI01_B_2022216232445_O20643_03_T02361_02_005_02_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.04/GEDI02_A_2022216232445_O20643_03_T02361_02_003_02_V002.h5\n", @@ -681,14 +1009,54 @@ "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.04/GEDI02_A_2022216184616_O20640_02_T09320_02_003_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.04/GEDI01_B_2022216171327_O20639_02_T02510_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.04/GEDI02_A_2022216171327_O20639_02_T02510_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.04/GEDI01_B_2022216014510_O20629_03_T01383_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.04/GEDI02_A_2022216014510_O20629_03_T01383_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.04/GEDI01_B_2022216001220_O20628_03_T01229_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.04/GEDI02_A_2022216001220_O20628_03_T01229_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.03/GEDI01_B_2022215223930_O20627_03_T01534_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.03/GEDI02_A_2022215223930_O20627_03_T01534_02_003_03_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.03/GEDI01_B_2022215210640_O20626_02_T07072_02_005_03_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.03/GEDI02_A_2022215210640_O20626_02_T07072_02_003_03_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.03/GEDI01_B_2022215193351_O20625_02_T08494_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.03/GEDI02_A_2022215193351_O20625_02_T08494_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.03/GEDI01_B_2022215180101_O20624_02_T01378_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.03/GEDI02_A_2022215180101_O20624_02_T01378_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.03/GEDI01_B_2022215162811_O20623_02_T09915_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.03/GEDI02_A_2022215162811_O20623_02_T09915_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.03/GEDI01_B_2022215023244_O20614_03_T04673_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.03/GEDI02_A_2022215023244_O20614_03_T04673_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.03/GEDI01_B_2022215005954_O20613_03_T06095_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.03/GEDI02_A_2022215005954_O20613_03_T06095_02_003_03_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.02/GEDI01_B_2022214232704_O20612_03_T10516_02_005_03_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.02/GEDI02_A_2022214232704_O20612_03_T10516_02_003_03_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.02/GEDI01_B_2022214215415_O20611_02_T07669_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.02/GEDI02_A_2022214215415_O20611_02_T07669_02_003_03_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.02/GEDI01_B_2022214202125_O20610_02_T00706_02_005_03_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.02/GEDI02_A_2022214202125_O20610_02_T00706_02_003_03_V002.h5\n", @@ -697,6 +1065,14 @@ "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.02/GEDI02_A_2022214184835_O20609_02_T09090_02_003_03_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.02/GEDI01_B_2022214171545_O20608_02_T10665_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.02/GEDI02_A_2022214171545_O20608_02_T10665_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.02/GEDI01_B_2022214032017_O20599_03_T03847_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.02/GEDI02_A_2022214032017_O20599_03_T03847_02_003_03_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.02/GEDI01_B_2022214014728_O20598_03_T08268_02_005_03_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.02/GEDI02_A_2022214014728_O20598_03_T08268_02_003_03_V002.h5\n", @@ -713,10 +1089,42 @@ "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.01/GEDI02_A_2022213210858_O20595_02_T09688_02_003_03_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.01/GEDI01_B_2022213193608_O20594_02_T05571_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.01/GEDI02_A_2022213193608_O20594_02_T05571_02_003_03_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.01/GEDI01_B_2022213180318_O20593_02_T08416_02_005_03_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.01/GEDI02_A_2022213180318_O20593_02_T08416_02_003_03_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.01/GEDI01_B_2022213023500_O20583_03_T08712_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.01/GEDI02_A_2022213023500_O20583_03_T08712_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.08.01/GEDI01_B_2022213010210_O20582_03_T10287_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.08.01/GEDI02_A_2022213010210_O20582_03_T10287_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.31/GEDI01_B_2022212232920_O20581_03_T07440_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.31/GEDI02_A_2022212232920_O20581_03_T07440_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.31/GEDI01_B_2022212215631_O20580_02_T06016_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.31/GEDI02_A_2022212215631_O20580_02_T06016_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.31/GEDI01_B_2022212202341_O20579_02_T08861_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.31/GEDI02_A_2022212202341_O20579_02_T08861_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.31/GEDI01_B_2022212185051_O20578_02_T10436_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.31/GEDI02_A_2022212185051_O20578_02_T10436_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.31/GEDI01_B_2022212032233_O20568_03_T06463_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.31/GEDI02_A_2022212032233_O20568_03_T06463_02_003_03_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.31/GEDI01_B_2022212014943_O20567_03_T03616_02_005_03_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.31/GEDI02_A_2022212014943_O20567_03_T03616_02_003_03_V002.h5\n", @@ -725,10 +1133,22 @@ "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.31/GEDI02_A_2022212001653_O20566_03_T10883_02_003_03_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.30/GEDI01_B_2022211224403_O20565_02_T08036_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.30/GEDI02_A_2022211224403_O20565_02_T08036_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.30/GEDI01_B_2022211211113_O20564_02_T00920_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.30/GEDI02_A_2022211211113_O20564_02_T00920_02_003_03_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.30/GEDI01_B_2022211193823_O20563_02_T03765_02_005_03_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.30/GEDI02_A_2022211193823_O20563_02_T03765_02_003_03_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.30/GEDI01_B_2022211180534_O20562_02_T11032_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.30/GEDI02_A_2022211180534_O20562_02_T11032_02_003_03_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.30/GEDI01_B_2022211041005_O20553_03_T08483_02_005_03_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.30/GEDI02_A_2022211041005_O20553_03_T08483_02_003_03_V002.h5\n", @@ -737,10 +1157,30 @@ "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.30/GEDI02_A_2022211023715_O20552_03_T07059_02_003_03_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.30/GEDI01_B_2022211010425_O20551_03_T09904_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.30/GEDI02_A_2022211010425_O20551_03_T09904_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.29/GEDI01_B_2022210233135_O20550_02_T10056_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.29/GEDI02_A_2022210233135_O20550_02_T10056_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.29/GEDI01_B_2022210215845_O20549_02_T07209_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.29/GEDI02_A_2022210215845_O20549_02_T07209_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.29/GEDI01_B_2022210202555_O20548_02_T05785_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.29/GEDI02_A_2022210202555_O20548_02_T05785_02_003_03_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.29/GEDI01_B_2022210185305_O20547_02_T08630_02_005_03_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.29/GEDI02_A_2022210185305_O20547_02_T08630_02_003_03_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.29/GEDI01_B_2022210045736_O20538_03_T10503_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.29/GEDI02_A_2022210045736_O20538_03_T10503_02_003_03_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.29/GEDI01_B_2022210032446_O20537_03_T07656_02_005_03_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.29/GEDI02_A_2022210032446_O20537_03_T07656_02_003_03_V002.h5\n", @@ -757,6 +1197,10 @@ "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.28/GEDI02_A_2022209224616_O20534_02_T10652_02_003_03_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.28/GEDI01_B_2022209211326_O20533_02_T04959_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.28/GEDI02_A_2022209211326_O20533_02_T04959_02_003_03_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.28/GEDI01_B_2022209194036_O20532_02_T06381_02_005_03_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.28/GEDI02_A_2022209194036_O20532_02_T06381_02_003_03_V002.h5\n", @@ -765,10 +1209,30 @@ "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.28/GEDI02_A_2022209041217_O20522_03_T11099_02_003_03_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.28/GEDI01_B_2022209023927_O20521_03_T08252_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.28/GEDI02_A_2022209023927_O20521_03_T08252_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.28/GEDI01_B_2022209010637_O20520_03_T06828_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.28/GEDI02_A_2022209010637_O20520_03_T06828_02_003_03_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.27/GEDI01_B_2022208233346_O20519_02_T09673_02_005_03_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.27/GEDI02_A_2022208233346_O20519_02_T09673_02_003_03_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.27/GEDI01_B_2022208220056_O20518_02_T11248_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.27/GEDI02_A_2022208220056_O20518_02_T11248_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.27/GEDI01_B_2022208202806_O20517_02_T08401_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.27/GEDI02_A_2022208202806_O20517_02_T08401_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.27/GEDI01_B_2022208045946_O20507_03_T03005_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.27/GEDI02_A_2022208045946_O20507_03_T03005_02_003_03_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.27/GEDI01_B_2022208032656_O20506_03_T10272_02_005_03_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.27/GEDI02_A_2022208032656_O20506_03_T10272_02_003_03_V002.h5\n", @@ -777,10 +1241,22 @@ "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.27/GEDI02_A_2022208015406_O20505_03_T07425_02_003_03_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.27/GEDI01_B_2022208002116_O20504_02_T06001_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.27/GEDI02_A_2022208002116_O20504_02_T06001_02_003_03_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.26/GEDI01_B_2022207224826_O20503_02_T08846_02_005_03_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.26/GEDI02_A_2022207224826_O20503_02_T08846_02_003_03_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.26/GEDI01_B_2022207211536_O20502_02_T10421_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.26/GEDI02_A_2022207211536_O20502_02_T10421_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.26/GEDI01_B_2022207194246_O20501_02_T07574_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.26/GEDI02_A_2022207194246_O20501_02_T07574_02_003_03_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.26/GEDI01_B_2022207054716_O20492_03_T06448_02_005_03_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.26/GEDI02_A_2022207054716_O20492_03_T06448_02_003_03_V002.h5\n", @@ -789,6 +1265,18 @@ "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.26/GEDI02_A_2022207041426_O20491_03_T09293_02_003_03_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.26/GEDI01_B_2022207024136_O20490_03_T10868_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.26/GEDI02_A_2022207024136_O20490_03_T10868_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.26/GEDI01_B_2022207010846_O20489_03_T08021_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.26/GEDI02_A_2022207010846_O20489_03_T08021_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.25/GEDI01_B_2022206233554_O20488_02_T06597_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.25/GEDI02_A_2022206233554_O20488_02_T06597_02_003_03_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.25/GEDI01_B_2022206220304_O20487_02_T09442_02_005_03_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.25/GEDI02_A_2022206220304_O20487_02_T09442_02_003_03_V002.h5\n", @@ -809,6 +1297,14 @@ "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.25/GEDI02_A_2022206015614_O20474_03_T04349_02_003_03_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.25/GEDI01_B_2022206002324_O20473_02_T00079_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.25/GEDI02_A_2022206002324_O20473_02_T00079_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.24/GEDI01_B_2022205225034_O20472_02_T02924_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.24/GEDI02_A_2022205225034_O20472_02_T02924_02_003_03_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.24/GEDI01_B_2022205211744_O20471_02_T08615_02_005_03_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.24/GEDI02_A_2022205211744_O20471_02_T08615_02_003_03_V002.h5\n", @@ -817,10 +1313,26 @@ "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.24/GEDI02_A_2022205054923_O20461_03_T00526_02_003_03_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.24/GEDI01_B_2022205041633_O20460_03_T03371_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.24/GEDI02_A_2022205041633_O20460_03_T03371_02_003_03_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.24/GEDI01_B_2022205024343_O20459_03_T02100_02_005_03_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.24/GEDI02_A_2022205024343_O20459_03_T02100_02_003_03_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.24/GEDI01_B_2022205011053_O20458_02_T04945_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.24/GEDI02_A_2022205011053_O20458_02_T04945_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.23/GEDI01_B_2022204233802_O20457_02_T00675_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.23/GEDI02_A_2022204233802_O20457_02_T00675_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.23/GEDI01_B_2022204220512_O20456_02_T03520_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.23/GEDI02_A_2022204220512_O20456_02_T03520_02_003_03_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.23/GEDI01_B_2022204203222_O20455_02_T07941_02_005_03_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.23/GEDI02_A_2022204203222_O20455_02_T07941_02_003_03_V002.h5\n", @@ -829,6 +1341,18 @@ "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.23/GEDI02_A_2022204063650_O20446_03_T05392_02_003_03_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.23/GEDI01_B_2022204050400_O20445_03_T09660_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.23/GEDI02_A_2022204050400_O20445_03_T09660_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.23/GEDI01_B_2022204033110_O20444_03_T06966_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.23/GEDI02_A_2022204033110_O20444_03_T06966_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.23/GEDI01_B_2022204015820_O20443_02_T02696_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.23/GEDI02_A_2022204015820_O20443_02_T02696_02_003_03_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.23/GEDI01_B_2022204002530_O20442_02_T05541_02_005_03_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.23/GEDI02_A_2022204002530_O20442_02_T05541_02_003_03_V002.h5\n", @@ -841,38 +1365,86 @@ "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.22/GEDI02_A_2022203211948_O20440_02_T09808_02_003_03_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.22/GEDI01_B_2022203072416_O20431_03_T10258_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.22/GEDI02_A_2022203072416_O20431_03_T10258_02_003_03_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.22/GEDI01_B_2022203055126_O20430_03_T07411_02_005_03_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.22/GEDI02_A_2022203055126_O20430_03_T07411_02_003_03_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.22/GEDI01_B_2022203041836_O20429_03_T05987_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.22/GEDI02_A_2022203041836_O20429_03_T05987_02_003_03_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.22/GEDI01_B_2022203024546_O20428_03_T10408_02_005_03_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.22/GEDI02_A_2022203024546_O20428_03_T10408_02_003_03_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.22/GEDI01_B_2022203011255_O20427_02_T10407_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.22/GEDI02_A_2022203011255_O20427_02_T10407_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.21/GEDI01_B_2022202234005_O20426_02_T07560_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.21/GEDI02_A_2022202234005_O20426_02_T07560_02_003_03_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.21/GEDI01_B_2022202220715_O20425_02_T06136_02_005_03_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.21/GEDI02_A_2022202220715_O20425_02_T06136_02_003_03_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.21/GEDI01_B_2022202063852_O20415_03_T05162_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.21/GEDI02_A_2022202063852_O20415_03_T05162_02_003_03_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.21/GEDI01_B_2022202050602_O20414_03_T00892_02_005_03_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.21/GEDI02_A_2022202050602_O20414_03_T00892_02_003_03_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.21/GEDI01_B_2022202033312_O20413_03_T03737_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.21/GEDI02_A_2022202033312_O20413_03_T03737_02_003_03_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.21/GEDI01_B_2022202020021_O20412_02_T02466_02_005_03_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.21/GEDI02_A_2022202020021_O20412_02_T02466_02_003_03_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.21/GEDI01_B_2022202002731_O20411_02_T05311_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.21/GEDI02_A_2022202002731_O20411_02_T05311_02_003_03_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.20/GEDI01_B_2022201225441_O20410_02_T01041_02_005_03_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.20/GEDI02_A_2022201225441_O20410_02_T01041_02_003_03_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.20/GEDI01_B_2022201072617_O20400_03_T01490_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.20/GEDI02_A_2022201072617_O20400_03_T01490_02_003_03_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.20/GEDI01_B_2022201055327_O20399_03_T07334_02_005_03_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.20/GEDI02_A_2022201055327_O20399_03_T07334_02_003_03_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.20/GEDI01_B_2022201042037_O20398_03_T05757_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.20/GEDI02_A_2022201042037_O20398_03_T05757_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.20/GEDI01_B_2022201024746_O20397_02_T08602_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.20/GEDI02_A_2022201024746_O20397_02_T08602_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.20/GEDI01_B_2022201011456_O20396_02_T10177_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.20/GEDI02_A_2022201011456_O20396_02_T10177_02_003_03_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.19/GEDI01_B_2022200234206_O20395_02_T07330_02_005_03_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.19/GEDI02_A_2022200234206_O20395_02_T07330_02_003_03_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.19/GEDI01_B_2022200220915_O20394_02_T05906_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.19/GEDI02_A_2022200220915_O20394_02_T05906_02_003_03_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.19/GEDI01_B_2022200081341_O20385_03_T09049_02_005_03_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.19/GEDI02_A_2022200081341_O20385_03_T09049_02_003_03_V002.h5\n", @@ -889,10 +1461,30 @@ "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.19/GEDI02_A_2022200033510_O20382_02_T06353_02_003_03_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.19/GEDI01_B_2022200020220_O20381_02_T02236_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.19/GEDI02_A_2022200020220_O20381_02_T02236_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.19/GEDI01_B_2022200002929_O20380_02_T10773_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.19/GEDI02_A_2022200002929_O20380_02_T10773_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.18/GEDI01_B_2022199225640_O20379_02_T00811_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.18/GEDI02_A_2022199225640_O20379_02_T00811_02_003_03_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.18/GEDI01_B_2022199090106_O20370_03_T03954_02_005_03_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.18/GEDI02_A_2022199090106_O20370_03_T03954_02_003_03_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.18/GEDI01_B_2022199072815_O20369_03_T11221_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.18/GEDI02_A_2022199072815_O20369_03_T11221_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.18/GEDI01_B_2022199055525_O20368_03_T05528_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.18/GEDI02_A_2022199055525_O20368_03_T05528_02_003_03_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.18/GEDI01_B_2022199042234_O20367_03_T06950_02_005_03_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.18/GEDI02_A_2022199042234_O20367_03_T06950_02_003_03_V002.h5\n", @@ -901,14 +1493,54 @@ "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.18/GEDI02_A_2022199024943_O20366_02_T09795_02_003_03_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.18/GEDI01_B_2022199011653_O20365_02_T02832_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.18/GEDI02_A_2022199011653_O20365_02_T02832_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.17/GEDI01_B_2022198234402_O20364_02_T08523_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.17/GEDI02_A_2022198234402_O20364_02_T08523_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.17/GEDI01_B_2022198081537_O20354_03_T07549_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.17/GEDI02_A_2022198081537_O20354_03_T07549_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.17/GEDI01_B_2022198064246_O20353_03_T06125_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.17/GEDI02_A_2022198064246_O20353_03_T06125_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.17/GEDI01_B_2022198050956_O20352_03_T02008_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.17/GEDI02_A_2022198050956_O20352_03_T02008_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.17/GEDI01_B_2022198033705_O20351_02_T00584_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.17/GEDI02_A_2022198033705_O20351_02_T00584_02_003_03_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.17/GEDI01_B_2022198020414_O20350_02_T06275_02_005_03_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.17/GEDI02_A_2022198020414_O20350_02_T06275_02_003_03_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.17/GEDI01_B_2022198003124_O20349_02_T02158_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.17/GEDI02_A_2022198003124_O20349_02_T02158_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.15/GEDI01_B_2022196095018_O20324_03_T08590_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.15/GEDI02_A_2022196095018_O20324_03_T08590_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.15/GEDI01_B_2022196081727_O20323_03_T10165_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.15/GEDI02_A_2022196081727_O20323_03_T10165_02_003_03_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.15/GEDI01_B_2022196064436_O20322_03_T07318_02_005_03_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.15/GEDI02_A_2022196064436_O20322_03_T07318_02_003_03_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.15/GEDI01_B_2022196051146_O20321_02_T00202_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.15/GEDI02_A_2022196051146_O20321_02_T00202_02_003_03_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.15/GEDI01_B_2022196033855_O20320_02_T03047_02_005_03_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.15/GEDI02_A_2022196033855_O20320_02_T03047_02_003_03_V002.h5\n", @@ -917,26 +1549,90 @@ "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.15/GEDI02_A_2022196020604_O20319_02_T01776_02_003_03_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.15/GEDI01_B_2022196003314_O20318_02_T03198_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.15/GEDI02_A_2022196003314_O20318_02_T03198_02_003_03_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.14/GEDI01_B_2022195103737_O20309_03_T03495_02_005_03_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.14/GEDI02_A_2022195103737_O20309_03_T03495_02_003_03_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.14/GEDI01_B_2022195090447_O20308_03_T02224_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.14/GEDI02_A_2022195090447_O20308_03_T02224_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.14/GEDI01_B_2022195073156_O20307_03_T10761_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.14/GEDI02_A_2022195073156_O20307_03_T10761_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.14/GEDI01_B_2022195055905_O20306_03_T10760_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.14/GEDI02_A_2022195055905_O20306_03_T10760_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.14/GEDI01_B_2022195042615_O20305_02_T07913_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.14/GEDI02_A_2022195042615_O20305_02_T07913_02_003_03_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.14/GEDI01_B_2022195025324_O20304_02_T06489_02_005_03_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.14/GEDI02_A_2022195025324_O20304_02_T06489_02_003_03_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.14/GEDI01_B_2022195012033_O20303_02_T05218_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.14/GEDI02_A_2022195012033_O20303_02_T05218_02_003_03_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.13/GEDI01_B_2022194095206_O20293_03_T06937_02_005_03_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.13/GEDI02_A_2022194095206_O20293_03_T06937_02_003_03_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.13/GEDI01_B_2022194081915_O20292_03_T09782_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.13/GEDI02_A_2022194081915_O20292_03_T09782_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.13/GEDI01_B_2022194064624_O20291_03_T11357_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.13/GEDI02_A_2022194064624_O20291_03_T11357_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.13/GEDI01_B_2022194051334_O20290_02_T07087_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.13/GEDI02_A_2022194051334_O20290_02_T07087_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.13/GEDI01_B_2022194034043_O20289_02_T04240_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.13/GEDI02_A_2022194034043_O20289_02_T04240_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.13/GEDI01_B_2022194020752_O20288_02_T01546_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.13/GEDI02_A_2022194020752_O20288_02_T01546_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.12/GEDI01_B_2022193103924_O20278_03_T04688_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.12/GEDI02_A_2022193103924_O20278_03_T04688_02_003_03_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.12/GEDI01_B_2022193090633_O20277_03_T08956_02_005_03_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.12/GEDI02_A_2022193090633_O20277_03_T08956_02_003_03_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.12/GEDI01_B_2022193073342_O20276_03_T07685_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.12/GEDI02_A_2022193073342_O20276_03_T07685_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.12/GEDI01_B_2022193060051_O20275_02_T00569_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.12/GEDI02_A_2022193060051_O20275_02_T00569_02_003_03_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.12/GEDI01_B_2022193042801_O20274_02_T02144_02_005_03_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.12/GEDI02_A_2022193042801_O20274_02_T02144_02_003_03_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.12/GEDI01_B_2022193025510_O20273_02_T04989_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.12/GEDI02_A_2022193025510_O20273_02_T04989_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.12/GEDI01_B_2022193012219_O20272_02_T00719_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.12/GEDI02_A_2022193012219_O20272_02_T00719_02_003_03_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.11/GEDI01_B_2022192112641_O20263_03_T09554_02_005_03_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.11/GEDI02_A_2022192112641_O20263_03_T09554_02_003_03_V002.h5\n", @@ -945,6 +1641,10 @@ "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.11/GEDI02_A_2022192095350_O20262_03_T09553_02_003_03_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.11/GEDI01_B_2022192082059_O20261_03_T01167_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.11/GEDI02_A_2022192082059_O20261_03_T01167_02_003_03_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.11/GEDI01_B_2022192064808_O20260_02_T04012_02_005_03_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.11/GEDI02_A_2022192064808_O20260_02_T04012_02_003_03_V002.h5\n", @@ -953,6 +1653,10 @@ "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.11/GEDI02_A_2022192051518_O20259_02_T02741_02_003_03_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.11/GEDI01_B_2022192034227_O20258_02_T05586_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.11/GEDI02_A_2022192034227_O20258_02_T05586_02_003_03_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.11/GEDI01_B_2022192020936_O20257_02_T01316_02_005_03_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.11/GEDI02_A_2022192020936_O20257_02_T01316_02_003_03_V002.h5\n", @@ -961,145 +1665,713 @@ "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.10/GEDI02_A_2022191121358_O20248_03_T01766_02_003_03_V002.h5\n", "\n", - "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.10/GEDI01_B_2022191104107_O20247_03_T08727_02_005_03_V002.h5\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.10/GEDI01_B_2022191104107_O20247_03_T08727_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.10/GEDI02_A_2022191104107_O20247_03_T08727_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.10/GEDI01_B_2022191090816_O20246_03_T10302_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.10/GEDI02_A_2022191090816_O20246_03_T10302_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.10/GEDI01_B_2022191073525_O20245_03_T07455_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.10/GEDI02_A_2022191073525_O20245_03_T07455_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.10/GEDI01_B_2022191060234_O20244_02_T06031_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.10/GEDI02_A_2022191060234_O20244_02_T06031_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.10/GEDI01_B_2022191042943_O20243_02_T08876_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.10/GEDI02_A_2022191042943_O20243_02_T08876_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.10/GEDI01_B_2022191025652_O20242_02_T04759_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.10/GEDI02_A_2022191025652_O20242_02_T04759_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.09/GEDI01_B_2022190112823_O20232_03_T10900_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.09/GEDI02_A_2022190112823_O20232_03_T10900_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.09/GEDI01_B_2022190095532_O20231_03_T08053_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.09/GEDI02_A_2022190095532_O20231_03_T08053_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.09/GEDI01_B_2022190082241_O20230_03_T06629_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.09/GEDI02_A_2022190082241_O20230_03_T06629_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.09/GEDI01_B_2022190064950_O20229_02_T09474_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.09/GEDI02_A_2022190064950_O20229_02_T09474_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.09/GEDI01_B_2022190051659_O20228_02_T11049_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.09/GEDI02_A_2022190051659_O20228_02_T11049_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.09/GEDI01_B_2022190034408_O20227_02_T05203_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.09/GEDI02_A_2022190034408_O20227_02_T05203_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.08/GEDI01_B_2022189121538_O20217_03_T09768_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.08/GEDI02_A_2022189121538_O20217_03_T09768_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.08/GEDI01_B_2022189104247_O20216_03_T07227_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.08/GEDI02_A_2022189104247_O20216_03_T07227_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.08/GEDI01_B_2022189090956_O20215_03_T04380_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.08/GEDI02_A_2022189090956_O20215_03_T04380_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.08/GEDI01_B_2022189073705_O20214_02_T08648_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.08/GEDI02_A_2022189073705_O20214_02_T08648_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.08/GEDI01_B_2022189060414_O20213_02_T04531_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.08/GEDI02_A_2022189060414_O20213_02_T04531_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.08/GEDI01_B_2022189043123_O20212_02_T00261_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.08/GEDI02_A_2022189043123_O20212_02_T00261_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.08/GEDI01_B_2022189025832_O20211_02_T05799_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.08/GEDI02_A_2022189025832_O20211_02_T05799_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.07/GEDI01_B_2022188130252_O20202_03_T04826_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.07/GEDI02_A_2022188130252_O20202_03_T04826_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.07/GEDI01_B_2022188065128_O20198_02_T09244_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.07/GEDI02_A_2022188065128_O20198_02_T09244_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.07/GEDI01_B_2022188051837_O20197_02_T00858_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.07/GEDI02_A_2022188051837_O20197_02_T00858_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.07/GEDI01_B_2022188034546_O20196_02_T03703_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.07/GEDI02_A_2022188034546_O20196_02_T03703_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.06/GEDI01_B_2022187135006_O20187_03_T11115_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.06/GEDI02_A_2022187135006_O20187_03_T11115_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.06/GEDI01_B_2022187121715_O20186_03_T09691_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.06/GEDI02_A_2022187121715_O20186_03_T09691_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.06/GEDI01_B_2022187104424_O20185_03_T05574_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.06/GEDI02_A_2022187104424_O20185_03_T05574_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.06/GEDI01_B_2022187091133_O20184_03_T01304_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.06/GEDI02_A_2022187091133_O20184_03_T01304_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.06/GEDI01_B_2022187073842_O20183_02_T04149_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.06/GEDI02_A_2022187073842_O20183_02_T04149_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.06/GEDI01_B_2022187060551_O20182_02_T09993_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.06/GEDI02_A_2022187060551_O20182_02_T09993_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.06/GEDI01_B_2022187043300_O20181_02_T05723_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.06/GEDI02_A_2022187043300_O20181_02_T05723_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.05/GEDI01_B_2022186130429_O20171_03_T00480_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.05/GEDI02_A_2022186130429_O20171_03_T00480_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.05/GEDI01_B_2022186113138_O20170_03_T06171_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.05/GEDI02_A_2022186113138_O20170_03_T06171_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.05/GEDI01_B_2022186095846_O20169_03_T09016_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.05/GEDI02_A_2022186095846_O20169_03_T09016_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.05/GEDI01_B_2022186082555_O20168_02_T04899_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.05/GEDI02_A_2022186082555_O20168_02_T04899_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.05/GEDI01_B_2022186065304_O20167_02_T00629_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.05/GEDI02_A_2022186065304_O20167_02_T00629_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.05/GEDI01_B_2022186052013_O20166_02_T03474_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.05/GEDI02_A_2022186052013_O20166_02_T03474_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.04/GEDI01_B_2022185135142_O20156_03_T01077_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.04/GEDI02_A_2022185135142_O20156_03_T01077_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.04/GEDI01_B_2022185121851_O20155_03_T09614_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.04/GEDI02_A_2022185121851_O20155_03_T09614_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.04/GEDI01_B_2022185104559_O20154_03_T09613_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.04/GEDI02_A_2022185104559_O20154_03_T09613_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.04/GEDI01_B_2022185091308_O20153_02_T08342_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.04/GEDI02_A_2022185091308_O20153_02_T08342_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.04/GEDI01_B_2022185074017_O20152_02_T01226_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.04/GEDI02_A_2022185074017_O20152_02_T01226_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.04/GEDI01_B_2022185060726_O20151_02_T04071_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.04/GEDI02_A_2022185060726_O20151_02_T04071_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.04/GEDI01_B_2022185043435_O20150_02_T11338_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.04/GEDI02_A_2022185043435_O20150_02_T11338_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.03/GEDI01_B_2022184143854_O20141_03_T00251_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.03/GEDI02_A_2022184143854_O20141_03_T00251_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.03/GEDI01_B_2022184130603_O20140_03_T08788_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.03/GEDI02_A_2022184130603_O20140_03_T08788_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.03/GEDI01_B_2022184113312_O20139_03_T10363_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.03/GEDI02_A_2022184113312_O20139_03_T10363_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.03/GEDI01_B_2022184100021_O20138_02_T07516_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.03/GEDI02_A_2022184100021_O20138_02_T07516_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.03/GEDI01_B_2022184082729_O20137_02_T06092_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.03/GEDI02_A_2022184082729_O20137_02_T06092_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.03/GEDI01_B_2022184065438_O20136_02_T08937_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.03/GEDI02_A_2022184065438_O20136_02_T08937_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.03/GEDI01_B_2022184052147_O20135_02_T10512_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.03/GEDI02_A_2022184052147_O20135_02_T10512_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.02/GEDI01_B_2022183152606_O20126_03_T06540_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.02/GEDI02_A_2022183152606_O20126_03_T06540_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.02/GEDI01_B_2022183135315_O20125_03_T09385_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.02/GEDI02_A_2022183135315_O20125_03_T09385_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.02/GEDI01_B_2022183122024_O20124_03_T10960_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.02/GEDI02_A_2022183122024_O20124_03_T10960_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.02/GEDI01_B_2022183104732_O20123_03_T00998_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.02/GEDI02_A_2022183104732_O20123_03_T00998_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.02/GEDI01_B_2022183091441_O20122_02_T03843_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.02/GEDI02_A_2022183091441_O20122_02_T03843_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.02/GEDI01_B_2022183074150_O20121_02_T09534_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.02/GEDI02_A_2022183074150_O20121_02_T09534_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.02/GEDI01_B_2022183060859_O20120_02_T05417_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.02/GEDI02_A_2022183060859_O20120_02_T05417_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.01/GEDI01_B_2022182144026_O20110_03_T01597_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.01/GEDI02_A_2022182144026_O20110_03_T01597_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.01/GEDI01_B_2022182130735_O20109_03_T04442_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.01/GEDI02_A_2022182130735_O20109_03_T04442_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.01/GEDI01_B_2022182113444_O20108_03_T00172_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.01/GEDI02_A_2022182113444_O20108_03_T00172_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.01/GEDI01_B_2022182100152_O20107_02_T03017_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.01/GEDI02_A_2022182100152_O20107_02_T03017_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.01/GEDI01_B_2022182082901_O20106_02_T10284_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.01/GEDI02_A_2022182082901_O20106_02_T10284_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.01/GEDI01_B_2022182065610_O20105_02_T07437_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.01/GEDI02_A_2022182065610_O20105_02_T07437_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.30/GEDI01_B_2022181152736_O20095_03_T09309_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.30/GEDI02_A_2022181152736_O20095_03_T09309_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.30/GEDI01_B_2022181135445_O20094_03_T07885_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.30/GEDI02_A_2022181135445_O20094_03_T07885_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.30/GEDI01_B_2022181122154_O20093_03_T06461_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.30/GEDI02_A_2022181122154_O20093_03_T06461_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.30/GEDI01_B_2022181104902_O20092_02_T06460_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.30/GEDI02_A_2022181104902_O20092_02_T06460_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.30/GEDI01_B_2022181091611_O20091_02_T10881_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.30/GEDI02_A_2022181091611_O20091_02_T10881_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.30/GEDI01_B_2022181074320_O20090_02_T08034_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.30/GEDI02_A_2022181074320_O20090_02_T08034_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.30/GEDI01_B_2022181061028_O20089_02_T03764_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.30/GEDI02_A_2022181061028_O20089_02_T03764_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.29/GEDI01_B_2022180161446_O20080_03_T11329_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.29/GEDI02_A_2022180161446_O20080_03_T11329_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.29/GEDI01_B_2022180144154_O20079_03_T10058_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.29/GEDI02_A_2022180144154_O20079_03_T10058_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.29/GEDI01_B_2022180130903_O20078_03_T04212_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.29/GEDI02_A_2022180130903_O20078_03_T04212_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.29/GEDI01_B_2022180113612_O20077_02_T01518_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.29/GEDI02_A_2022180113612_O20077_02_T01518_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.29/GEDI01_B_2022180100320_O20076_02_T04363_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.29/GEDI02_A_2022180100320_O20076_02_T04363_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.29/GEDI01_B_2022180083029_O20075_02_T00093_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.29/GEDI02_A_2022180083029_O20075_02_T00093_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.29/GEDI01_B_2022180065738_O20074_02_T02938_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.29/GEDI02_A_2022180065738_O20074_02_T02938_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.28/GEDI01_B_2022179170155_O20065_03_T07657_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.28/GEDI02_A_2022179170155_O20065_03_T07657_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.28/GEDI01_B_2022179152903_O20064_03_T00541_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.28/GEDI02_A_2022179152903_O20064_03_T00541_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.28/GEDI01_B_2022179135612_O20063_03_T09078_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.28/GEDI02_A_2022179135612_O20063_03_T09078_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.27/GEDI01_B_2022178161611_O20049_03_T02714_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.27/GEDI02_A_2022178161611_O20049_03_T02714_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.27/GEDI01_B_2022178144319_O20048_03_T02713_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.27/GEDI02_A_2022178144319_O20048_03_T02713_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.26/GEDI01_B_2022177153027_O20033_03_T01887_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.26/GEDI02_A_2022177153027_O20033_03_T01887_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.26/GEDI01_B_2022177135735_O20032_03_T07578_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.26/GEDI02_A_2022177135735_O20032_03_T07578_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.26/GEDI01_B_2022177122443_O20031_02_T06154_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.26/GEDI02_A_2022177122443_O20031_02_T06154_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.26/GEDI01_B_2022177105152_O20030_02_T08999_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.26/GEDI02_A_2022177105152_O20030_02_T08999_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.26/GEDI01_B_2022177091900_O20029_02_T10574_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.26/GEDI02_A_2022177091900_O20029_02_T10574_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.25/GEDI01_B_2022176144443_O20017_03_T01060_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.25/GEDI02_A_2022176144443_O20017_03_T01060_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.25/GEDI01_B_2022176131152_O20016_02_T03905_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.25/GEDI02_A_2022176131152_O20016_02_T03905_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.25/GEDI01_B_2022176113901_O20015_02_T02634_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.25/GEDI02_A_2022176113901_O20015_02_T02634_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.25/GEDI01_B_2022176100610_O20014_02_T05479_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.25/GEDI02_A_2022176100610_O20014_02_T05479_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.25/GEDI01_B_2022176083319_O20013_02_T06901_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.25/GEDI02_A_2022176083319_O20013_02_T06901_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.24/GEDI01_B_2022175170449_O20003_03_T04504_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.24/GEDI02_A_2022175170449_O20003_03_T04504_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.24/GEDI01_B_2022175153158_O20002_03_T00234_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.24/GEDI02_A_2022175153158_O20002_03_T00234_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.24/GEDI01_B_2022175135907_O20001_03_T03079_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.24/GEDI02_A_2022175135907_O20001_03_T03079_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.24/GEDI01_B_2022175122616_O20000_02_T01808_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.24/GEDI02_A_2022175122616_O20000_02_T01808_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.24/GEDI01_B_2022175105325_O19999_02_T04653_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.24/GEDI02_A_2022175105325_O19999_02_T04653_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.24/GEDI01_B_2022175092034_O19998_02_T06075_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.24/GEDI02_A_2022175092034_O19998_02_T06075_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.23/GEDI01_B_2022174175204_O19988_03_T10793_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.23/GEDI02_A_2022174175204_O19988_03_T10793_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.23/GEDI01_B_2022174161913_O19987_03_T06523_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.23/GEDI02_A_2022174161913_O19987_03_T06523_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.23/GEDI01_B_2022174144622_O19986_03_T09368_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.23/GEDI02_A_2022174144622_O19986_03_T09368_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.23/GEDI01_B_2022174131331_O19985_02_T02405_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.23/GEDI02_A_2022174131331_O19985_02_T02405_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.23/GEDI01_B_2022174114040_O19984_02_T05250_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.23/GEDI02_A_2022174114040_O19984_02_T05250_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.23/GEDI01_B_2022174100749_O19983_02_T00980_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.23/GEDI02_A_2022174100749_O19983_02_T00980_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.23/GEDI01_B_2022174083458_O19982_02_T10940_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.23/GEDI02_A_2022174083458_O19982_02_T10940_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.22/GEDI01_B_2022173183918_O19973_03_T04275_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.22/GEDI02_A_2022173183918_O19973_03_T04275_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.22/GEDI01_B_2022173170627_O19972_03_T00005_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.22/GEDI02_A_2022173170627_O19972_03_T00005_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.22/GEDI01_B_2022173153335_O19971_03_T09965_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.22/GEDI02_A_2022173153335_O19971_03_T09965_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.22/GEDI01_B_2022173140044_O19970_02_T10117_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.22/GEDI02_A_2022173140044_O19970_02_T10117_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.22/GEDI01_B_2022173122753_O19969_02_T07270_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.22/GEDI02_A_2022173122753_O19969_02_T07270_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.22/GEDI01_B_2022173105502_O19968_02_T05846_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.22/GEDI02_A_2022173105502_O19968_02_T05846_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.22/GEDI01_B_2022173092211_O19967_02_T08691_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.22/GEDI02_A_2022173092211_O19967_02_T08691_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.21/GEDI01_B_2022172192635_O19958_03_T04872_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.21/GEDI02_A_2022172192635_O19958_03_T04872_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.21/GEDI01_B_2022172175343_O19957_03_T00602_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.21/GEDI02_A_2022172175343_O19957_03_T00602_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.21/GEDI01_B_2022172162052_O19956_03_T03447_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.21/GEDI02_A_2022172162052_O19956_03_T03447_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.21/GEDI01_B_2022172144800_O19955_03_T10867_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.21/GEDI02_A_2022172144800_O19955_03_T10867_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.21/GEDI01_B_2022172131509_O19954_02_T07867_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.21/GEDI02_A_2022172131509_O19954_02_T07867_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.20/GEDI01_B_2022171184101_O19942_03_T01199_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.20/GEDI02_A_2022171184101_O19942_03_T01199_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.20/GEDI01_B_2022171170809_O19941_03_T09583_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.20/GEDI02_A_2022171170809_O19941_03_T09583_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.20/GEDI01_B_2022171105643_O19937_02_T08615_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.20/GEDI02_A_2022171105643_O19937_02_T08615_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.19/GEDI01_B_2022170192807_O19927_03_T08758_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.19/GEDI02_A_2022170192807_O19927_03_T08758_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.19/GEDI01_B_2022170144933_O19924_02_T07485_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.19/GEDI02_A_2022170144933_O19924_02_T07485_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.19/GEDI01_B_2022170131641_O19923_02_T03368_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.19/GEDI02_A_2022170131641_O19923_02_T03368_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.19/GEDI01_B_2022170114349_O19922_02_T02097_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.19/GEDI02_A_2022170114349_O19922_02_T02097_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.19/GEDI01_B_2022170101058_O19921_02_T10787_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.19/GEDI02_A_2022170101058_O19921_02_T10787_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.18/GEDI01_B_2022169201513_O19912_03_T09355_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.18/GEDI02_A_2022169201513_O19912_03_T09355_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.18/GEDI01_B_2022169153638_O19909_02_T06659_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.18/GEDI02_A_2022169153638_O19909_02_T06659_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.18/GEDI01_B_2022169140347_O19908_02_T09657_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.18/GEDI02_A_2022169140347_O19908_02_T09657_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.18/GEDI01_B_2022169123056_O19907_02_T09809_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.18/GEDI02_A_2022169123056_O19907_02_T09809_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.18/GEDI01_B_2022169105804_O19906_02_T01270_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.18/GEDI02_A_2022169105804_O19906_02_T01270_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.17/GEDI01_B_2022168210204_O19897_03_T10258_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.17/GEDI02_A_2022168210204_O19897_03_T10258_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.17/GEDI01_B_2022168192914_O19896_03_T05988_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.17/GEDI02_A_2022168192914_O19896_03_T05988_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.17/GEDI01_B_2022168145043_O19893_02_T04715_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.17/GEDI02_A_2022168145043_O19893_02_T04715_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.17/GEDI01_B_2022168131753_O19892_02_T00445_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.17/GEDI02_A_2022168131753_O19892_02_T00445_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.17/GEDI01_B_2022168114502_O19891_02_T03290_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.17/GEDI02_A_2022168114502_O19891_02_T03290_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.16/GEDI01_B_2022167201638_O19881_03_T09431_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.16/GEDI02_A_2022167201638_O19881_03_T09431_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.16/GEDI01_B_2022167184348_O19880_03_T06584_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.16/GEDI02_A_2022167184348_O19880_03_T06584_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.16/GEDI01_B_2022167171058_O19879_03_T06736_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.16/GEDI02_A_2022167171058_O19879_03_T06736_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.16/GEDI01_B_2022167153807_O19878_02_T11004_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.16/GEDI02_A_2022167153807_O19878_02_T11004_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.16/GEDI01_B_2022167140517_O19877_02_T08157_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.16/GEDI02_A_2022167140517_O19877_02_T08157_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.16/GEDI01_B_2022167123226_O19876_02_T06733_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.16/GEDI02_A_2022167123226_O19876_02_T06733_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.15/GEDI01_B_2022166210402_O19866_03_T04336_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.15/GEDI02_A_2022166210402_O19866_03_T04336_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.15/GEDI01_B_2022166193111_O19865_03_T10180_02_005_03_V002.h5\n", "\n", - "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.10/GEDI02_A_2022191104107_O20247_03_T08727_02_003_03_V002.h5\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.15/GEDI02_A_2022166193111_O19865_03_T10180_02_003_03_V002.h5\n", "\n", - "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.08/GEDI01_B_2022189025832_O20211_02_T05799_02_005_03_V002.h5\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.15/GEDI01_B_2022166175821_O19864_03_T07333_02_005_03_V002.h5\n", "\n", - "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.08/GEDI02_A_2022189025832_O20211_02_T05799_02_003_03_V002.h5\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.15/GEDI02_A_2022166175821_O19864_03_T07333_02_003_03_V002.h5\n", "\n", - "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.07/GEDI01_B_2022188130252_O20202_03_T04826_02_005_03_V002.h5\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.15/GEDI01_B_2022166162530_O19863_02_T08755_02_005_03_V002.h5\n", "\n", - "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.07/GEDI02_A_2022188130252_O20202_03_T04826_02_003_03_V002.h5\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.15/GEDI02_A_2022166162530_O19863_02_T08755_02_003_03_V002.h5\n", "\n", - "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.07/GEDI01_B_2022188034546_O20196_02_T03703_02_005_03_V002.h5\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.15/GEDI01_B_2022166145240_O19862_02_T10330_02_005_03_V002.h5\n", "\n", - "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.07/GEDI02_A_2022188034546_O20196_02_T03703_02_003_03_V002.h5\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.15/GEDI02_A_2022166145240_O19862_02_T10330_02_003_03_V002.h5\n", "\n", - "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.06/GEDI01_B_2022187121715_O20186_03_T09691_02_005_03_V002.h5\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.15/GEDI01_B_2022166131950_O19861_02_T07483_02_005_03_V002.h5\n", "\n", - "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.06/GEDI02_A_2022187121715_O20186_03_T09691_02_003_03_V002.h5\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.15/GEDI02_A_2022166131950_O19861_02_T07483_02_003_03_V002.h5\n", "\n", - "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.06/GEDI01_B_2022187104424_O20185_03_T05574_02_005_03_V002.h5\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.15/GEDI01_B_2022166114659_O19860_02_T03060_02_005_03_V002.h5\n", "\n", - "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.06/GEDI02_A_2022187104424_O20185_03_T05574_02_003_03_V002.h5\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.15/GEDI02_A_2022166114659_O19860_02_T03060_02_003_03_V002.h5\n", "\n", - "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.06/GEDI01_B_2022187091133_O20184_03_T01304_02_005_03_V002.h5\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.14/GEDI01_B_2022165215125_O19851_03_T10625_02_005_03_V002.h5\n", "\n", - "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.06/GEDI02_A_2022187091133_O20184_03_T01304_02_003_03_V002.h5\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.14/GEDI02_A_2022165215125_O19851_03_T10625_02_003_03_V002.h5\n", "\n", - "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.06/GEDI01_B_2022187060551_O20182_02_T09993_02_005_03_V002.h5\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.14/GEDI01_B_2022165201834_O19850_03_T07778_02_005_03_V002.h5\n", "\n", - "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.06/GEDI02_A_2022187060551_O20182_02_T09993_02_003_03_V002.h5\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.14/GEDI02_A_2022165201834_O19850_03_T07778_02_003_03_V002.h5\n", "\n", - "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.04/GEDI01_B_2022185091308_O20153_02_T08342_02_005_03_V002.h5\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.14/GEDI01_B_2022165184544_O19849_03_T06507_02_005_03_V002.h5\n", "\n", - "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.04/GEDI02_A_2022185091308_O20153_02_T08342_02_003_03_V002.h5\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.14/GEDI02_A_2022165184544_O19849_03_T06507_02_003_03_V002.h5\n", "\n", - "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.04/GEDI01_B_2022185060726_O20151_02_T04071_02_005_03_V002.h5\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.14/GEDI01_B_2022165171253_O19848_02_T00661_02_005_03_V002.h5\n", "\n", - "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.04/GEDI02_A_2022185060726_O20151_02_T04071_02_003_03_V002.h5\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.14/GEDI02_A_2022165171253_O19848_02_T00661_02_003_03_V002.h5\n", "\n", - "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.03/GEDI01_B_2022184065438_O20136_02_T08937_02_005_03_V002.h5\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.14/GEDI01_B_2022165154003_O19847_02_T10774_02_005_03_V002.h5\n", "\n", - "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.03/GEDI02_A_2022184065438_O20136_02_T08937_02_003_03_V002.h5\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.14/GEDI02_A_2022165154003_O19847_02_T10774_02_003_03_V002.h5\n", "\n", - "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.02/GEDI01_B_2022183104732_O20123_03_T00998_02_005_03_V002.h5\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.14/GEDI01_B_2022165140712_O19846_02_T07927_02_005_03_V002.h5\n", "\n", - "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.02/GEDI02_A_2022183104732_O20123_03_T00998_02_003_03_V002.h5\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.14/GEDI02_A_2022165140712_O19846_02_T07927_02_003_03_V002.h5\n", "\n", - "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.02/GEDI01_B_2022183091441_O20122_02_T03843_02_005_03_V002.h5\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.14/GEDI01_B_2022165123422_O19845_02_T06503_02_005_03_V002.h5\n", "\n", - "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.02/GEDI02_A_2022183091441_O20122_02_T03843_02_003_03_V002.h5\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.14/GEDI02_A_2022165123422_O19845_02_T06503_02_003_03_V002.h5\n", "\n", - "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.07.01/GEDI01_B_2022182130735_O20109_03_T04442_02_005_03_V002.h5\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.13/GEDI01_B_2022164223847_O19836_03_T02684_02_005_03_V002.h5\n", "\n", - "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.07.01/GEDI02_A_2022182130735_O20109_03_T04442_02_003_03_V002.h5\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.13/GEDI02_A_2022164223847_O19836_03_T02684_02_003_03_V002.h5\n", "\n", - "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.30/GEDI01_B_2022181135445_O20094_03_T07885_02_005_03_V002.h5\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.13/GEDI01_B_2022164210556_O19835_03_T05529_02_005_03_V002.h5\n", "\n", - "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.30/GEDI02_A_2022181135445_O20094_03_T07885_02_003_03_V002.h5\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.13/GEDI02_A_2022164210556_O19835_03_T05529_02_003_03_V002.h5\n", "\n", - "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.30/GEDI01_B_2022181122154_O20093_03_T06461_02_005_03_V002.h5\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.13/GEDI01_B_2022164193306_O19834_03_T01259_02_005_03_V002.h5\n", "\n", - "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.30/GEDI02_A_2022181122154_O20093_03_T06461_02_003_03_V002.h5\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.13/GEDI02_A_2022164193306_O19834_03_T01259_02_003_03_V002.h5\n", "\n", - "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.30/GEDI01_B_2022181104902_O20092_02_T06460_02_005_03_V002.h5\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.13/GEDI01_B_2022164180015_O19833_03_T04104_02_005_03_V002.h5\n", "\n", - "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.30/GEDI02_A_2022181104902_O20092_02_T06460_02_003_03_V002.h5\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.13/GEDI02_A_2022164180015_O19833_03_T04104_02_003_03_V002.h5\n", "\n", - "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.30/GEDI01_B_2022181091611_O20091_02_T10881_02_005_03_V002.h5\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.13/GEDI01_B_2022164162725_O19832_02_T02833_02_005_03_V002.h5\n", "\n", - "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.30/GEDI02_A_2022181091611_O20091_02_T10881_02_003_03_V002.h5\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.13/GEDI02_A_2022164162725_O19832_02_T02833_02_003_03_V002.h5\n", "\n", - "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.30/GEDI01_B_2022181074320_O20090_02_T08034_02_005_03_V002.h5\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.13/GEDI01_B_2022164145434_O19831_02_T05678_02_005_03_V002.h5\n", "\n", - "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.30/GEDI02_A_2022181074320_O20090_02_T08034_02_003_03_V002.h5\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.13/GEDI02_A_2022164145434_O19831_02_T05678_02_003_03_V002.h5\n", "\n", - "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.29/GEDI01_B_2022180113612_O20077_02_T01518_02_005_03_V002.h5\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.13/GEDI01_B_2022164132143_O19830_02_T07100_02_005_03_V002.h5\n", "\n", - "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.29/GEDI02_A_2022180113612_O20077_02_T01518_02_003_03_V002.h5\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.13/GEDI02_A_2022164132143_O19830_02_T07100_02_003_03_V002.h5\n", "\n", - "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.28/GEDI01_B_2022179170155_O20065_03_T07657_02_005_03_V002.h5\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.12/GEDI01_B_2022163215318_O19820_03_T04703_02_005_03_V002.h5\n", "\n", - "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.28/GEDI02_A_2022179170155_O20065_03_T07657_02_003_03_V002.h5\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.12/GEDI02_A_2022163215318_O19820_03_T04703_02_003_03_V002.h5\n", "\n", - "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.26/GEDI01_B_2022177135735_O20032_03_T07578_02_005_03_V002.h5\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.12/GEDI01_B_2022163202027_O19819_03_T00433_02_005_03_V002.h5\n", "\n", - "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.26/GEDI02_A_2022177135735_O20032_03_T07578_02_003_03_V002.h5\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.12/GEDI02_A_2022163202027_O19819_03_T00433_02_003_03_V002.h5\n", "\n", - "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.22/GEDI01_B_2022173183918_O19973_03_T04275_02_005_03_V002.h5\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.12/GEDI01_B_2022163184736_O19818_03_T08970_02_005_03_V002.h5\n", "\n", - "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.22/GEDI02_A_2022173183918_O19973_03_T04275_02_003_03_V002.h5\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.12/GEDI02_A_2022163184736_O19818_03_T08970_02_003_03_V002.h5\n", "\n", - "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.21/GEDI01_B_2022172192635_O19958_03_T04872_02_005_03_V002.h5\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.12/GEDI01_B_2022163171446_O19817_02_T07699_02_005_03_V002.h5\n", "\n", - "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.21/GEDI02_A_2022172192635_O19958_03_T04872_02_003_03_V002.h5\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.12/GEDI02_A_2022163171446_O19817_02_T07699_02_003_03_V002.h5\n", "\n", - "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.21/GEDI01_B_2022172175343_O19957_03_T00602_02_005_03_V002.h5\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.12/GEDI01_B_2022163154155_O19816_02_T00583_02_005_03_V002.h5\n", "\n", - "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.21/GEDI02_A_2022172175343_O19957_03_T00602_02_003_03_V002.h5\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.12/GEDI02_A_2022163154155_O19816_02_T00583_02_003_03_V002.h5\n", "\n", - "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.21/GEDI01_B_2022172131509_O19954_02_T07867_02_005_03_V002.h5\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.12/GEDI01_B_2022163140904_O19815_02_T09120_02_005_03_V002.h5\n", "\n", - "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.21/GEDI02_A_2022172131509_O19954_02_T07867_02_003_03_V002.h5\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.12/GEDI02_A_2022163140904_O19815_02_T09120_02_003_03_V002.h5\n", "\n", - "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.19/GEDI01_B_2022170114349_O19922_02_T02097_02_005_03_V002.h5\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.11/GEDI01_B_2022162224038_O19805_03_T06723_02_005_03_V002.h5\n", "\n", - "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.19/GEDI02_A_2022170114349_O19922_02_T02097_02_003_03_V002.h5\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.11/GEDI02_A_2022162224038_O19805_03_T06723_02_003_03_V002.h5\n", "\n", - "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.18/GEDI01_B_2022169153638_O19909_02_T06659_02_005_03_V002.h5\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.11/GEDI01_B_2022162210747_O19804_03_T02606_02_005_03_V002.h5\n", "\n", - "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.18/GEDI02_A_2022169153638_O19909_02_T06659_02_003_03_V002.h5\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.11/GEDI02_A_2022162210747_O19804_03_T02606_02_003_03_V002.h5\n", "\n", - "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.16/GEDI01_B_2022167171058_O19879_03_T06736_02_005_03_V002.h5\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.11/GEDI01_B_2022162193457_O19803_03_T05451_02_005_03_V002.h5\n", "\n", - "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.16/GEDI02_A_2022167171058_O19879_03_T06736_02_003_03_V002.h5\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.11/GEDI02_A_2022162193457_O19803_03_T05451_02_003_03_V002.h5\n", "\n", - "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.16/GEDI01_B_2022167123226_O19876_02_T06733_02_005_03_V002.h5\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.11/GEDI01_B_2022162180206_O19802_02_T06873_02_005_03_V002.h5\n", "\n", - "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.16/GEDI02_A_2022167123226_O19876_02_T06733_02_003_03_V002.h5\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.11/GEDI02_A_2022162180206_O19802_02_T06873_02_003_03_V002.h5\n", "\n", - "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.15/GEDI01_B_2022166210402_O19866_03_T04336_02_005_03_V002.h5\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.11/GEDI01_B_2022162162915_O19801_02_T02756_02_005_03_V002.h5\n", "\n", - "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.15/GEDI02_A_2022166210402_O19866_03_T04336_02_003_03_V002.h5\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.11/GEDI02_A_2022162162915_O19801_02_T02756_02_003_03_V002.h5\n", "\n", - "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.15/GEDI01_B_2022166131950_O19861_02_T07483_02_005_03_V002.h5\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.11/GEDI01_B_2022162145625_O19800_02_T05601_02_005_03_V002.h5\n", "\n", - "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.15/GEDI02_A_2022166131950_O19861_02_T07483_02_003_03_V002.h5\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.11/GEDI02_A_2022162145625_O19800_02_T05601_02_003_03_V002.h5\n", "\n", - "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.13/GEDI01_B_2022164223847_O19836_03_T02684_02_005_03_V002.h5\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.11/GEDI01_B_2022162132334_O19799_02_T01331_02_005_03_V002.h5\n", "\n", - "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.13/GEDI02_A_2022164223847_O19836_03_T02684_02_003_03_V002.h5\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.11/GEDI02_A_2022162132334_O19799_02_T01331_02_003_03_V002.h5\n", "\n", - "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.13/GEDI01_B_2022164193306_O19834_03_T01259_02_005_03_V002.h5\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.10/GEDI01_B_2022161232757_O19790_03_T01781_02_005_03_V002.h5\n", "\n", - "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.13/GEDI02_A_2022164193306_O19834_03_T01259_02_003_03_V002.h5\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.10/GEDI02_A_2022161232757_O19790_03_T01781_02_003_03_V002.h5\n", "\n", - "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.11/GEDI01_B_2022162193457_O19803_03_T05451_02_005_03_V002.h5\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.10/GEDI01_B_2022161215507_O19789_03_T04473_02_005_03_V002.h5\n", "\n", - "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.11/GEDI02_A_2022162193457_O19803_03_T05451_02_003_03_V002.h5\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.10/GEDI02_A_2022161215507_O19789_03_T04473_02_003_03_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.10/GEDI01_B_2022161202216_O19788_03_T05895_02_005_03_V002.h5\n", "\n", @@ -1113,14 +2385,54 @@ "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.10/GEDI02_A_2022161171634_O19786_02_T10315_02_003_03_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.10/GEDI01_B_2022161154344_O19785_02_T07468_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.10/GEDI02_A_2022161154344_O19785_02_T07468_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.10/GEDI01_B_2022161141053_O19784_02_T06044_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.10/GEDI02_A_2022161141053_O19784_02_T06044_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.10/GEDI01_B_2022161001517_O19775_03_T10763_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.10/GEDI02_A_2022161001517_O19775_03_T10763_02_003_03_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.09/GEDI01_B_2022160224226_O19774_03_T07916_02_005_03_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.09/GEDI02_A_2022160224226_O19774_03_T07916_02_003_03_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.09/GEDI01_B_2022160210935_O19773_03_T07915_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.09/GEDI02_A_2022160210935_O19773_03_T07915_02_003_03_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.09/GEDI01_B_2022160193644_O19772_03_T09337_02_005_03_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.09/GEDI02_A_2022160193644_O19772_03_T09337_02_003_03_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.09/GEDI01_B_2022160180354_O19771_02_T10912_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.09/GEDI02_A_2022160180354_O19771_02_T10912_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.09/GEDI01_B_2022160163103_O19770_02_T05219_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.09/GEDI02_A_2022160163103_O19770_02_T05219_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.09/GEDI01_B_2022160145812_O19769_02_T06641_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.09/GEDI02_A_2022160145812_O19769_02_T06641_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.08/GEDI01_B_2022159232945_O19759_03_T09783_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.08/GEDI02_A_2022159232945_O19759_03_T09783_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.08/GEDI01_B_2022159215654_O19758_03_T11358_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.08/GEDI02_A_2022159215654_O19758_03_T11358_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.08/GEDI01_B_2022159202403_O19757_03_T08511_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.08/GEDI02_A_2022159202403_O19757_03_T08511_02_003_02_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.08/GEDI01_B_2022159171822_O19755_02_T05816_02_005_02_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.08/GEDI02_A_2022159171822_O19755_02_T05816_02_003_02_V002.h5\n", @@ -1133,6 +2445,22 @@ "\n", "No matching L2 file! https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.07/GEDI01_B_2022158224411_O19743_03_T10532_02_005_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.07/GEDI01_B_2022158211121_O19742_03_T06262_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.07/GEDI02_A_2022158211121_O19742_03_T06262_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.07/GEDI01_B_2022158193830_O19741_02_T03415_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.07/GEDI02_A_2022158193830_O19741_02_T03415_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.07/GEDI01_B_2022158180539_O19740_02_T04990_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.07/GEDI02_A_2022158180539_O19740_02_T04990_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.07/GEDI01_B_2022158163248_O19739_02_T00720_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.07/GEDI02_A_2022158163248_O19739_02_T00720_02_003_02_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.07/GEDI01_B_2022158145957_O19738_02_T03565_02_005_02_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.07/GEDI02_A_2022158145957_O19738_02_T03565_02_003_02_V002.h5\n", @@ -1141,10 +2469,18 @@ "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.06/GEDI02_A_2022157001845_O19713_03_T07457_02_003_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.05/GEDI01_B_2022156224554_O19712_03_T06033_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.05/GEDI02_A_2022156224554_O19712_03_T06033_02_003_02_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.05/GEDI01_B_2022156211303_O19711_03_T08878_02_005_02_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.05/GEDI02_A_2022156211303_O19711_03_T08878_02_003_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.05/GEDI01_B_2022156194012_O19710_02_T10453_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.05/GEDI02_A_2022156194012_O19710_02_T10453_02_003_02_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.03/GEDI01_B_2022154180859_O19678_02_T02954_02_005_02_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.03/GEDI02_A_2022154180859_O19678_02_T02954_02_003_02_V002.h5\n", @@ -1153,14 +2489,50 @@ "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.03/GEDI02_A_2022154163608_O19677_02_T01836_02_003_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.02/GEDI01_B_2022153185613_O19663_02_T09243_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.02/GEDI02_A_2022153185613_O19663_02_T09243_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.02/GEDI01_B_2022153172322_O19662_02_T10818_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.02/GEDI02_A_2022153172322_O19662_02_T10818_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.02/GEDI01_B_2022153015451_O19652_03_T01306_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.02/GEDI02_A_2022153015451_O19652_03_T01306_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.02/GEDI01_B_2022153002200_O19651_03_T06997_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.02/GEDI02_A_2022153002200_O19651_03_T06997_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.01/GEDI01_B_2022152211617_O19649_02_T09841_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.01/GEDI02_A_2022152211617_O19649_02_T09841_02_003_03_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.06.01/GEDI01_B_2022152194326_O19648_02_T04301_02_005_02_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.06.01/GEDI02_A_2022152194326_O19648_02_T04301_02_003_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.31/GEDI01_B_2022151203036_O19633_02_T06321_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.31/GEDI02_A_2022151203036_O19633_02_T06321_02_003_02_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.31/GEDI01_B_2022151032913_O19622_03_T09615_02_005_03_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.31/GEDI02_A_2022151032913_O19622_03_T09615_02_003_03_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.31/GEDI01_B_2022151015622_O19621_03_T11190_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.31/GEDI02_A_2022151015622_O19621_03_T11190_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.31/GEDI01_B_2022151002331_O19620_03_T08343_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.31/GEDI02_A_2022151002331_O19620_03_T08343_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.30/GEDI01_B_2022150225040_O19619_02_T06919_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.30/GEDI02_A_2022150225040_O19619_02_T06919_02_003_02_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.30/GEDI01_B_2022150211749_O19618_02_T11340_02_005_02_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.30/GEDI02_A_2022150211749_O19618_02_T11340_02_003_02_V002.h5\n", @@ -1177,62 +2549,194 @@ "\n", "No matching L2 file! https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.29/GEDI01_B_2022149233751_O19604_02_T03247_02_005_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.29/GEDI01_B_2022149220459_O19603_02_T10514_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.29/GEDI02_A_2022149220459_O19603_02_T10514_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.29/GEDI01_B_2022149203208_O19602_02_T07667_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.29/GEDI02_A_2022149203208_O19602_02_T07667_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.29/GEDI01_B_2022149185917_O19601_02_T00551_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.29/GEDI02_A_2022149185917_O19601_02_T00551_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.29/GEDI01_B_2022149033043_O19591_03_T05269_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.29/GEDI02_A_2022149033043_O19591_03_T05269_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.29/GEDI01_B_2022149015752_O19590_03_T06691_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.29/GEDI02_A_2022149015752_O19590_03_T06691_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.29/GEDI01_B_2022149002500_O19589_03_T09536_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.29/GEDI02_A_2022149002500_O19589_03_T09536_02_003_02_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.28/GEDI01_B_2022148225209_O19588_02_T11111_02_005_03_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.28/GEDI02_A_2022148225209_O19588_02_T11111_02_003_03_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.28/GEDI01_B_2022148211917_O19587_02_T08264_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.28/GEDI02_A_2022148211917_O19587_02_T08264_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.28/GEDI01_B_2022148194626_O19586_02_T06840_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.28/GEDI02_A_2022148194626_O19586_02_T06840_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.28/GEDI01_B_2022148041751_O19576_03_T07289_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.28/GEDI02_A_2022148041751_O19576_03_T07289_02_003_02_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.28/GEDI01_B_2022148011208_O19574_03_T01748_02_005_02_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.28/GEDI02_A_2022148011208_O19574_03_T01748_02_003_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.27/GEDI01_B_2022147233918_O19573_02_T04593_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.27/GEDI02_A_2022147233918_O19573_02_T04593_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.27/GEDI01_B_2022147220626_O19572_02_T00323_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.27/GEDI02_A_2022147220626_O19572_02_T00323_02_003_02_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.27/GEDI01_B_2022147050459_O19561_03_T06463_02_005_03_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.27/GEDI02_A_2022147050459_O19561_03_T06463_02_003_03_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.27/GEDI01_B_2022147033207_O19560_03_T09308_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.27/GEDI02_A_2022147033207_O19560_03_T09308_02_003_02_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.27/GEDI01_B_2022147015916_O19559_03_T10883_02_005_02_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.27/GEDI02_A_2022147015916_O19559_03_T10883_02_003_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.26/GEDI01_B_2022146225333_O19557_02_T06612_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.26/GEDI02_A_2022146225333_O19557_02_T06612_02_003_02_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.26/GEDI01_B_2022146212041_O19556_02_T09457_02_005_02_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.26/GEDI02_A_2022146212041_O19556_02_T09457_02_003_02_V002.h5\n", "\n", "No matching L2 file! https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.26/GEDI01_B_2022146055205_O19546_03_T04214_02_005_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.26/GEDI01_B_2022146041913_O19545_03_T09905_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.26/GEDI02_A_2022146041913_O19545_03_T09905_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.26/GEDI01_B_2022146024621_O19544_03_T10057_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.26/GEDI02_A_2022146024621_O19544_03_T10057_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.26/GEDI01_B_2022146011330_O19543_02_T00095_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.26/GEDI02_A_2022146011330_O19543_02_T00095_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.25/GEDI01_B_2022145063909_O19531_03_T09080_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.25/GEDI02_A_2022145063909_O19531_03_T09080_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.25/GEDI01_B_2022145033326_O19529_03_T00693_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.25/GEDI02_A_2022145033326_O19529_03_T00693_02_003_02_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.25/GEDI01_B_2022145020034_O19528_03_T07807_02_005_02_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.25/GEDI02_A_2022145020034_O19528_03_T07807_02_003_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.25/GEDI01_B_2022145002743_O19527_02_T02267_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.25/GEDI02_A_2022145002743_O19527_02_T02267_02_003_02_V002.h5\n", + "\n", "No matching L2 file! https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.24/GEDI01_B_2022144225451_O19526_02_T05112_02_005_02_V002.h5\n", "\n", "No matching L2 file! https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.24/GEDI01_B_2022144212159_O19525_02_T00842_02_005_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.24/GEDI01_B_2022144024738_O19513_03_T09827_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.24/GEDI02_A_2022144024738_O19513_03_T09827_02_003_03_V002.h5\n", + "\n", "No matching L2 file! https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.24/GEDI01_B_2022144011446_O19512_02_T04287_02_005_02_V002.h5\n", "\n", "No matching L2 file! https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.23/GEDI01_B_2022143220903_O19510_02_T02862_02_005_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.23/GEDI01_B_2022143064024_O19500_03_T06157_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.23/GEDI02_A_2022143064024_O19500_03_T06157_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.23/GEDI01_B_2022143050733_O19499_03_T09002_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.23/GEDI02_A_2022143050733_O19499_03_T09002_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.23/GEDI01_B_2022143033441_O19498_03_T10577_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.23/GEDI02_A_2022143033441_O19498_03_T10577_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.23/GEDI01_B_2022143020149_O19497_02_T06307_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.23/GEDI02_A_2022143020149_O19497_02_T06307_02_003_02_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.22/GEDI01_B_2022142225605_O19495_02_T09151_02_005_02_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.22/GEDI02_A_2022142225605_O19495_02_T09151_02_003_02_V002.h5\n", "\n", "No matching L2 file! https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.22/GEDI01_B_2022142212313_O19494_02_T05034_02_005_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.22/GEDI01_B_2022142072725_O19485_03_T03908_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.22/GEDI02_A_2022142072725_O19485_03_T03908_02_003_02_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.22/GEDI01_B_2022142055433_O19484_03_T11175_02_005_02_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.22/GEDI02_A_2022142055433_O19484_03_T11175_02_003_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.22/GEDI01_B_2022142042141_O19483_03_T08328_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.22/GEDI02_A_2022142042141_O19483_03_T08328_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.22/GEDI01_B_2022142024849_O19482_02_T06904_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.22/GEDI02_A_2022142024849_O19482_02_T06904_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.22/GEDI01_B_2022142011558_O19481_02_T09749_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.22/GEDI02_A_2022142011558_O19481_02_T09749_02_003_02_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.21/GEDI01_B_2022141234306_O19480_02_T11324_02_005_02_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.21/GEDI02_A_2022141234306_O19480_02_T11324_02_003_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.21/GEDI01_B_2022141221014_O19479_02_T07054_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.21/GEDI02_A_2022141221014_O19479_02_T07054_02_003_02_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.19/GEDI01_B_2022139064237_O19438_03_T04580_02_005_02_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.19/GEDI02_A_2022139064237_O19438_03_T04580_02_003_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.19/GEDI01_B_2022139020400_O19435_02_T10422_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.19/GEDI02_A_2022139020400_O19435_02_T10422_02_003_02_V002.h5\n", + "\n", "No matching L2 file! https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.18/GEDI01_B_2022138090225_O19424_03_T05178_02_005_02_V002.h5\n", "\n", "No matching L2 file! https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.18/GEDI01_B_2022138042348_O19421_03_T11020_02_005_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.18/GEDI01_B_2022138011804_O19419_02_T06749_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.18/GEDI02_A_2022138011804_O19419_02_T06749_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.17/GEDI01_B_2022137234511_O19418_02_T02632_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.17/GEDI02_A_2022137234511_O19418_02_T02632_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.17/GEDI01_B_2022137081627_O19408_03_T08620_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.17/GEDI02_A_2022137081627_O19408_03_T08620_02_003_02_V002.h5\n", + "\n", "No matching L2 file! https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.17/GEDI01_B_2022137064335_O19407_03_T10195_02_005_02_V002.h5\n", "\n", "No matching L2 file! https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.17/GEDI01_B_2022137051042_O19406_03_T07348_02_005_02_V002.h5\n", @@ -1247,20 +2751,44 @@ "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.16/GEDI02_A_2022136090323_O19393_03_T05101_02_003_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.16/GEDI01_B_2022136055738_O19391_03_T03676_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.16/GEDI02_A_2022136055738_O19391_03_T03676_02_003_02_V002.h5\n", + "\n", "No matching L2 file! https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.16/GEDI01_B_2022136025153_O19389_02_T08096_02_005_02_V002.h5\n", "\n", "No matching L2 file! https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.16/GEDI01_B_2022136011900_O19388_02_T06672_02_005_02_V002.h5\n", "\n", "No matching L2 file! https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.15/GEDI01_B_2022135234608_O19387_02_T09517_02_005_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.15/GEDI01_B_2022135095015_O19378_03_T05698_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.15/GEDI02_A_2022135095015_O19378_03_T05698_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.15/GEDI01_B_2022135081722_O19377_03_T08543_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.15/GEDI02_A_2022135081722_O19377_03_T08543_02_003_02_V002.h5\n", + "\n", "No matching L2 file! https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.15/GEDI01_B_2022135064429_O19376_03_T08542_02_005_02_V002.h5\n", "\n", "No matching L2 file! https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.14/GEDI01_B_2022134103717_O19363_03_T09141_02_005_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.14/GEDI01_B_2022134090427_O19362_03_T10716_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.14/GEDI02_A_2022134090427_O19362_03_T10716_02_003_03_V002.h5\n", + "\n", "No matching L2 file! https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.14/GEDI01_B_2022134073137_O19361_03_T07869_02_005_02_V002.h5\n", "\n", "No matching L2 file! https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.14/GEDI01_B_2022134055846_O19360_03_T09291_02_005_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.14/GEDI01_B_2022134042556_O19359_02_T09290_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.14/GEDI02_A_2022134042556_O19359_02_T09290_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.13/GEDI01_B_2022133095152_O19347_03_T09737_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.13/GEDI02_A_2022133095152_O19347_03_T09737_02_003_03_V002.h5\n", + "\n", "No matching L2 file! https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.13/GEDI01_B_2022133081902_O19346_03_T08466_02_005_02_V002.h5\n", "\n", "No matching L2 file! https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.13/GEDI01_B_2022133064612_O19345_03_T07042_02_005_02_V002.h5\n", @@ -1271,6 +2799,10 @@ "\n", "No matching L2 file! https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.13/GEDI01_B_2022133020741_O19342_02_T05769_02_005_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.12/GEDI01_B_2022132073336_O19330_03_T07639_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.12/GEDI02_A_2022132073336_O19330_03_T07639_02_003_02_V002.h5\n", + "\n", "No matching L2 file! https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.12/GEDI01_B_2022132060046_O19329_02_T07791_02_005_02_V002.h5\n", "\n", "No matching L2 file! https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.12/GEDI01_B_2022132042756_O19328_02_T09213_02_005_02_V002.h5\n", @@ -1279,6 +2811,14 @@ "\n", "No matching L2 file! https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.12/GEDI01_B_2022132012215_O19326_02_T06365_02_005_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.11/GEDI01_B_2022131112641_O19317_03_T11084_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.11/GEDI02_A_2022131112641_O19317_03_T11084_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.11/GEDI01_B_2022131095351_O19316_03_T08237_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.11/GEDI02_A_2022131095351_O19316_03_T08237_02_003_02_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.11/GEDI01_B_2022131082100_O19315_03_T09659_02_005_02_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.11/GEDI02_A_2022131082100_O19315_03_T09659_02_003_02_V002.h5\n", @@ -1287,8 +2827,20 @@ "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.11/GEDI02_A_2022131064810_O19314_02_T11234_02_003_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.11/GEDI01_B_2022131051519_O19313_02_T11080_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.11/GEDI02_A_2022131051519_O19313_02_T11080_02_003_03_V002.h5\n", + "\n", "No matching L2 file! https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.11/GEDI01_B_2022131034229_O19312_02_T08233_02_005_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.11/GEDI01_B_2022131020939_O19311_02_T06962_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.11/GEDI02_A_2022131020939_O19311_02_T06962_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.10/GEDI01_B_2022130121404_O19302_03_T08682_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.10/GEDI02_A_2022130121404_O19302_03_T08682_02_003_03_V002.h5\n", + "\n", "No matching L2 file! https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.10/GEDI01_B_2022130090823_O19300_03_T05987_02_005_02_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.10/GEDI01_B_2022130073533_O19299_03_T05986_02_005_02_V002.h5\n", @@ -1299,8 +2851,16 @@ "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.10/GEDI02_A_2022130060242_O19298_02_T10407_02_003_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.10/GEDI01_B_2022130042952_O19297_02_T07560_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.10/GEDI02_A_2022130042952_O19297_02_T07560_02_003_02_V002.h5\n", + "\n", "No matching L2 file! https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.10/GEDI01_B_2022130025702_O19296_02_T06136_02_005_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.09/GEDI01_B_2022129112839_O19286_03_T08008_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.09/GEDI02_A_2022129112839_O19286_03_T08008_02_003_02_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.09/GEDI01_B_2022129095548_O19285_03_T06584_02_005_02_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.09/GEDI02_A_2022129095548_O19285_03_T06584_02_003_02_V002.h5\n", @@ -1309,8 +2869,28 @@ "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.09/GEDI02_A_2022129065007_O19283_02_T08005_02_003_03_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.09/GEDI01_B_2022129051716_O19282_02_T11003_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.09/GEDI02_A_2022129051716_O19282_02_T11003_02_003_02_V002.h5\n", + "\n", "No matching L2 file! https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.09/GEDI01_B_2022129034426_O19281_02_T02464_02_005_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.08/GEDI01_B_2022128104310_O19270_03_T01489_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.08/GEDI02_A_2022128104310_O19270_03_T01489_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.08/GEDI01_B_2022128073728_O19268_02_T00064_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.08/GEDI02_A_2022128073728_O19268_02_T00064_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.08/GEDI01_B_2022128060438_O19267_02_T02909_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.08/GEDI02_A_2022128060438_O19267_02_T02909_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.08/GEDI01_B_2022128043147_O19266_02_T01638_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.08/GEDI02_A_2022128043147_O19266_02_T01638_02_003_02_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.07/GEDI01_B_2022127130321_O19256_03_T04780_02_005_03_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.07/GEDI02_A_2022127130321_O19256_03_T04780_02_003_03_V002.h5\n", @@ -1319,20 +2899,44 @@ "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.07/GEDI02_A_2022127113030_O19255_03_T09048_02_003_03_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.07/GEDI01_B_2022127095740_O19254_03_T03355_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.07/GEDI02_A_2022127095740_O19254_03_T03355_02_003_02_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.07/GEDI01_B_2022127082449_O19253_02_T04930_02_005_03_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.07/GEDI02_A_2022127082449_O19253_02_T04930_02_003_03_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.07/GEDI01_B_2022127051908_O19251_02_T02235_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.07/GEDI02_A_2022127051908_O19251_02_T02235_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.06/GEDI01_B_2022126135041_O19241_03_T05377_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.06/GEDI02_A_2022126135041_O19241_03_T05377_02_003_02_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.06/GEDI01_B_2022126121750_O19240_03_T01107_02_005_02_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.06/GEDI02_A_2022126121750_O19240_03_T01107_02_003_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.04/GEDI01_B_2022124135228_O19210_03_T08146_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.04/GEDI02_A_2022124135228_O19210_03_T08146_02_003_02_V002.h5\n", + "\n", "No matching L2 file! https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.04/GEDI01_B_2022124121938_O19209_03_T09568_02_005_02_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.04/GEDI01_B_2022124104647_O19208_03_T10990_02_005_03_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.04/GEDI02_A_2022124104647_O19208_03_T10990_02_003_03_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.04/GEDI01_B_2022124091356_O19207_02_T01181_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.04/GEDI02_A_2022124091356_O19207_02_T01181_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.04/GEDI01_B_2022124060814_O19205_02_T01026_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.04/GEDI02_A_2022124060814_O19205_02_T01026_02_003_02_V002.h5\n", + "\n", "No matching L2 file! https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.03/GEDI01_B_2022123082823_O19191_02_T00201_02_005_02_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.03/GEDI01_B_2022123065532_O19190_02_T03046_02_005_02_V002.h5\n", @@ -1341,10 +2945,22 @@ "\n", "No matching L2 file! https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.03/GEDI01_B_2022123052241_O19189_02_T04621_02_005_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.02/GEDI01_B_2022122122121_O19178_03_T06339_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.02/GEDI02_A_2022122122121_O19178_03_T06339_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.02/GEDI01_B_2022122104830_O19177_03_T07914_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.02/GEDI02_A_2022122104830_O19177_03_T07914_02_003_02_V002.h5\n", + "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.02/GEDI01_B_2022122074249_O19175_02_T09335_02_005_02_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.02/GEDI02_A_2022122074249_O19175_02_T09335_02_003_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.02/GEDI01_B_2022122060958_O19174_02_T09334_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.02/GEDI02_A_2022122060958_O19174_02_T09334_02_003_02_V002.h5\n", + "\n", "No matching L2 file! https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.01/GEDI01_B_2022121144129_O19164_03_T04091_02_005_02_V002.h5\n", "\n", "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.01/GEDI01_B_2022121130838_O19163_03_T02820_02_005_02_V002.h5\n", @@ -1353,6 +2969,16 @@ "\n", "No matching L2 file! https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.01/GEDI01_B_2022121113547_O19162_03_T05665_02_005_02_V002.h5\n", "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.01/GEDI01_B_2022121100256_O19161_02_T01395_02_005_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.01/GEDI02_A_2022121100256_O19161_02_T01395_02_003_02_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.01/GEDI01_B_2022121083005_O19160_02_T09932_02_005_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.01/GEDI02_A_2022121083005_O19160_02_T09932_02_003_03_V002.h5\n", + "\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI01_B.002/2022.05.01/GEDI01_B_2022121065714_O19159_02_T10084_02_005_02_V002.h5\n", + "https://e4ftl01.cr.usgs.gov//GEDI_L1_L2/GEDI/GEDI02_A.002/2022.05.01/GEDI02_A_2022121065714_O19159_02_T10084_02_003_02_V002.h5\n", "Done\n" ] } @@ -1406,14 +3032,13 @@ " algo_id=\"arojas_biomass_gedi\",\n", " version=\"master\",\n", " username=\"arojearthdata\",\n", - " queue=\"maap-dps-worker-16gb\",\n", + " queue=\"maap-dps-worker-8gb\",\n", " L1B_URL=l1b_fp,\n", " L2A_URL=l2a_fp)\n", " jobs_list.append(job)\n", " \n", " if counter%100==0:\n", " print(\"on file num: \", counter, end='\\r')\n", - " time.sleep(1200)\n", " counter+=1\n", "\n", "print('Done')" -- GitLab