-
-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
handle OBS2 mangled header and data times
init
- Loading branch information
Showing
5 changed files
with
73 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[metadata] | ||
name = georinex | ||
version = 1.6.7.1 | ||
version = 1.6.7.2 | ||
author = Michael Hirsch, Ph.D. | ||
author_email = [email protected] | ||
description = Python RINEX 2/3 NAV/OBS reader with speed and simplicity. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
2.11 OBSERVATION DATA M (MIXED) RINEX VERSION / TYPE | ||
7 L1 L2 P1 P2 C1 S1 S2 # / TYPES OF OBSERV | ||
2010 3 5 0 0 0 .0000000 GPS TIME OF FIRST OBS | ||
END OF HEADER | ||
10 3 5 0 0 0 .0000000 0 8G13R19G32G 7R23G31G20R11 | ||
130321269.80108 101549030.34908 24799319.672 9 24799319.752 9 24799318.768 7 | ||
62.000 80.000 | ||
129262004.57708 24597748.629 7 | ||
47.000 | ||
133135049.38708 103741584.18208 25334766.349 9 25334768.879 9 25334766.309 7 | ||
75.000 83.000 | ||
133174968.81808 103772690.97708 25342359.815 9 25342359.952 9 25342359.370 7 | ||
65.000 45.000 | ||
119323293.47908 22706470.024 7 | ||
79.000 | ||
114311363.56508 92979182.85108 21752728.352 9 21752728.204 9 21752729.338 7 | ||
72.000 63.000 | ||
135891004.29908 105889081.83208 25859215.981 9 25859207.736 9 25859205.875 7 | ||
44.000 46.000 | ||
131986783.86108 25116253.066 7 | ||
38.000 | ||
10 3 5 0 0 60.0000000 0 1G13 | ||
130321269.80108 101549030.34908 24799319.672 9 24799319.752 9 24799318.768 7 | ||
62.000 80.000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters