-
Notifications
You must be signed in to change notification settings - Fork 62
CSW and Opensearch with Geoportal
Jill Saligoe-Simmel edited this page Apr 6, 2023
·
8 revisions
Work In Progress!
Geoportal catalog can provide CSW 2.0.2, CSW 3.0, and Opensearch services in Geoportal 2.x, Elasticsearch catalogs, ArcGIS Enterprise, and ArcGIS Online.
Using the standard-based OGC CSW 2.0.2 is currently limited to basic operations; see below for some examples:
- base:
- GetCapabilities:
- GetRecords from default catalog:
- GetRecords for 'map' from default catalog:
- GetRecords for 'map' from catalog named 'arcgis' (This is search ArcGIS Online and return CSW results!):
- Get an individual record
Support using the standard-based OGC CSW 3.0.0 operations; see below for some examples:
- base:
- GetCapabilities:
- GetRecords for 'map' from default catalog:
- GetRecords with bbox for 'map' from default catalog:
- GetRecords for 'map' from catalog named 'arcgis' (search ArcGIS Online and return CSW 3.0.0 records):
- GetRecords for 'map' from the SDI Team subscription in ArcGIS Online
- GetRecords for 'map' from ArcGIS Online as well as from our Geoportal Server 2 demo site, This is an example of federated search.
- Get an individual record
Support OpenSearch operations uses the OGC CSW 3.0.0 specification; see below for some examples:
- OpenSearch Descriptor
- Search for 'map'
- Search for 'map' with additional search parameters
- Search for 'map' and return as JSON]
- Search for 'map' and return as ATOM feed]
- Search for 'map' and return as CSW records]
- Search for 'map' in SDI Team ArcGIS Online subscription
- Search for 'map' from ArcGIS Online as well as from our Geoportal Server 2 demo site
- to be added