|
1 | | -# rinex-cli |
2 | | -RINEX post processing tool |
| 1 | +RINEX-Cli |
| 2 | +========= |
| 3 | + |
| 4 | +[](https://github.com/rtk-rs/rinex-cli/actions/workflows/rust.yml) |
| 5 | +[](https://github.com/rtk-rs/rinex-cli/actions/workflows/daily.yml) |
| 6 | +[](https://crates.io/crates/rinex-cli) |
| 7 | + |
| 8 | +[](https://github.com/rtk-rs/rinex-cli/blob/main/LICENSE) |
| 9 | + |
| 10 | +`rinex-cli` is a command line tool to post process RINEX + SP3 data. |
| 11 | + |
| 12 | +## Licensing |
| 13 | + |
| 14 | +This application is part of the [RTK-rs framework](https://github.com/rtk-rs) which |
| 15 | +is delivered under the [Mozilla V2 Public](https://www.mozilla.org/en-US/MPL/2.0) license. |
| 16 | + |
| 17 | +## File formats & revisions |
| 18 | + |
| 19 | +`rinex-cli` supports |
| 20 | + |
| 21 | +- all formats & revisions supported by [the RINEX parser](https://github.com/georust/tree/main/rinex) |
| 22 | +- all revisions supported by [the SP3 parser](https://github.com/georust/tree/main/sp3) |
| 23 | + |
| 24 | +Summary: |
| 25 | + |
| 26 | +| Format | File name restrictions | Support | |
| 27 | +|------------------------|-----------------------------------|------------------------------------| |
| 28 | +| RINEX | :heavy_minus_sign: | :heavy_check_mark: | |
| 29 | +| CRINEX | :heavy_minus_sign: | :heavy_check_mark: | |
| 30 | +| gzip compressed RINEX | Name must end with `.gz` | `--flate2` feature must be enabled | |
| 31 | +| gzip compressed CRINEX | Name must end with `.gz` | `--flate2` feature must be enabled | |
| 32 | +| .Z compressed RINEX | Not supported | Not supported | |
| 33 | +| DORIS RINEX | :heavy_minus_sign: | :construction: Work in progress | |
| 34 | +| gzip compressed DORIS | Name must end with `.gz` | `--flate2` feature must be enabled | |
| 35 | +| .Z compressed DORIS | Not supported | Not supported | |
| 36 | +| SP3 | :heavy_minus_sign: | :heavy_check_mark: | |
| 37 | +| gzip compressed SP3 | Name must end with `.gz` | `--flate2` feature must be enabled | |
| 38 | +| .Z compressed SP3 | Not supported | Not supported | |
| 39 | +| BINEX | :heavy_minus_sign: | :heavy_minus_sign: | |
| 40 | +| UBX | :heavy_minus_sign: | :heavy_minus_sign: | |
| 41 | + |
| 42 | +:heavy_minus_sign: No restrictions: file names do not have to follow naming conventions. |
| 43 | + |
| 44 | +Special Thanks |
| 45 | +============== |
| 46 | + |
| 47 | +These tools would not exist without the great libraries written by C. Rabotin, |
| 48 | +[check out his work](https://github.com/nyx-space). |
| 49 | + |
| 50 | +Some features would not exist without the invaluable help of J. Lesouple, through |
| 51 | +our countless discussions. Check out his |
| 52 | +[PhD manuscript (french)](http://perso.recherche.enac.fr/~julien.lesouple/fr/publication/thesis/THESIS.pdf?fbclid=IwAR3WlHm0eP7ygRzywbL07Ig-JawvsdCEdvz1umJJaRRXVO265J9cp931YyI) |
0 commit comments