Skip to content

BDS GEO satellite ephemeris problem.

gdpinchina requested to merge github/fork/gdpinchina/master into master

GPSTk has provided an algorithm(BDSEphemeris::svXvt) for BDS GEO satellite ephemeris interpolation, but BDSEphemerisStore, Rinex3EphemerisStore and OrbitEphStore never make a call for BDSEphemeris::svXvt, while the BDS GEO satellites(1~5, 59) are comming through. So I modefied OrbitEphStore to get this problem solved.

Merge request reports