The #GNSS community has been using #RINEX as the standard format to exchange GNSS measurements
But this text format is slow to load, which is a problem for #AI applications that need to process huge data volumes
The post below proposes using #Apache #parquet as as a much faster alternative
https://mgfernan.com/posts/parquet_format_for_gnss_measurements/
Using Apache parquet to store and process GNSS measurements – mgfernan
Leverage Apache parquet to store and exchange GNSS measurement, usually stored in RINEX (text-based) format. This format can be quickly loaded in data structures such as pandas DataFrame for efficient data manipulation and processing.
