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
339 stars 182 forks source link

multi-GNSS PPP based on GPSTK like example #51

Closed yzxyz123 closed 5 years ago

yzxyz123 commented 5 years ago

How to realize multi-GNSS PPP based on GPSTK like example?PRN-GNSS?

vdmitriev90 commented 5 years ago

Here are you can find an example of GPS+GLONASS PPP implementation based on GPSTK classes https://github.com/vdmitriev90/GPSTk/tree/master/POD/src/GPSProcessing see class PppFloatSolution

yzxyz123 commented 5 years ago

Here are you can find an example of GPS+GLONASS PPP implementation based on GPSTK classes https://github.com/vdmitriev90/GPSTk/tree/master/POD/src/GPSProcessing see class PppFloatSolution

thank you so much,and how to selest satellite sysytem in the original GPSTK code?

vdmitriev90 commented 5 years ago

thank you so much,and how to selest satellite sysytem in the original GPSTK code?

You can use system field in SatID object

bryantaoli commented 3 years ago

realize multi-GNSS PPP based on GPSTK

Hello, have you realized multi-GNSS PPP based on GPSTK?

UT-dave commented 3 years ago

The current version of the GPSTk can support multi-GNSS PPP code, yes. GPSTk does not provide a specific implementation.