Skip to content

scripts useful in gnss data access, pre- and post- processing, and access to supplemental data

License

Notifications You must be signed in to change notification settings

jzmejia/gnss_scripts

Repository files navigation

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

python analysis

For data analysis tools see the Python module gpstools.