-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Save GDT20 - Polar Stereographic - take 2 (#405)
* Add saver for GDT20 * Save GDT20 (Polar Stereographic) * License headers! * Fix bits missed in branch update. * Address @pp-mo comment on 0x80. * Remove comment. * Fix flake8. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fix missing bracket. * Correct test value after ff8fc0d. * Further fixes. * Correct expected projectionCentreFlag to 128 following ff8fc0d. * Handle both Stereographic and PolarStereographic appropriately. * Add a GDT20 roundtrip test. * Fix tests. * Don't flake8 type hints. * Mypy - remove six import. * Revert "Don't flake8 type hints." This reverts commit 32f6806. * Exclude test_grid_definition_section.py from pep8 - E701 type hints. * More translation errors. * Fix tests. * Remove PEP8 exception file. * Add release notes entry. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Approximate equality check. * Allow for scale factor of 1.0 . * Common non-standard scale factor error. * Better TranslationError for non-polar. * Fix test. --------- Co-authored-by: Peter Killick <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
e0a3057
commit b0f4584
Showing
11 changed files
with
498 additions
and
32 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
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.