Skip to content

Commit d55191f

Browse files
authored
Minor edits to 10-remote-data.ipynb (#208)
1 parent 75eb8dc commit d55191f

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"metadata": {},
3636
"source": [
3737
"## OGC API\n",
38-
"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. "
38+
"In recent years 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. "
3939
]
4040
},
4141
{
@@ -313,7 +313,7 @@
313313
"OGC Web Feature Service (WFS) can be used to download vector data (called *Features*) from a remote server.\n",
314314
"In [Lesson 04 - Vector Data](04-vector-data.ipynb) we have learned that vector data\n",
315315
"can come in various formats. With WFS the default format is GML, both \"flat\", record-like Simple Features,\n",
316-
"but also as more complex GML application schema data. Most WFS implementations though, notably GeoServer, will\n",
316+
"but also as more complex GML application schema data. Most WFS implementations though, notably GeoServer and MapServer, will\n",
317317
"also allow you to download data in additional vector formats such as GeoJSON and even as ESRI Shapefiles.\n",
318318
"\n",
319319
"When talking about \"WFS\", the OGC WFS version 1 and 2 is meant. Recently OGC has focused efforts on modernizing the OWS specifications, which are a total rewrite (using REST, OpenAPI and GeoJSON). As a result, WFS has been rebranded as \"OGC API - Features\".\n",
@@ -674,9 +674,9 @@
674674
"source": [
675675
"## Searching for the data in CSW server - OPTIONAL\n",
676676
"This last section is quite advanced, you may want to skip if\n",
677-
"time pressures.\n",
677+
"there are time pressures.\n",
678678
"\n",
679-
"We will use a metadata service (CSW) to find our target \n",
679+
"We will use a metadata service (CSW - Catalogue Services for the Web) to find our target \n",
680680
"data service, a regular WFS (v2). All via OWSLib.\n",
681681
"\n",
682682
"### Step 1 - Find WFS endpoints by querying a CSW endpoint"
@@ -766,7 +766,7 @@
766766
},
767767
"source": [
768768
"### Step 2 - Get the WFS endpoint and interact with it\n",
769-
"Let's have a look at WFS data in czech Geology survey."
769+
"Let's have a look at WFS data from the Czech Geology survey."
770770
]
771771
},
772772
{
@@ -857,7 +857,7 @@
857857
"tags": []
858858
},
859859
"source": [
860-
"Print list of available layers "
860+
"Print a list of available layers "
861861
]
862862
},
863863
{

0 commit comments

Comments
 (0)