The EarthScope SDK offers programmatic access to GNSS observation and ephemeris data. You can easily retrieve satellite positions in an Earth-Centered, Earth-Fixed reference frame with the following features:
- no more parsing RINEX
- only download what you want
- easy interoperability with common data science libraries via Apache Arrow
This example uses a GNSS Jamming Detection scenario to demonstrate how to read observation and ephemeris data from EarthScope. It compares the Carrier-to-Noise density ratio (C/Nā) between two stations over a period of time to determine if jamming occurred at the target station.
To get started in GeoLab, clone the repository in a terminal and run the notebook.
git clone https://github.com/sparafina-earthscope/cn0.git
Let me know what you think.