Cat-Interop icon indicating copy to clipboard operation
Cat-Interop copied to clipboard

Esri arcgis type does not specify maps/features

Open pvgenuchten opened this issue 3 years ago • 2 comments

we noticed data providers usually include a arcgis rest maps as well as a arcgis rest features endpoint in their records, is there a way to indicate the difference between the 2 endpoints using a protocol from the cat-interop list, the list only contains a generic 'urn:x-esri:serviceType:ArcGIS' type, should we introduce a subtype 'urn:x-esri:serviceType:ArcGIS:maps' and 'urn:x-esri:serviceType:ArcGIS:features'?

pvgenuchten avatar May 17 '21 07:05 pvgenuchten

cc @mhogeweg

tomkralidis avatar May 17 '21 10:05 tomkralidis

if you do this, I suggest including a type for all ArcGIS service types:

  • feature service
  • image service (cached)
  • image service (dynamic)
  • map service (dynamic)
  • map service (cached)
  • stream service
  • geocoding service
  • geoenrichment service
  • geometry service
  • geoprocessing service
  • network analysis service

for a starting point on these services, see: https://doc.arcgis.com/en/arcgis-online/reference/arcgis-server-services.htm

mhogeweg avatar May 17 '21 12:05 mhogeweg