ckanext-spatial icon indicating copy to clipboard operation
ckanext-spatial copied to clipboard

CSW Harvest from Geoserver requires valid dateStamp

Open nk027 opened this issue 6 years ago • 2 comments

When harvesting from Geoserver csw it seems as if a valid date in dateStamp.DateTime is required for the harvest to work. This is an issue as Geoserver only sets dateStamp.Date and has it default to "Unknown" if metadata.date is null. This was very hard to debug as there seems to be no error message addressing this issue.

nk027 avatar Jul 12 '18 15:07 nk027

With the (rather) uninformative log. ckan_log.txt

nk027 avatar Jul 12 '18 15:07 nk027

You can choose a different validator that is perhaps more flexible. There are different profiles available, and here you can read about how to configure it: http://docs.ckan.org/projects/ckanext-spatial/en/latest/harvesters.html

amercader avatar Jul 13 '18 14:07 amercader