From 3e7d509d9290dbacf6991a33d927c9bd06ec2ede Mon Sep 17 00:00:00 2001 From: sssangha Date: Fri, 24 Apr 2020 20:47:50 -0700 Subject: [PATCH] Added URL section to ariaDownload (#27) --- .../ariaDownload/ariaDownload_tutorial.ipynb | 52 ++++++++++++++++++- 1 file changed, 51 insertions(+), 1 deletion(-) diff --git a/JupyterDocs/ariaDownload/ariaDownload_tutorial.ipynb b/JupyterDocs/ariaDownload/ariaDownload_tutorial.ipynb index ca94f95..b902d7f 100644 --- a/JupyterDocs/ariaDownload/ariaDownload_tutorial.ipynb +++ b/JupyterDocs/ariaDownload/ariaDownload_tutorial.ipynb @@ -108,6 +108,56 @@ "!ariaDownload.py --track 4 --output count" ] }, + { + "cell_type": "markdown", + "metadata": { + "heading_collapsed": true, + "hidden": true + }, + "source": [ + "### Generate list of virtual products from ASF S3 bucket (BETA)" + ] + }, + { + "cell_type": "markdown", + "metadata": { + "hidden": true + }, + "source": [ + "To generate a textfile containing a list of product URLs from the ASF S3 bucket, without downloading data, provide the **`--output`** option with the **`url`** argument. To get information on the exact product filenames also include the verbose option **`-v`**. Extracting layers virtually by leveraging this list of URLs is currently only supported by systems with the following packages: Linux kernel >=4.3 and libnetcdf >=4.5 " + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": { + "hidden": true + }, + "outputs": [], + "source": [ + "!ariaDownload.py --track 4 --output url" + ] + }, + { + "cell_type": "markdown", + "metadata": { + "hidden": true + }, + "source": [ + "We can now have a look at the generated textfile, which contains the URLs of all standard products over the specified track:" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": { + "hidden": true + }, + "outputs": [], + "source": [ + "!more products/download_products_4track_0.txt" + ] + }, { "cell_type": "markdown", "metadata": { @@ -443,7 +493,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.3" + "version": "3.7.6" }, "latex_envs": { "LaTeX_envs_menu_present": true,