Esri / geoportal-server

Geoportal Server is a standards-based, open source product that enables discovery and use of geospatial resources including data and services.
https://gptogc.esri.com/geoportal
Apache License 2.0
244 stars 149 forks source link

Harvest a raster layer from ArcGIS Server MapServer/ImageServer? #288

Open marcgr opened 6 years ago

marcgr commented 6 years ago

I can successfully register a network resource pointed at a MapServer or ImageServer endpoint, but when I approve it and have it harvest, it will only pull out the vector layers, not the raster layers. So for the ImageServer, it doesn't pull anything though it shows success. Is this supported, or am I missing something?

jsta commented 5 years ago

I am also interested in this functionality.

mhogeweg commented 5 years ago

correct, we only harvest the service endpoints in the harvester. I have published this script that loops through the image server and generates an FGDC XML document for every image. It will create keywords for the various image attributes.

This is a bit of a hack and you could also push JSON directly to Geoportal Server 2.x.

After this you can configure additional search facets in the search page.