forked from geopython/OWSLib
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for ISO 19115 Part 3 XML (geopython#900)
* Add ISO 19115 Part 3 XML parsing, including unit test * Improved ISO 19115 Part 3 XML parsing - Added ArcGIS synthetic sample - Added tests for DQ_DataQuality, MD_FeatureCatalogueDescription and MD_Bands - Ability to parse older mdb v1.0 XML * Add iso_3 service tests * Fix missing thesaurus keyword bug * Add test for get_all_contacts() * Make iso_3 DQ_DataQuality more consistent * Fix bug in iso_3 legal constraints * Fix iso_3 identifier resourcelanguage xpath error * Fix xpath bug in iso_3 distribution * Add ISO 19115 Part 3 XML gfc:FC_FeatureCatalogue * Fix up metadata URL tests - Some 'Offline' tests were still calling on external services, monkeypatch of 'OpenURL' not working - Fixed up monkeypatch of 'OpenURL' calls - Added function to detect outer tag for iso_3.py - Added code to utilise iso_3 in WFS/WMS GetCapabilities responses - Added ISO 19115 Part 3 XML tests using pytest parameters * Remove redundant test file * Add CSW geonetwork tests for iso_3.py * Add spaces to inline comments for flake8 * Add spaces to inline comments for flake8 * Fix error in path description * Rename 'iso_3' to 'iso3' etc.
- Loading branch information
Showing
16 changed files
with
8,196 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.