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

Ability to harvest service URL using ArcGIS Portal broker #113

Closed seandoesgis closed 4 years ago

seandoesgis commented 4 years ago

It'd be nice to implement harvesting an items rest URL using the ArcGIS Portal broker...not sure how hard it is to implement. If you know an easy way to implement it please let me know.

Thanks!

mhogeweg commented 4 years ago

hi, in this scenario, are you looking at harvesting from ArcGIS Online?

seandoesgis commented 4 years ago

No it’d be a federated ArcGIS portal with registered datastores. I could always use the server harvester but our Portal has better feature names and descriptions.

On Mon, Jun 15, 2020 at 5:16 PM Marten notifications@github.com wrote:

hi, in this scenario, are you looking at harvesting from ArcGIS Online?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Esri/geoportal-server-harvester/issues/113#issuecomment-644394714, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD32B77626MVTF7MQGHKW6LRW2FTLANCNFSM4N4VNFUQ .

--

Sean Lawrence, GISP | GIS Systems Administrator Pronouns (he,him,his)

Delaware Valley Regional Planning Commission 190 N Independence Mall West, 8th Floor Philadelphia, PA 19106-1520 https://www.google.com/maps/place/Delaware+Valley+Regional+Planning+Commission/@39.9543225,-75.1508621,18.75z

215.238.0000 <2155921800> | www.dvrpc.org | GIS Data https://www.dvrpc.org/Mapping/Data/

mhogeweg commented 4 years ago

so you have a portal with multiple data stores and you want to harvest items from that portal into a geoportal server index? harvest hosted services? harvest federated ArcGIS Server services?

seandoesgis commented 4 years ago

Harvest federated ArcGIS Server services. Main business case: would like dcat of our organization’s Portal just like ArcGIS online offers with Open Data.

On Mon, Jun 15, 2020 at 9:53 PM Marten notifications@github.com wrote:

so you have a portal with multiple data stores and you want to harvest items from that portal into a geoportal server index? harvest hosted services? harvest federated ArcGIS Server services?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Esri/geoportal-server-harvester/issues/113#issuecomment-644482849, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD32B77LAZ3F2BIOEL7CP2LRW3GCJANCNFSM4N4VNFUQ .

--

Sean Lawrence, GISP | GIS Systems Administrator Pronouns (he,him,his)

Delaware Valley Regional Planning Commission 190 N Independence Mall West, 8th Floor Philadelphia, PA 19106-1520 https://www.google.com/maps/place/Delaware+Valley+Regional+Planning+Commission/@39.9543225,-75.1508621,18.75z

215.238.0000 <2155921800> | www.dvrpc.org | GIS Data https://www.dvrpc.org/Mapping/Data/

mhogeweg commented 4 years ago

ah! for that I suggest looking at the 'search component' over on the geoportal server catalog repo. this component is a self-contained part of geoportal server that provides for CSW 3.0.0 and OpenSearch interfaces in front of a number of sources, including ArcGIS Online and Portal for ArcGIS. The output of a search via the API provided by this component can be DCAT. For example, this link below responds with items from my team's ArcGIS Online subscription in DCAT format: http://geoss.esri.com/geoportal2/opensearch?q=map&target=arcgis&orgid=RhGiohBHzSBKt1MS&f=dcat

this means, no need for harvesting at all, just deploy the search component and configure to your portal.

seandoesgis commented 4 years ago

Cool thanks! I didn't see anything in the wiki for the output in dcat format so I skipped over the search component. This is perfect!

Sean Lawrence, GISP | GIS Systems Administrator Pronouns (he,him,his)

Delaware Valley Regional Planning Commission 190 N Independence Mall West, 8th Floor Philadelphia, PA 19106-1520 https://www.google.com/maps/place/Delaware+Valley+Regional+Planning+Commission/@39.9543225,-75.1508621,18.75z

215.238.0000 <2155921800> | www.dvrpc.org | GIS Data https://www.dvrpc.org/Mapping/Data/

On Tue, Jun 16, 2020 at 9:39 AM Marten notifications@github.com wrote:

ah! for that I suggest looking at the 'search component' over on the geoportal server catalog repo https://github.com/Esri/geoportal-server-catalog/wiki/Geoportal-Search-Component. this component is a self-contained part of geoportal server that provides for CSW 3.0.0 and OpenSearch interfaces in front of a number of sources, including ArcGIS Online and Portal for ArcGIS. The output of a search via the API provided by this component can be DCAT. For example, this link below responds with items from my team's ArcGIS Online subscription in DCAT format:

http://geoss.esri.com/geoportal2/opensearch?q=map&target=arcgis&orgid=RhGiohBHzSBKt1MS&f=dcat

this means, no need for harvesting at all, just deploy the search component and configure to your portal.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Esri/geoportal-server-harvester/issues/113#issuecomment-644772304, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD32B7652U76HQCGGHAPTQ3RW5YZ3ANCNFSM4N4VNFUQ .