Skip to content

Commit

Permalink
This reverts commit 340d47c.
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaS11 committed Dec 21, 2021
1 parent 77a93b1 commit 234944e
Showing 1 changed file with 20 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@
"------------------\n",
"### Example Track 1 (Land Ice - run with ATL06 dataset)\n",
"\n",
"### Example 1.1: choose variables\n",
"### Example 1: choose variables\n",
"Add all `latitude` and `longitude` variables across all six beam groups. Note that the additional required variables for time and spacecraft orientation are included by default."
]
},
Expand All @@ -313,7 +313,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Example 1.2: specify beams and variable\n",
"### Example 2: specify beams and variable\n",
"Add `latitude` for only `gt1l` and `gt2l`"
]
},
Expand Down Expand Up @@ -341,7 +341,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Example 1.3: add/remove selected beams+variables\n",
"### Example 3: add/remove selected beams+variables\n",
"Add `latitude` for `gt3l` and remove it for `gt2l`"
]
},
Expand All @@ -360,7 +360,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Example 1.4: `keyword_list`\n",
"### Example 4: `keyword_list`\n",
"Add `latitude` and `longitude` for all beams and with keyword `land_ice_segments`"
]
},
Expand All @@ -378,7 +378,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Example 1.5: target a specific variable + path\n",
"### Example 5: target a specific variable + path\n",
"Remove `gt1r/land_ice_segments/longitude` (but keep `gt1r/land_ice_segments/latitude`)"
]
},
Expand All @@ -396,7 +396,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Example 1.6: add variables not specific to beams/profiles\n",
"### Example 6: add variables not specific to beams/profiles\n",
"Add `rgt` under `orbit_info`."
]
},
Expand All @@ -414,7 +414,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Example 1.7: add all variables+paths of a group\n",
"### Example 7: add all variables+paths of a group\n",
"In addition to adding specific variables and paths, we can filter all variables with a specific keyword as well. Here, we add all variables under `orbit_info`. Note that paths already in `region_a.order_vars.wanted`, such as `'orbit_info/rgt'`, are not duplicated."
]
},
Expand All @@ -432,7 +432,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Example 1.8: add all possible values for variables+paths\n",
"### Example 8: add all possible values for variables+paths\n",
"Append all `longitude` paths and all variables/paths with keyword `land_ice_segments`.\n",
"\n",
"Similarly to what is shown in Example 4, if you submit only one `append` call as `region_a.order_vars.append(var_list=['longitude'], keyword_list=['land_ice_segments'])` rather than the two `append` calls shown below, you will only add the variable `longitude` and only paths containing `land_ice_segments`, not ALL paths for `longitude` and ANY variables with `land_ice_segments` in their path."
Expand All @@ -455,7 +455,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Example 1.9: remove all variables+paths associated with a beam\n",
"### Example 9: remove all variables+paths associated with a beam\n",
"Remove all paths for `gt1l` and `gt3r`"
]
},
Expand All @@ -475,7 +475,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Example 1.10: generate a default list for the rest of the tutorial\n",
"### Example 10: generate a default list for the rest of the tutorial\n",
"Generate a reasonable variable list prior to download"
]
},
Expand All @@ -499,7 +499,7 @@
"------------------\n",
"### Example Track 2 (Atmosphere - run with ATL09 dataset commented out at the start of the notebook)\n",
"\n",
"### Example 2.1: choose variables\n",
"### Example 1: choose variables\n",
"Add all `latitude` and `longitude` variables"
]
},
Expand All @@ -517,7 +517,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Example 2.2: specify beams/profiles and variable\n",
"### Example 2: specify beams/profiles and variable\n",
"Add `latitude` for only `profile_1` and `profile_2`"
]
},
Expand Down Expand Up @@ -545,7 +545,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Example 2.3: add/remove selected beams+variables\n",
"### Example 3: add/remove selected beams+variables\n",
"Add `latitude` for `profile_3` and remove it for `profile_2`"
]
},
Expand All @@ -564,7 +564,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Example 2.4: `keyword_list`\n",
"### Example 4: `keyword_list`\n",
"Add `latitude` for all profiles and with keyword `low_rate`"
]
},
Expand All @@ -582,7 +582,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Example 2.5: target a specific variable + path\n",
"### Example 5: target a specific variable + path\n",
"Remove `'profile_1/high_rate/latitude'` (but keep `'profile_3/high_rate/latitude'`)"
]
},
Expand All @@ -600,7 +600,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Example 2.6: add variables not specific to beams/profiles\n",
"### Example 6: add variables not specific to beams/profiles\n",
"Add `rgt` under `orbit_info`."
]
},
Expand All @@ -618,7 +618,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Example 2.7: add all variables+paths of a group\n",
"### Example 7: add all variables+paths of a group\n",
"In addition to adding specific variables and paths, we can filter all variables with a specific keyword as well. Here, we add all variables under `orbit_info`. Note that paths already in `region_a.order_vars.wanted`, such as `'orbit_info/rgt'`, are not duplicated."
]
},
Expand All @@ -636,7 +636,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Example 2.8: add all possible values for variables+paths\n",
"### Example 8: add all possible values for variables+paths\n",
"Append all `longitude` paths and all variables/paths with keyword `high_rate`.\n",
"Simlarly to what is shown in Example 4, if you submit only one `append` call as `region_a.order_vars.append(var_list=['longitude'], keyword_list=['high_rate'])` rather than the two `append` calls shown below, you will only add the variable `longitude` and only paths containing `high_rate`, not ALL paths for `longitude` and ANY variables with `high_rate` in their path."
]
Expand All @@ -656,7 +656,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Example 2.9: remove all variables+paths associated with a profile\n",
"### Example 9: remove all variables+paths associated with a profile\n",
"Remove all paths for `profile_1` and `profile_3`"
]
},
Expand All @@ -674,7 +674,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Example 2.10: generate a default list for the rest of the tutorial\n",
"### Example 10: generate a default list for the rest of the tutorial\n",
"Generate a reasonable variable list prior to download"
]
},
Expand Down

0 comments on commit 234944e

Please sign in to comment.