-
-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support for ISO 19115 Part 3 XML (#933)
* Added initial code to ingest ISO 19115-3 XML * Add ISO 19115-3 XML plugin * Remove old files * Rename profile * Add support for output of vertical extent and funder * Fix bugs in output code * Fix incorrect namespace issue * Get address info from contacts when GetCapabilities not supplied * Add funder parsing, fix vert extent path * Add initial tests * Fix numerous path bugs * Fix errors in constraints and spatial resolution * Allowed anchor tag for identifiers * Updated processing of image description and bands * Add functional tests * Add funder column to db * Fix error im gml namespace path * Add mdb unit test * Cleaning up and adding comments * Add mdb function comments * Add db columns for vert extent * Add function comments to profile code * Fix vert extent and gml paths in tests * Fix services bugs and add tests * Update functional tests for new mdb XML test record * Update comments and readme for ISO 19115 Part 3 XML * Add mdb transaction tests * Fixes: - Missing contact name in converted records - Add more tests * Update due to functionality moved to OWSLib * Updated tests and modifications for changed config format * Update expected test responses after OWSLib funder changes * Restore correct version of cite.db * Remove cite.db from pull request * Remove unnecessary trailing comma in setup.py * Renamed func. test suites from 'mdb' to 'iso19115p3' * Remove 'Funder' field and tests * Correct the profile name in the iso19115p3 test suite * Update iso19115p3 func. tests for profile name change
- Loading branch information
Showing
157 changed files
with
26,197 additions
and
25 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# -*- coding: utf-8 -*- | ||
# ================================================================= | ||
# | ||
# Authors: Tom Kralidis <tomkralidis@gmail.com> | ||
# | ||
# Copyright (c) 2015 Tom Kralidis | ||
# | ||
# Permission is hereby granted, free of charge, to any person | ||
# obtaining a copy of this software and associated documentation | ||
# files (the "Software"), to deal in the Software without | ||
# restriction, including without limitation the rights to use, | ||
# copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
# copies of the Software, and to permit persons to whom the | ||
# Software is furnished to do so, subject to the following | ||
# conditions: | ||
# | ||
# The above copyright notice and this permission notice shall be | ||
# included in all copies or substantial portions of the Software. | ||
# | ||
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | ||
# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES | ||
# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | ||
# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT | ||
# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, | ||
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING | ||
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR | ||
# OTHER DEALINGS IN THE SOFTWARE. | ||
# | ||
# ================================================================= |
Oops, something went wrong.