Skip to content

Commit fa21772

Browse files
authored
- added paragraph about OGCAPI (#185)
1 parent cea80a6 commit fa21772

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

workshop/jupyter/content/notebooks/10-remote-data.ipynb

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,14 @@
530530
"print(json.dumps(parsed, indent=2, sort_keys=True))"
531531
]
532532
},
533+
{
534+
"cell_type": "markdown",
535+
"metadata": {},
536+
"source": [
537+
"## OGC API\n",
538+
"In recent yeays OGC has been developing a family of Standards that improves, and will eventually replace, the OGC Web Service Standards (WMS, WFS, WCS, WPS, etc.) These newer Standards build upon the legacy of the OGC Web Service Standards, but define resource-centric APIs that take advantage of modern web development practices. They are designed to make it easy for ANYONE to provide and use geospatial data on the web, and to integrate this data with ANY other type of information. "
539+
]
540+
},
533541
{
534542
"cell_type": "markdown",
535543
"metadata": {
@@ -540,7 +548,7 @@
540548
"tags": []
541549
},
542550
"source": [
543-
"## Fetch from OGC API Features\n",
551+
"### Fetch from OGC API Features\n",
544552
"Although this may sound very advanced, this is actually one of \n",
545553
"the simpler OGC APIs. See also the [OWSLib Manual for OAFeat](https://owslib.readthedocs.io/en/latest/usage.html#ogc-api).\n"
546554
]

0 commit comments

Comments
 (0)