Skip to content

Commit 6effa05

Browse files
committed
spruced up a bit
1 parent dfdef1a commit 6effa05

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

samples/02_power_users_developers/using_geocoding_geometry.ipynb

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"cell_type": "markdown",
1212
"metadata": {},
1313
"source": [
14-
"This sample notebooks shows how geocoding and geometries can be created and used. The code below shows data to help deduce the path that the debris of a crashed airplane would take if it went down at different places in the ocean. It should be noted that this methodology is for the purpose of demonstrating GIS functionality and the results should not be treated as authoritative. Further this demo excludes wind or atmospheric conditions, which are critical for a real-world analysis."
14+
"This sample notebook shows how geocoding and geometries can be created and used. The code below shows data to help deduce the path that the debris of a crashed airplane would take if it went down at different places in the ocean. It should be noted that this methodology is for the purpose of demonstrating GIS functionality and the results should not be treated as authoritative. Furthermore, this demo excludes wind or atmospheric conditions, which are critical for real-world analysis."
1515
]
1616
},
1717
{
@@ -49,7 +49,7 @@
4949
"cell_type": "markdown",
5050
"metadata": {},
5151
"source": [
52-
"There have been speculations that the unfortunate disappearance of flight [MH370](https://en.wikipedia.org/wiki/Malaysia_Airlines_Flight_370) is tied to [Diego Garcia](https://en.wikipedia.org/wiki/Diego_Garcia) an atoll in the central Indian Ocean, in addition to other search locations in southern Indian Ocean to west of Australia. The code below plots these locations on the map:"
52+
"There have been speculations that the unfortunate disappearance of flight [MH370](https://en.wikipedia.org/wiki/Malaysia_Airlines_Flight_370) is tied to [Diego Garcia](https://en.wikipedia.org/wiki/Diego_Garcia), an atoll in the central Indian Ocean, in addition to other search locations in the southern Indian Ocean, west of Australia. The code below plots these locations on the map:"
5353
]
5454
},
5555
{
@@ -120,9 +120,7 @@
120120
{
121121
"cell_type": "code",
122122
"execution_count": 12,
123-
"metadata": {
124-
"scrolled": false
125-
},
123+
"metadata": {},
126124
"outputs": [
127125
{
128126
"data": {
@@ -324,7 +322,7 @@
324322
"cell_type": "markdown",
325323
"metadata": {},
326324
"source": [
327-
"Let's add a few of these layers to the map for analysis"
325+
"Let's add a few of these layers to the map for analysis."
328326
]
329327
},
330328
{
@@ -347,6 +345,13 @@
347345
"source": [
348346
"map1.zoom = 6"
349347
]
348+
},
349+
{
350+
"cell_type": "markdown",
351+
"metadata": {},
352+
"source": [
353+
"As we can see, we now have a map containing all of the information associated with this incident, showing the convenience of geocoding for data collection and research. From here, a user could build a custom geoprocessing tool to analyze where the debris may have ended up, based on the data available."
354+
]
350355
}
351356
],
352357
"metadata": {
@@ -356,7 +361,7 @@
356361
"notebookRuntimeVersion": "9.0"
357362
},
358363
"kernelspec": {
359-
"display_name": "Python 3",
364+
"display_name": "Python 3 (ipykernel)",
360365
"language": "python",
361366
"name": "python3"
362367
},
@@ -370,7 +375,7 @@
370375
"name": "python",
371376
"nbconvert_exporter": "python",
372377
"pygments_lexer": "ipython3",
373-
"version": "3.12.4"
378+
"version": "3.10.14"
374379
},
375380
"toc": {
376381
"base_numbering": 1,
@@ -387,5 +392,5 @@
387392
}
388393
},
389394
"nbformat": 4,
390-
"nbformat_minor": 1
395+
"nbformat_minor": 4
391396
}

0 commit comments

Comments
 (0)