ckan / ckanext-spatial

Geospatial extension for CKAN
http://docs.ckan.org/projects/ckanext-spatial
125 stars 193 forks source link

Cannot harvest from GeoNode CSW #223

Open frafra opened 5 years ago

frafra commented 5 years ago

Here's the error I get on every dataset: Element '{http://www.isotc211.org/2005/gmd}name': This element is not expected. Expected is ( {http://www.isotc211.org/2005/gmd}title ).

Full page: Job Report - geonode-testing - NINA catalog.zip

Original ticket: https://github.com/ckan/ckanext-harvest/issues/364

davidread commented 5 years ago

They all vary in how they do validation. This error is saying that it is using gmx.xsd to do a standard XSD validation, and it expected a tag first, but it got the . Order matters in ISO19139, well if you are following the letter of the standard...

There are a few different versions of gmx.xsd floating around which you could try. And find out exactly what spec the GeoNode data is expressed as - they may recommend a particular validator you could use instead.