Skip to content

Commit 8279e82

Browse files
authored
PR #98 - geopython/update-section-11
update section 11
2 parents 2cb589b + d8a7e62 commit 8279e82

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

workshop/jupyter/content/notebooks/11-emerging-technology-trends.ipynb

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
"metadata": {},
1313
"source": [
1414
"## OGC API\n",
15-
"The OGC is undergoing (2021) an evolution of their API standards. The [OGC API](https://ogcapi.org) effort is focused on lowering the barrier and being more developer friendly. Key OGC API principles include (but are not limited to):\n",
15+
"The [OGC API](https://ogcapi.org) effort is focused on lowering the barrier and being more developer friendly. Key OGC API principles include (but are not limited to):\n",
1616
"\n",
1717
"- [W3C Spatial Data on the Web Best Practices](https://www.w3.org/TR/sdw-bp)\n",
1818
"- make APIs more 'of the web'/webby\n",
1919
"- use of JSON and HTML\n",
2020
"- [OpenAPI](https://github.com/OAI/OpenAPI-Specification)\n",
2121
"- **Resource** oriented\n",
22-
"- REST patterns:\n",
22+
"- RESTful patterns:\n",
2323
" - `GET /foo/bar, not GET /foo request=bar`\n",
2424
"- ease of implementation for a wide audience of web developers\n",
2525
"\n",
@@ -34,16 +34,17 @@
3434
"|OGC:WPS | OGC API - Processes|\n",
3535
"|OGC:WMS | OGC API - Maps|\n",
3636
"|OGC:WMTS | OGC API - Tiles|\n",
37-
"|OGC:SLD | OGC API - Styles|"
37+
"|OGC:SLD | OGC API - Styles|\n",
38+
"|- | OGC API - Environmental Data Retrieval|"
3839
]
3940
},
4041
{
4142
"cell_type": "markdown",
4243
"metadata": {},
4344
"source": [
44-
"While development of these standards is ongoing, OGC API - Features formally adopted. The [OGC API Roadmap](https://ogcapi.ogc.org/apiroadmap.html) provides a timeline and schedule for the development of the various APIs.\n",
45+
"A number of OGC APIs are now formally adopted (OGC API - Features, OGC API - Processes, OGC API - Environmental Data Retrieval) formally adopted. The [OGC API Roadmap](https://ogcapi.ogc.org/apiroadmap.html) provides a timeline and schedule for the development of the all OGC APIs. In addition, the APIs are designed for modularity, or 'building blocks' (see the OGC [Location Building Blocks](https://opengeospatial.github.io/bblocks) page for more information).\n",
4546
"\n",
46-
"While OGC API is not limited to Python and is programming language agnostic, Python's natural support for JSON makes things even easier to work with the new OGC standards.\n",
47+
"While OGC API is not limited to Python and is programming language agnostic, Python's natural support for JSON makes things even easier to work with these new OGC standards.\n",
4748
"\n",
4849
"Let's interact with an OGC API - Features server:"
4950
]
@@ -216,7 +217,7 @@
216217
"name": "python",
217218
"nbconvert_exporter": "python",
218219
"pygments_lexer": "ipython3",
219-
"version": "3.8.10"
220+
"version": "3.10.4"
220221
}
221222
},
222223
"nbformat": 4,

0 commit comments

Comments
 (0)