|
7 | 7 | "source": [
|
8 | 8 | "# Circular swath analysis of Olympus Mons, Mars\n",
|
9 | 9 | "\n",
|
10 |
| - "In this tutorial, we will perform circular swath analysis toward the largest known shield volcano in the solar system, Olympus Mons, Mars. It consists of TPI bases swath analysis, slice of the profile, and comparison with traditional circular swath profile. The content introduced here corresponds to the section 4.3 of [PyOSP paper](https://www.sciencedirect.com/science/article/abs/pii/S0169555X21001860). The installation of PyOSP is introduced by the tutorial [Topographic analysis of Teton Range, Wyoming](./pyosp_teton.ipynb), which will not be repeated here.\n", |
| 10 | + "In this tutorial, we will perform circular swath analysis toward the largest known shield volcano in the solar system, Olympus Mons, Mars. It consists of TPI bases swath analysis, slice of the profile, and comparison between traditional and TPI based circular swath profile. The content introduced here corresponds to the section 4.3 of [PyOSP paper](https://www.sciencedirect.com/science/article/abs/pii/S0169555X21001860). The installation of PyOSP is introduced by the tutorial [Topographic analysis of Teton Range, Wyoming](./pyosp_teton.ipynb), which will not be repeated here.\n", |
11 | 11 | "\n",
|
12 | 12 | "## Traditional and TPI-based circular swath profiles\n",
|
13 | 13 | "\n",
|
|
112 | 112 | "id": "eebf7bd7",
|
113 | 113 | "metadata": {},
|
114 | 114 | "source": [
|
115 |
| - "The calibrated polygons overlapping the hillshade of Olympus Mons are shown in Figure 12 of [PyOSP paper](https://www.sciencedirect.com/science/article/abs/pii/S0169555X21001860). Results show that the TPI-based method accurately delineates the edifice along the boundary of the basal scarp, whereas the fixed-radius swath invariably generated a circular area that includes unwanted areas beyond the volcano.The pronounced fall in IQR at 255,000mon the TPI-based swath signals a reduction in datapoints along the southeastern basal scarp and marks the boundary of asymmetry.\n", |
| 115 | + "The calibrated polygons overlapping the hillshade of Olympus Mons are shown in Figure 12 of [PyOSP paper](https://www.sciencedirect.com/science/article/abs/pii/S0169555X21001860). Results show that the TPI-based method accurately delineates the edifice along the boundary of the basal scarp, whereas the fixed-radius swath invariably generated a circular area that includes unwanted areas beyond the volcano.The pronounced fall in IQR at 255,000m on the TPI-based swath signals a reduction in datapoints along the southeastern basal scarp and marks the boundary of asymmetry.\n", |
116 | 116 | "\n",
|
117 | 117 | "### Slice plot across the valcano\n",
|
118 | 118 | "\n",
|
119 |
| - "Finally, we used PyOSP to plot four topographic profiles across the volcano." |
| 119 | + "Next, we used PyOSP to plot four topographic profiles across the volcano." |
120 | 120 | ]
|
121 | 121 | },
|
122 | 122 | {
|
|
213 | 213 | "source": [
|
214 | 214 | "## Summary\n",
|
215 | 215 | "\n",
|
216 |
| - "This tutorial introduces the swath analysis of Olympus Mons by PyOSP, which corresponds to section 4.3 of PyOSP paper. [PyOSP paper](https://www.sciencedirect.com/science/article/abs/pii/S0169555X21001860). If you have any further questions, you can open an issue at https://github.com/PyOSP-devs/PyOSP, or send email to yichuan211@gmail.com\n", |
| 216 | + "This tutorial introduces the swath analysis of Olympus Mons by PyOSP, which corresponds to section 4.3 of [PyOSP paper](https://www.sciencedirect.com/science/article/abs/pii/S0169555X21001860). \n", |
| 217 | + "\n", |
| 218 | + "If you have any questions, you can open an issue at https://github.com/PyOSP-devs/PyOSP, or send email to yichuan211@gmail.com\n", |
217 | 219 | "\n",
|
218 | 220 | "Cheers!"
|
219 | 221 | ]
|
|
0 commit comments