GeoscienceAustralia / GeodePy

A toolkit for Geodesy and Surveying in Python
Apache License 2.0
91 stars 48 forks source link

Add ATRF Parameters #57

Closed BatchelorJ closed 5 years ago

BatchelorJ commented 5 years ago

Add ATRF to GDA2020 transformation parameters, new specific functions for transforming between ATRF and GDA2020, added test coverage of these new functions. Resolves #55

BatchelorJ commented 5 years ago

Under files changed, in the file geodepy/tests/test_transform.py you'll see a code block starting def test_atrftogda2020(self):. This shows the test values used, the transformation functions used and the assert statements saying that the initial values must agree with the computed values to 5e-5 (0.00005m)

harry093 commented 5 years ago

@nich0lasbr0wn, the test values used in the code testing the transformations are taken from the GDA2020 tech manual.

All unit tests are automatically run every time some new code is pushed to master and the results are reported. You can see near the bottom of this page 'All checks have passed' with a green tick in front of it, meaning everything is tickety-boo