Coder Social home page Coder Social logo

scivision / pygps Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gregstarr/pygps

1.0 3.0 1.0 32.19 MB

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

License: GNU Affero General Public License v3.0

Python 100.00%

pygps's Introduction

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.

pygps's People

Contributors

gregstarr avatar

Stargazers

Timothy avatar

Watchers

James Cloos avatar  avatar  avatar

Forkers

macicco

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.