Skip to content
Snippets Groups Projects

Implement extracting RT130 GPS data

Merged Kien Le requested to merge feature-#19-get_gps_data_rt130 into master
2 files
+ 3
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -7,7 +7,7 @@ from pathlib import Path
from typing import Tuple, List
import numpy as np
from obspy.core import Stream, UTCDateTime
from obspy.core import Stream
from sohstationviewer.model.gps_point import GPSPoint
from sohstationviewer.model.reftek.from_rt2ms import (
Loading