Skip to content

Commit

Permalink
register v4w namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexDo1 committed Aug 14, 2023
1 parent ed78705 commit 93b6fc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions metacatalog/ext/standards_export/extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ def standards_export(cls, entry_or_resultset: Union[Entry, ImmutableResultSet],
ET.register_namespace('sams', 'http://www.opengis.net/samplingSpatial/2.0')

elif 'radar' in template_path.lower():
ET.register_namespace('v4w', 'http://kit.edu/schema/radar-v4w')
ET.register_namespace('radar', 'http://radar-service.eu/schemas/descriptive/radar/v09/radar-dataset')
ET.register_namespace('re', 'http://radar-service.eu/schemas/descriptive/radar/v09/radar-elements')
ET.register_namespace('xsi', 'http://www.w3.org/2001/XMLSchema-instance')
Expand Down

0 comments on commit 93b6fc5

Please sign in to comment.