|
4 | 4 | "cell_type": "markdown", |
5 | 5 | "metadata": {}, |
6 | 6 | "source": [ |
7 | | - "## Case of Study - Open Aeria Map (OAM)\n", |
| 7 | + "## Case of Study - Open Aerial Map (OAM)\n", |
8 | 8 | "\n", |
9 | 9 | "https://map.openaerialmap.org\n", |
10 | 10 | "\n", |
11 | 11 | "> OpenAerialMap (OAM) is a set of tools for searching, sharing, and using openly licensed satellite and unmanned aerial vehicle (UAV) imagery.\n", |
12 | 12 | "\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", |
14 | 14 | "\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", |
16 | 16 | "\n", |
17 | 17 | "\n", |
18 | 18 | "### Goals\n", |
19 | 19 | "\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", |
21 | 21 | "\n", |
22 | 22 | "\n", |
23 | 23 | "### Requirements\n", |
|
262 | 262 | "cell_type": "markdown", |
263 | 263 | "metadata": {}, |
264 | 264 | "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", |
266 | 266 | "\n", |
267 | 267 | "We can filter use the STAC API to find the Items which have the `properties.provider=='CEN NA - MD'` field" |
268 | 268 | ] |
|
517 | 517 | } |
518 | 518 | ], |
519 | 519 | "source": [ |
520 | | - "# Let's visualize on Item using the raster API\n", |
| 520 | + "# Let's visualize one Item using the raster API\n", |
521 | 521 | "import httpx\n", |
522 | 522 | "import json\n", |
523 | 523 | "\n", |
|
0 commit comments