seafloor-geodesy / gnatss

Community Seafloor Global Navigation Satellite Systems - Acoustic (GNSS-A) Transponder Surveying Software
https://gnatss.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
10 stars 14 forks source link

feat: Add 'gpsws_to_time' function to convert GPS Week, Seconds to Astropy Time #230

Closed lsetiawan closed 6 months ago

lsetiawan commented 6 months ago

Overview

This PR introduces a utility function gpsws_to_time for converting from GPS Week and Seconds to Astropy Time object. Additionally, some refactoring is done to the test_time.py.

Closes #229