Skip to content
/ PyGPS Public
forked from gregstarr/PyGPS

GPS toolbox: read rinex, make h5, calculate TEC, position of satellites, receiver bias, satellite bias, etc.

License

Notifications You must be signed in to change notification settings

kefuhe/PyGPS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is merging with a more versatile ionosphere data processing project, found here: GeoScience Ionospheric Tool

#PyGPS

PyGPS is a python codebase for working with GPS data. It can be used for:

  • reading RINEX files from observation and navigation data
  • processing TEC
  • finding satellite positions in various coordinate systems
  • calculating pierce point locations
  • removing satellite and receiver bias.

All this code was written under the larger goal of integrating GPS data processing into GeoData which is John Swoboda’s open source ionosphere data processing project. The code culminates in the function GDfromRinex() which runs through the entire data processing algorithm from RINEX file to GeoData object for one receiver. The basic procedure is highlighted below:

GDfromRinex()
  1. Read RINEX obs, nav and satellite bias files
  2. calculate TEC for each satellite at each time, remove satellite bias
  3. Mark hardware detected loss of lock events and software detected cycle slips
  4. Calculate satellite position at each time
  5. Produce mapping valued (function of elevation)
  6. Put everything in giant Panel4D
  7. Calculate receiver bias
  8. Transfer data into a form that GeoData understands

Along the way the rinex data, which takes a long time to read in its natural format, can be turned into an HDF5 file which reads in a few seconds. The RINEX reading was adapted from PyRinex by Michael Hirsch and most of the rest of the code was adapted from code by Bill Rideout.

About

GPS toolbox: read rinex, make h5, calculate TEC, position of satellites, receiver bias, satellite bias, etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%