-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify domain coordinate checking when read
- When reading the program's domain file's coordinate values * We cannot test longitude due to longitude wrapping -> only check latitude values * We can only test geographical latitude values to be within the ranges of [90, -90] since projected values are not represented the same -> only test geographical latitude * Checking every latitude value is unnecessary -> only check the first and the last values if they are outside
- Loading branch information
1 parent
f16ae8b
commit 4d29a84
Showing
1 changed file
with
11 additions
and
19 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