9 stable releases

2.3.4 Apr 27, 2024
2.3.0 Jan 1, 2024
2.2.1 Dec 27, 2023
2.2.0 Nov 27, 2023
1.0.0 Jun 25, 2022

#123 in Geospatial

Download history 11/week @ 2024-02-21 3/week @ 2024-02-28 6/week @ 2024-03-27 11/week @ 2024-04-03 217/week @ 2024-04-24 29/week @ 2024-05-01

246 downloads per month

MIT/Apache

1.5MB
27K SLoC

CRX2RNX

crates.io License License

CRX2RNX is a command line tool to decompress Compact RINEX into RINEX data.
It is an alternative to the existing official tool.

Compression algorithm

Yuki Hatanaka created a simple yet efficient method to compress RINEX files, it's called CRINEX,
latest revision is CRINEX3 and is specified here.

This tool supports both CRINEX1 and CRINEX3 (latest).

This tool supports a maximal compression order of 6, which is more than other existing tools: this means you can safely pass CRINEX that were compressed with other existing tools.

Getting started

Build with the --release flag for best performances.

Specify one file to decompress with --fp:

crx2rnx --fp ../test_resources/CRNX/V1/wsra0010.21d

This generates test_resources/CRNX/V1/wsra0010.21o, to follow RINEX naming conventions.

You can specify the output path yourself:

crx2rnx --fp ../test_resoures/CRNX/V1/wsra0010.21d \
    -o /tmp/output.rnx # does not have to follow naming conventions
crx2rnx -f ../test_resoures/CRNX/V3/ACOR00ESP_R_20213550000_01D_30S_MO.crx \
    -o /tmp/output.rnx # standard V3 extension

Dependencies

~6.5–9.5MB
~176K SLoC