You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: workshop/content/docs/publishing/ogcapi-records.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,14 +7,14 @@ title: Exercise 6 - Metadata via OGC API - Records
7
7
[OGC API - Records](https://ogcapi.ogc.org/records) provides a Web API with the capability to create, modify,
8
8
and query metadata on the Web:
9
9
10
-
*[OGC API - Records: Part 1: Core](https://docs.ogc.org/DRAFTS/20-004.html)(**draft**)
10
+
*Read the [OGC API - Records: Part 1: Core](https://docs.ogc.org/is/20-004r1/20-004r1.html)specification at the OGC website.
11
11
12
12
OGC API - Records uses OGC API - Features as a building block, thus enabling streamlined deployment and integration
13
13
for clients and users.
14
14
15
15
## pygeoapi support
16
16
17
-
pygeoapi supports the OGC API - Records draft specification, using Elasticsearch and TinyDB [rasterio](https://rasterio.readthedocs.io) as core backends.
17
+
pygeoapi supports the OGC API - Records specification, using Elasticsearch and TinyDB [rasterio](https://rasterio.readthedocs.io) as core backends.
0 commit comments