GeoscienceAustralia / GeodePy

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

Adding more SINEX operations #152

Closed adeane-ga closed 2 months ago

adeane-ga commented 3 months ago

Description

This feature branch contains the addition of more SINEX related functions to the gnss.py module. These are to aid the ability to manipulate SINEX files for general purposes (e.g. coordinate transformations and other operations) by allowing SINEX blocks to be individually worked on and then written out again. There is also the addition of the velocity transformation object in constants.py for ITRF2020/ITRF2014 transformations. The addition to constants.py is thanks to work form Carl Wang. There is also a minor fix to the DMS object in angles.py relating to the case where the seconds column in a SINEX is not double digits and so an empty space was returned instead of the seconds variable.

This work is associated to another pull request in another repository: https://github.com/GeoscienceAustralia/gda2020/pull/1.

Functions Added

Comments

Future Work

Here is some suggestions for either a future work package, or additional work before merging.