From db1a1f4ffef416793f4686e9f8adfd6c9af54fd4 Mon Sep 17 00:00:00 2001 From: Marten Date: Fri, 29 Dec 2023 12:13:48 -0800 Subject: [PATCH] Update implementations.md small edits to Geoportal Server info. --- implementations.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/implementations.md b/implementations.md index 40644394..6dcd7d74 100644 --- a/implementations.md +++ b/implementations.md @@ -116,38 +116,40 @@ Single record: The ArcGIS Pro CSW Client has been updated to include initial support for OGC API - Records. Details may be found on the [Geoportal Server wiki](https://github.com/Esri/geoportal-server-catalog/wiki/OGC_API_Records), the Visual Studio project to build the Pro addin is available in the [Components](https://github.com/Esri/geoportal-server-catalog/tree/master/components/CswClient/Pro/CswClient) section of the Geoportal Server github repo. ### Geoportal Server OGC API - Records provider -Esri Geoportal Server 2.6.4 [public sandbox](https://gpt.geocloud.com/geoportal2) has now been extended with a work-in-progress implementation of the OGC Records API. +Esri Geoportal Server 2.7.1 [public sandbox](https://gpt.geocloud.com/geoportal2) implementation of the OGC Records API. Landing page: -* [https://gpt.geocloud.com/ogcrecords](https://gpt.geocloud.com/geoportal2/ogcrecords) +* https://gpt.geocloud.com/geoportal2/ogcrecords API document: -* [https://gpt.geocloud.com/ogcrecords/api](https://gpt.geocloud.com/geoportal2/ogcrecords/api) +* https://gpt.geocloud.com/geoportal2/ogcrecords/api Conformance page: -* [https://gpt.geocloud.com/ogcrecords/conformance](https://gpt.geocloud.com/geoportal2/ogcrecords/conformance) +* https://gpt.geocloud.com/geoportal2/ogcrecords/conformance List of catalogues: -* [https://gpt.geocloud.com/ogcrecords/collections](https://gpt.geocloud.com/geoportal2/ogcrecords/collections) +* https://gpt.geocloud.com/geoportal2/ogcrecords/collections Describe geoportal2 catalogue: -* [gpt.geocloud.com/ogcrecords/master](https://gpt.geocloud.com/geoportal2/ogcrecords/collections/metadata) +* https://gpt.geocloud.com/geoportal2/ogcrecords/collections/metadata Queryables: -* [TODO - gpt.geocloud.com/ogcrecords/collections/master/queryables](https://gpt.geocloud.com/geoportal2/ogcrecords/collections/metadata/queryables) +* https://gpt.geocloud.com/geoportal2/ogcrecords/collections/metadata/queryables Records: -* [https://gpt.geocloud.com/ogcrecords/collections/master/items](https://gpt.geocloud.com/geoportal2/ogcrecords/collections/metadata/items) -* [https://gpt.geocloud.com/geoportal2/ogcrecords/collections/metadata/items?bbox=-111.791110603%2C18.91619%2C-66.96466%2C71.3577635769](Items within bbox) -* [https://gpt.geocloud.com/ogcrecords/collections/master/items/5482a0979f7f4d7ba6a3caa8202dc240](https://gpt.geocloud.com/geoportal2/ogcrecords/collections/metadata/items/0052b84c4a25478ea5c1c4154fc9c6bc) - get individual item based on item identifier +* https://gpt.geocloud.com/geoportal2/ogcrecords/collections/metadata/items +* https://gpt.geocloud.com/geoportal2/ogcrecords/collections/metadata/items?bbox=-111.791110603%2C18.91619%2C-66.96466%2C71.3577635769 - Items within bbox +* https://gpt.geocloud.com/geoportal2/ogcrecords/collections/metadata/items/0052b84c4a25478ea5c1c4154fc9c6bc - get individual item based on item identifier +OpenAPI page: +* https://gpt.geocloud.com/geoportal2/#apiPanel ## GeoNetwork opensource