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

Harvesting from CKAN-Demo #129

Closed Durga07 closed 3 years ago

Durga07 commented 4 years ago

Hi,

I uploaded a file on the CKAN-Demo page and tried harvesting that particular file. But along with that file other files are also getting harvested Capture The URL given is : https://demo.ckan.org/dataset/demokml I want to harvest only one file, is that possible?

mhogeweg commented 4 years ago

Hi. No, that is not possible via CKAN harvest. If you want to take only 1 file you’ll have to use the upload feature directly in geoportal. Alternatively you could download the metadata from the source CKAN and put it in a web accessible folder, sink, or UNC path that you then harvest

Durga07 commented 4 years ago

Hi, I am using DKAN demo url (https://demo.getdkan.org/) in CKAN input broker, but I could not harvest the data. Is dkan url supported in that broker?

mhogeweg commented 4 years ago

no, DKAN is currently not supported for harvesting. You could write a simple script that uses the DKAN proprietary API and downloads the metadata to a local folder from where you could use the Geoportal Harvester to publish the metadata into your Geoportal Server Catalog.

EttoreM commented 1 year ago

Thank you, @mhogeweg !

Much appreciated!