/rinex_navigation_csv

this is a simple code that allows the extraction of navigation data of a rinex files , the file description is provided by https://geodesy.noaa.gov/corsdata/RINEX211.txt , the code is written in C programming language

Primary LanguageC

rinex_navigation_csv

this is a simple code that allows the extraction of navigation data of a rinex files and parse them to csv file format , it is useful for students who wish to see the file in a more simple way , and also to easily analyse the data of the navigation file , the file description is provided by https://geodesy.noaa.gov/corsdata/RINEX211.txt , the code is written in the C programming language , the data was extracted using only basic data types manipulation without knowing the construction of the binary file wich makes it a simple and yet effective way to be familiar with the language and with the data in hand .