Releases: rtk-rs/rinex
Releases · rtk-rs/rinex
0.6.3
0.6.2: post processing ops improvements
- single RNX differentiation correction
- single diff added to CI/CD
- double RNX differentiation closer to real use cases
thank you @larsnaesbye for valuable contributions
0.6.0: major nav fixes - nav v4 support
Major Navigation Record support improvements
- data was misinterpreted because database description was automatically sorted by alphabetical order
- spare fields were not described properly, leading to key indexes to get shifted -> data misinterpretation
- NAV V4 support ✔️
- modern NAV frames support and efficient browsing
- new high level methods related to modern NAV frames
This release is possible thanks to @larsnaesbye contributions 👏
0.5.0: obs v4
.gz
compressed files decompression, in a stream fashion: new feature.gz
+ hatanaka becomes naturally supported- OBS V4 marked as stable
- Meteo V2 + V3 generation (to_file()) marked as stable
- OBS V2 + V3 generation (to_file()) 90% stabilized, to be released soon
- NAV V2 + V3 : 25% accomplished
- RINEX record: improved some high level operations
- expose new high level operations in
rinex-cli
This release is feasible thanks to @larsnaesbye 's contributions 👏 Welcome on board
0.4.0: rinex release
ATX
record introduced, latest V1.4 supportedCLK
about to be introduced- general improvements
- constellation::SBAS and general improvements
- --features
with-serdes
unlocked - --features
with-geo
andsbas::selection_helper
special method - improved testing methods, CI/CD..
0.3.3: record json! formatter
- Constellation::Geo available
- Serialize + Deserialize ops
- much more..
- working on
to_file()
0.3.0: crinex1 - crinex3
- hatanaka.rs: for CRINEX management
- CRINEX V1
- CRINEX V3
- compressed obs automatically processed
- improved file interaction: moved from
read_to_string()
toBufferedReader
for improved performances - clocks: wip
- merge ops : wip
0.2.2: hatanaka.rs crinex3
- introduced hatanaka module
- CRINEX3 decompression is working
- CRINEX1 is partial: some flags are faulty sometimes : conclude this
0.2.1: constellation serdes
- src/constellarion.rs: implement SerDes traits
0.2.0: meteo data
- Introduced Meteo Data : new type of
RINEX
file - V1, V2
- V3, V4: hypothetically
- improved documentation
- improved OBS
record
definition : newObservationData
type to exposelli
andssi
flags