From 416154238fa5ef0dfd1145a3fa85491fc12145c9 Mon Sep 17 00:00:00 2001 From: Tom Kralidis Date: Mon, 26 Feb 2024 17:54:09 -0500 Subject: [PATCH] align OACov with latest updates to specification --- workshop/jupyter/content/notebooks/09-publishing.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/workshop/jupyter/content/notebooks/09-publishing.ipynb b/workshop/jupyter/content/notebooks/09-publishing.ipynb index eb07208..f7b8b72 100644 --- a/workshop/jupyter/content/notebooks/09-publishing.ipynb +++ b/workshop/jupyter/content/notebooks/09-publishing.ipynb @@ -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" ] },