Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions workshop/jupyter/content/notebooks/09-publishing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -204,11 +204,11 @@
"\n",
"In the collection `links` section, notice the links where the `rel` properties start with `http://www.opengis.net/def/rel/ogc/1.0/coverage-*`. This signifies that the collection has a coverage representation. A client can then interact with the coverage via the OGC API - Coverages standard:\n",
"\n",
"http://localhost:5000/collections/srtm/coverage/rangetype\n",
"http://localhost:5000/collections/srtm/schema\n",
"\n",
"http://localhost:5000/collections/srtm/coverage/domainset\n",
"http://localhost:5000/collections/srtm\n",
"\n",
"http://localhost:5000/collections/srtm/coverage/coverage\n",
"http://localhost:5000/collections/srtm/coverage\n",
"\n"
]
},
Expand Down