-
Notifications
You must be signed in to change notification settings - Fork 21
Graph Meteo
gwbres edited this page Mar 3, 2024
·
1 revision
RINEX-Cli
allows viewing all meteo sensors data regrouped in a Meteo RINEX file.
Once such a file is loaded into the context, -o,--obs
(observable) visualization will apply to all
physics sampled in this part of the context.
rinex-cli \
-f ./test_resources/MET/V3/POTS00DEU_R_20232540000_01D_05M_MM.rnx.gz \
-g -o
Just like the GNSS carrier view, the plots are rendered in a dedicated file and any preprocessing operation will have the view adapted to it. For example, record resampling with or physics filtering:
In this example, we're only interested in temperature and pressure sensing, we use their official RINEX codes to specify only those should be retained:
rinex-cli \
-f ./test_resources/MET/V3/POTS00DEU_R_20232540000_01D_05M_MM.rnx.gz \
-P TD,PR \
-g -o
- Wiki
- RINEX Data
- Getting Started
- Filter Designer (Preprocessor)
- QC/Analysis mode
- File operations
- Post Processed Positioning (ppp)