Skip to content

Commit

Permalink
Added URL section to ariaDownload (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
sssangha authored Apr 25, 2020
1 parent 681bdfc commit 3e7d509
Showing 1 changed file with 51 additions and 1 deletion.
52 changes: 51 additions & 1 deletion JupyterDocs/ariaDownload/ariaDownload_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 3e7d509

Please sign in to comment.