Giter Site home page Giter Site logo

nequickg's Introduction

Nequick-G

This is a python implementation of the Nequick-G ionospheric correction model described in European Space Agency's Galileo Ionospheric Model. Ionospheric disturbance flags are not implemented

Reference: Ionospheric correction Algorithm for galileo single frequency users (2016) https://www.gsc-europa.eu/system/files/galileo_documents/Galileo_Ionospheric_Model.pdf

Installation

This module depends on numpy for computation, and matplotlib and Basemap for plotting. In ubuntu they can be installed via:

sudp apt-get install python-numpy
sudo apt-get install python-matplotlib
sudo apt-get install python-mpltoolkits.basemap

This module doesn't require installation to your python environment's site-packages. Simply write scripts in the same directory as this project and import the necessary classes

Main classes

NequickG_global:

The global ionosphere's electron density, as described by the Nequick model, is fully defined by two types of inputs: time (month and universal time) and broadcast coefficients (a01, a02, a03). Once the NequickG_global object is instantiated, it can be used to calculate slant TECs and act as a factory for "local" NequickG objects

NequickG:

NequickG objects are models of the ionosphere localised to a particular longitude and latitude. It is generated by giving a position input to the Nequick_global's get_Nequick_local method. Internally, it contains the topside and bottomside models that constitutes the NequickG model. NequickG objects allows calculation of vertical electron density profiles and vertical TEC

Ray:

Ray objects specify a straight line propagation path. Used mainly with NequickG_global objects for slant TEC calculations. Relevant routines, such as determining the validity of the propagation path or the altitude along the path, are contained in this class.

NEQTime / Position / GalileoBroadcast:

These classes wrap and group the input parameters of the Nequick-G model into meaningful concepts. Also used to implement "approximate equality" just in case it is needed.

Example of approximate equality: [40.2N 0.3W] == [40N 0E]

Usage

Example usages of these classes are provided in the task folder.

If you need any more information, have any suggestions or noticed any bugs, do open a new Issue on this repository

Known issues

For low solar activities, like that listed in the validation table. F1 critical frequency can become negative. This is unphysical and likely to mean that there is a bug in the implementation.

nequickg's People

Contributors

tpl2go avatar

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.