Skip to content

time binning

Guillaume W. Bres edited this page Dec 28, 2023 · 9 revisions

Time Binning

rinex-cli supports --tbin to divide RINEX files into a batch where each RINEX spans a given duration. By default RINEX files span 24h.

In this example, we'll split a standard file into 8 files of 4 hour duration each.

rinex-cli \
    -f test_resources/CRNX/V3/ESBC00DNK_R_20201770000_01D_30S_MO.crx.gz \
    -P GPS \
    --tbin "4 hour"
Clone this wiki locally