Esri / geoportal-server-harvester

Metadata Harvester for Esri Geoportal Server
http://esri.github.io/geoportal-server/
Apache License 2.0
31 stars 24 forks source link

Harvest full XML from ArcGIS Server services and layers when available #211

Closed mhogeweg closed 9 months ago

mhogeweg commented 10 months ago

ArcGIS REST services published from Pro can have full metadata for each of the layers. Currently, the ArcGIS Server input broker does not consider this metadata.

Enhancement request: choose to use full metadata vs item description if the service/layer has full metadata.

mhogeweg commented 9 months ago

This has been implemented. however, most ArcGIS Server services have very little XML-based metadata, resulting in very sparse content. Consider adding an option in the input broker to select whether to actually use the service XML or item description information.