Skip to content

Commit

Permalink
- updated CHANGELOG.md
Browse files Browse the repository at this point in the history
- updated README.md
  • Loading branch information
hirokawa committed Dec 30, 2023
1 parent a372eef commit 017fe86
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 8 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
# [1.0.0] 2024-01-01

### Added
New class structure for PPP/PPP-RTK/RTK processing
New integrated class structure (PPPOS) for PPP/PPP-RTK/RTK processing

Support for RTCM3 (Galileo HAS IDD)

Expand All @@ -17,13 +17,20 @@ Parser for RTCM3, L5 SBAS

Experimental support for PPP via SouthPAN (PVS)

New solid Earth tides model using PySolid (2010 IERS Conventions)

### Changed

Improved documentation

Sign of SSR satellite signal code/phase bias align with RTCM 3 convention

PPPIGS was integrated into PPPOS and removed

### Fixed

Link for cssrlib-data

### Deprecated
### Removed
Function based PPP/PPP-RTK/RTK processing
Expand All @@ -48,6 +55,8 @@ Jupyter notebook with examples

Improved documentation

Added link for Google Colab

### Fixed
### Deprecated
### Removed
Expand Down
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ pip install bitstruct galois crccheck pysolid
pip install notebook numpy matplotlib
```

Optionally, on linux, users can install the `cartopy` package
Optionally, on linux, users can install the `cartopy` package and the `PySolid` package

```
pip install cartopy
pip install cartopy pysolid
```

If the installation of `cartopy` fails, try installing `libgeos++-dev` first.
Expand Down Expand Up @@ -74,9 +74,14 @@ Run RTK sample.
python test_rtk.py
```

Other samples are also available in a separate repository [`cssrlib-data`](https://github.com/hirokawa/cssrlib-data) including :
Other samples with dataset are also available in a separate repository [`cssrlib-data`](https://github.com/hirokawa/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
- (experimental) PPP via SouthPAN (PVS) processing example
- Binary message parser for Septentrio receiver (Mosaic/PolaRX5)

- Galileo-HAS decoder
- BDS-PPP decoder
- Jupyter-Notebook including samples for RTK/PPP-RTK.

2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = cssrlib
author = Rui Hirokawa
author_email = rui.hirokawa@gmail.com
description = Compact SSR Library for PPP/PPP-RTK
description = Python Toolkit for PPP/PPP-RTK positioning
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/hirokawa/cssrlib
Expand Down

0 comments on commit 017fe86

Please sign in to comment.