Implement a dialog to plot and export GPS data
Create a dialog with buttons to plot and export GPS data.
Show information about a GPS data point when user clicks on it.
Edited by Kien Le
Merge request reports
Activity
Filter activity
added For: Software PriorityHigh StatusIn Progress Type: Feature labels
added 36 commits
-
f4859218...6a4d0cfe - 23 commits from branch
master
- 9579d16d - Create data structure for GPS points
- afaf778b - Add test for MSeed.check_q330_gps_status_format
- e4ca62b6 - Implement format check for Q330 GPS status
- 705490db - Implement extracting Q330 GPS data
- c299282f - Refactor method that extracts GPS point from log
- ef01eeed - Rename some methods to indicate they work on Q330
- 52278082 - Remove unused prints
- 0c52727a - Add method to check if a GPS point is bad
- 8095a329 - Create layout for GPS dialog
- 62c58924 - Connect button signals
- 6a292dd6 - Implement exporting GPS data to file
- 8a43e0d8 - Implement plotting GPS points.
- 11f90494 - Refactor gps plot code
Toggle commit list-
f4859218...6a4d0cfe - 23 commits from branch
added 14 commits
- d8df3b14 - Implement extracting GPS data
- 26161bba - Add method to check if a GPS point is bad
- 9d3dc1cb - Create layout for GPS dialog
- 77f1620f - Connect button signals
- 468c0461 - Implement exporting GPS data to file
- 9fa4184c - Implement plotting GPS points.
- 4cb772a7 - Refactor gps plot code
- 54abddb9 - Change GPS point size to be more clickable
- 394e96e8 - Add showing number of GPS points plotted
- eaf53428 - Implement getting height unit from gps data
- ecf42c05 - Implement showing gps data when clicking on point
- 377a3d72 - Fix gps point data having negative lat or long
- 7774e9bb - Implement showing GPS ranges in meter
- 8fa7d31c - Fix converting GPS longitude unint
Toggle commit listadded 2 commits
added 24 commits
-
1ad18256...c4d270da - 6 commits from branch
master
- c3b63583 - Implement extracting GPS data
- 008040cc - Add method to check if a GPS point is bad
- f4cfca03 - Create layout for GPS dialog
- 0824792e - Connect button signals
- 6e7a64d8 - Implement exporting GPS data to file
- f6f51377 - Implement plotting GPS points.
- e0bee930 - Refactor gps plot code
- 61c10a3e - Change GPS point size to be more clickable
- cf5195c0 - Add showing number of GPS points plotted
- 4c24c103 - Implement getting height unit from gps data
- cf339625 - Implement showing gps data when clicking on point
- 1e2cada7 - Fix gps point data having negative lat or long
- 653a37f4 - Implement showing GPS ranges in meter
- 0ba6507d - Fix converting GPS longitude unint
- 558189f6 - Documentation and refactor
- 493fa4b5 - flake8
- 7b7c2ea3 - flake8
- e055d16b - Fix tests
Toggle commit list-
1ad18256...c4d270da - 6 commits from branch
removed StatusIn Progress label
added 28 commits
-
0d5cc564...66e820a2 - 8 commits from branch
master
- cb23f0fd - Implement extracting GPS data
- a888a1ea - Add method to check if a GPS point is bad
- 715d5e2b - Create layout for GPS dialog
- c02872b9 - Connect button signals
- aa82b2e0 - Implement exporting GPS data to file
- 87194c49 - Implement plotting GPS points.
- 0ad746de - Refactor gps plot code
- d6db8259 - Change GPS point size to be more clickable
- e9cfaf29 - Add showing number of GPS points plotted
- 8f4fccd6 - Implement getting height unit from gps data
- 5b69fe19 - Implement showing gps data when clicking on point
- d06eb7cb - Fix gps point data having negative lat or long
- 3035f6b0 - Implement showing GPS ranges in meter
- bb04f9e2 - Fix converting GPS longitude unint
- 1f98d9db - Documentation and refactor
- 264c4269 - flake8
- 4cc5c5cd - flake8
- 3f63f233 - Fix tests
- dbf4e122 - Fix typos
- c71a4b5f - Add notification when export is finished
Toggle commit list-
0d5cc564...66e820a2 - 8 commits from branch
added 20 commits
-
c71a4b5f...f8c7dcb6 - 2 commits from branch
master
- 71ded981 - Implement extracting GPS data
- e1603cf7 - Add method to check if a GPS point is bad
- d3dc774f - Create layout for GPS dialog
- 201856b9 - Connect button signals
- 715b207b - Implement exporting GPS data to file
- 57ca9e0e - Implement plotting GPS points.
- 3ea08069 - Refactor gps plot code
- f52e4f40 - Change GPS point size to be more clickable
- 6ce41c55 - Add showing number of GPS points plotted
- c323fc5a - Implement showing gps data when clicking on point
- 0c8e47c9 - Fix gps point data having negative lat or long
- cba531c1 - Implement showing GPS ranges in meter
- 27b8739c - Fix converting GPS longitude unint
- 9cae6e10 - Documentation and refactor
- 32daabbd - flake8
- a628ea20 - flake8
- efbb3667 - Fix typos
- 6b654afc - Add notification when export is finished
Toggle commit list-
c71a4b5f...f8c7dcb6 - 2 commits from branch
requested review from @ldam
Please register or sign in to reply