linz / snap

Survey Network Adjustment Package.
Other
8 stars 4 forks source link

CSV format observation files don't allow DMS or HP format angles #96

Closed ccrook closed 3 years ago

ccrook commented 4 years ago

This issue raised by PD.

The CSV format was originally written to simplify interfacing with databases, for which decimal degrees is (probably) a more common angle format. However there is no reason not to support these other formats.

This can most simply be implemented as angle format conversion functions available in the CSV format definition. ie read_dms_angle, read_hp_angle. These would then be available in both station and observation files.

ccrook commented 3 years ago

Fixed in a06f09c7e502f2c7acfb7bbcb824ee89f2a3e4c4