adiwg / mdTranslator

Metadata translation tool built using Ruby

Home Page:https://www.adiwg.org/mdTranslator/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update 19115-1/-3 writer to use schemas at schemas.isotc211.org instead of standards.iso.org

chris-macdermaid opened this issue · comments

The 19115-1/-3 gmlWrapperTypes2014 schema at standards.iso.org has an import for gml with a broken link. This causes 19115-1/-3 records to fail to validate.

See https://standards.iso.org/iso/19115/-3/gmw/1.0/gmlWrapperTypes2014.xsd
<xs:import namespace="http://www.opengis.net/gml/3.2" schemaLocation="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19136_Schemas/gml.xsd"/>

Based on the May 6th comment in issue #217 the location for the schemas should be https://schemas.isotc211.org/...

I ran into this last year and created a PR to update the link in standards.iso.org. I didn't get a response.

Based on the above comment, the location for the schemas should be schemas.isotc211.org not standards.iso.org.

I've verified using the Saxon parser that the schemas at schemas.isotc211.org validate.

commented

This seems reasonable to make this change.