Skip to content

Commit bc0caee

Browse files
Merge pull request #199 from developmentseed/improve/oam-text
Fix some typos and improve OAM example text
2 parents 6d81281 + 80e7eaf commit bc0caee

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

demo/oam/OpenAerialMap_demo.ipynb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"## Case of Study - Open Aeria Map (OAM)\n",
7+
"## Case of Study - Open Aerial Map (OAM)\n",
88
"\n",
99
"https://map.openaerialmap.org\n",
1010
"\n",
1111
"> OpenAerialMap (OAM) is a set of tools for searching, sharing, and using openly licensed satellite and unmanned aerial vehicle (UAV) imagery.\n",
1212
"\n",
13-
"Believe it or not but OAM was created more than 9 years ago!!! The design was innovative and the backend was also in advance. It was one of the first application using dynamic tiling (https://github.com/mojodna/marblecutter-openaerialmap) and STAC like metadata (https://github.com/hotosm/oam-api).\n",
13+
"Believe it or not, but OAM was created more than 9 years ago!!! The design was innovative and the backend was also advanced. It was one of the first applications using dynamic tiling (https://github.com/mojodna/marblecutter-openaerialmap) and STAC like metadata (https://github.com/hotosm/oam-api).\n",
1414
"\n",
15-
"Looking at the web page and backend today, it feels still great and better than a lot of similar projects.\n",
15+
"Looking at the web app and backend today, it feels still great and better than a lot of similar projects.\n",
1616
"\n",
1717
"\n",
1818
"### Goals\n",
1919
"\n",
20-
"This Notebook aims to show how to `scrape` the OAM api to create proper STAC Items/Collection and ingest them in a eoAPI stack\n",
20+
"This Notebook aims to show how to `scrape` the OAM api to create proper STAC Items/Collection and ingest them in an eoAPI stack\n",
2121
"\n",
2222
"\n",
2323
"### Requirements\n",
@@ -262,7 +262,7 @@
262262
"cell_type": "markdown",
263263
"metadata": {},
264264
"source": [
265-
"#### Let's try to visualize dataset from a specific Provider\n",
265+
"#### Let's try to visualize a dataset from a specific Provider\n",
266266
"\n",
267267
"We can filter use the STAC API to find the Items which have the `properties.provider=='CEN NA - MD'` field"
268268
]
@@ -517,7 +517,7 @@
517517
}
518518
],
519519
"source": [
520-
"# Let's visualize on Item using the raster API\n",
520+
"# Let's visualize one Item using the raster API\n",
521521
"import httpx\n",
522522
"import json\n",
523523
"\n",

0 commit comments

Comments
 (0)