Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.32 KB

README.md

File metadata and controls

20 lines (16 loc) · 1.32 KB

gnss_scripts

useful scripts for processing GNSS data, including data access, pre-processing, post-processing, and accessing other required data (e.g., orbits).

file descriptions

file name description
get_unavco_stn_data.sh for bulk downloading GNSS station data from UNAVCO's GAGE Facility, requires earthscope-cli
get_orbits.sh bulk download SOPAC IGS orbits (or other files) from Scripps Orbit and Permanent Array Center
get_orbits_longfmt.sh bulk download SOPAC orbits with new long naming convention
combine_3d_orbits.sh append daily orbit file with 12 hours from the previous and next day as a single file
combine_3d_rinex.sh append rinex file with 12 hours of obs from the previous and next day as a single file
convertT02.sh convert trimble .T02 files to rinex files with teqc and runpkr00
merge_geod_sol.py merge daily GEOD (lat/lon) solutions into a single .csv file with all solutions for a given year
merge_daily_sol.py merge daily NEU (northing/easting) solutions into a single .csv file with all solutions for a given year

python analysis

For data analysis tools see the Python module gpstools.