Python Toolkit for PPP/PPP-RTK positioning
Project description
CSSRlib - Toolkit for PPP-RTK/RTK in Python using Compact SSR
What is CSSRlib?
CSSRlib is a open toolkit in Python for high accuracy GNSS positioning. It supports SSR (State-Space Representation) based positioning for PPP (Precise Point Positioning) or PPP-RTK (Realtime Kinematic), while also supporting RTK. The goal of the CSSRlib toolkit is to provide an easy-to-understand open implementation to learn PPP/PPP-RTK positioning provided by satellite-based open PPP/PPP-RTK services such as QZSS CLAS, Galileo HAS, and BeiDou 3 PPP. It also supports ground based open service by IGS. The code is based on RTKlib.
It supports the following open format:
- The observation data and ephemeris in RINEX
- The PPP/PPP-RTK correction data in RTCM SSR, IGS SSR, Compact SSR, ...
- The precise orbit/clock data in SP3 format.
Click this button for a quick demo in Google Colab
Prerequisites
Additional python packages are required as prerequisites and can be installed via the following command
pip install -r requirements.txt
If the installation of cartopy fails, try installing libgeos++-dev first.
sudo apt-get install libgeos++-dev
NOTE: the module pysolid is used for the computation of solid Earth tides. It contains a hard-coded leap second table with an expiration date, which is set to the next possible injection date of a leap second at the time of the last update. The table is frequently updated by the package maintainers. The following warning is issed when the expiration date is exceeded:
Mild Warning -- time crossed leap second table boundaries. Boundary edge value used instead
If you encounter this warning when executing CSSRlib scripts, it can most likely be fixed by updating pysolid to the most recent version using
pip install -upgrade pysolid
Install
You can install the official version of CSSRlib using pip
pip install cssrlib
If you want to install the development version from this repository, first clone or download the sources and then run
pip install .
in the root directory, where the setup.cfg file is located.
Testing
Run orbit plot sample.
python test_eph.py
Run RTK sample.
python test_rtk.py
Other samples with dataset are also available in a separate repository cssrlib-data including:
- Galileo-HAS PPP (SIS/IDD) processing example
- BDS-PPP processing example
- QZSS MADOCA-PPP processing example
- QZSS CLAS PPP-RTK processing example
- IGS (SP3+BIAS) PPP-AR processing example
- PPP via SouthPAN (PVS) processing example
- JPL GDGPS (GPSHAS) processing example
- Binary message parser for Septentrio receiver (Mosaic/PolaRX5)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cssrlib-1.2.1.tar.gz.
File metadata
- Download URL: cssrlib-1.2.1.tar.gz
- Upload date:
- Size: 353.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
62dcc6c8269bbe75d474dc88583227a311f9d446b26d28075bbb38633dde327d
|
|
| MD5 |
8ab578b6678bed83704cf50a5dc45609
|
|
| BLAKE2b-256 |
fe127ea1fd36cba491354115a980e97d3600b71607ea101fd65af7b9f6d9eb61
|
File details
Details for the file cssrlib-1.2.1-py3-none-any.whl.
File metadata
- Download URL: cssrlib-1.2.1-py3-none-any.whl
- Upload date:
- Size: 366.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4a8a7c283097e197e34fde44344fa7fe0f7ae319d07837acbad362d259cbb6cb
|
|
| MD5 |
3c4e2d2954107ba10abf374fd9368e79
|
|
| BLAKE2b-256 |
ffd384348a5f44936c1c492d12a1ecd3c5f8728018c38ae12e30436d7c31f45d
|