georust / rinex

RINEX and GNSS data processing :artificial_satellite:
Apache License 2.0
73 stars 18 forks source link

RINEX: replace GroundPosition object by standard library #114

Open gwbres opened 1 year ago

gwbres commented 1 year ago

Use a standard library like geodesy::coord3d to replace the src/groundposition.rs, so we can benefit from their methods

gwbres commented 1 month ago

If we move these functionnalities into the navigation feature, we can replace them by the ANISE toolkit (CartesianState or Orbit).

Also (off topic) it might be possible propose a direct cast between a DORIS RINEX and a nyx::GroundStation that I just discovered