6 Commits

Author SHA1 Message Date
Mark Peterson
07db0fcc0a
License update (#830) 2020-08-12 17:28:51 -05:00
Patrick Hogan
09c81f862e Update 2018-06-21 19:03:59 -07:00
Patrick Hogan
44a32a6501 Update 2018-06-21 18:45:33 -07:00
David Collins
c005bc998f
Enhanced geographic to Cartesian arithmetic precision (#714)
* Unit tests for map projection arithmetic
- Unit tests for Globe's ellipsoidal properties and methods against official WGS84 reference values
- In-progress unit tests for ProjectionWGS84's geographic-to-cartesian arithmetic

* Unit tests for map projection arithmetic
- Unit tests for Globe's ellipsoidal properties and methods
- Unit tests for ProjectionWGS84's geographic-to-Cartesian transformations
- Employed official WGS84 reference values for all unit tests

* Unit tests for map projection arithmetic
- Unit tests for Globe's ellipsoidal properties and methods
- Unit tests for ProjectionWGS84's geographic-to-Cartesian transformations
- Employed official WGS84 reference values for all unit tests

* Enhanced geographic to Cartesian arithmetic precision

* Disabled unit tests validating incorrect results
- Several unit tests validated functions based on earlier output from the function itself.
- These functions computed incorrect results, and once repaired the erroneous unit tests failed.
- I've opted to disable these unit tests until an independent validation method can be established.
- In the meantime, I have added unit tests for the problematic low-level functions that are validated against independent results.

* Simplified WorldWind module import for new unit tests

* Clarified property docs for Globe.polarRadius and eccentricitySquared
2018-05-24 15:20:59 -07:00
Zach Glueckert
b0e0e91be6 Add generic WCS Coverage object (#648)
* Update WcsCoverage object and add utility methods to coverage descriptions

* Remove redundant float parsing

* Change naming

* Cleanup formatting

* Remove comment

* Remove coverage name to index map

* Remove unused imports

* Add parse to WcsCoverage object

* Refactor input checks

* Fix WcsCoverage object creation

* Add WebCoverageService unit tests

* Update Sector matcher function name

* Change variable name for WebCoverageService reference

* Refactor Sector unit test for equality
2018-04-27 09:33:14 -07:00
David Collins
9e89c14dee Modified BoundingBox.setToSector to handle large sectors (#548)
* Modified BoundingBox.setToSector to handle large sectors
- Sectors with a longitude span greater than 180 degrees are correctly represented
- Closes #545

* Repaired BoundingBox unit test
2018-03-15 15:50:43 -07:00