SGL-UT / GPSTk

ATTENTION: This repository has been moved and is for archival purposes only. GPSTk toolkit has been renamed to GNSSTK and has been split into two new separate repositories. GNSSTK now only contains libraries while the other repository GNSSTK-APPS contains only applications. The rename and split into libraries and applications started with version v12.0.0 on September 2021. GPSTk --> GNSSTK at https://gitlab.com/sgl-ut/gnsstk --> GNSSTK-APPS at https://gitlab.com/sgl-ut/gnsstk-apps
Other
342 stars 185 forks source link

RINEX fixes #3

Closed rumkex closed 6 years ago

rumkex commented 10 years ago

This addresses a few common pitfalls encountered when processing RINEX data. 1) Better conformance with RINEX 3.0+ specifications. 2) Backward compatibility with RINEX 2.0 observation types (L1, L2, ...) when processing old-style files.

masamitsutech commented 8 years ago

As these classes are now in /core, an review by lab developers must be done prior to merging this code into master.

We apologize for the delayed communication with external developers, as we have focused much internal effort on refactoring major portions of the toolkit.

Thank you for your submission and we will respond as soon as the review is complete.

masamitsutech commented 6 years ago

Before this pull request can be reviewed for the next stable release, please update the branch to resolve possible merge conflicts.

rumkex commented 6 years ago

I'll resubmit this one at a later date since some features have already been implemented in upstream. I'll try to make the commits more clear, too.