feat: Add IGS SSR Ionospheric Corrections Support (RTCM 4076/201)#734
Open
mgfernan wants to merge 6 commits intortklibexplorer:mainfrom
Open
feat: Add IGS SSR Ionospheric Corrections Support (RTCM 4076/201)#734mgfernan wants to merge 6 commits intortklibexplorer:mainfrom
mgfernan wants to merge 6 commits intortklibexplorer:mainfrom
Conversation
added 6 commits
July 31, 2025 09:24
A tool iono2rtcm (in utils) to encode BNC VTEC blocks to RTCM 4076/201 message has been added (including tests) The utils tool dumpssr includes also the dumping of IONO SSR corrections in BNC SSR text format (see section 2.8 at https://software.rtcm-ntrip.org/export/HEAD/ntrip/trunk/BNC/src/bnchelp.html (cherry picked from commit 942b034)
Used for IONO SSR spherical harmonics corrections
This will be required in order to use the ionospheric model from SSR corrections Also, added a test to exercise this new feature (data files that have been used for the tests have been included in this commit as well)
These corrections are delivered as Spherical Harmonics.
Owner
|
This feature looks to be a nice addition to the code, but it still includes a very large number of unnecessary and unrelated white space changes which make reviewing the changes difficult and creates churn in the code. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add support to parse and apply ionospheric corrections delivered via RTCM by the International GNSS Service
This pull request has been proposed based on an initial pull request proposed on the now obsolete
demo5branch, the repository maintainers have proposed applying the pull request on the newmainbranchAlso, the following points are noted: