Skip to main content

Total electron content reconstruction using GNSS data

Project description

gnss-tec is a Python package to reconstruct slant total electron content in the ionosphere using data provided by global navigation satellite systems (GPS, GLONASS, etc.). The module uses carrier phase and pseudo-range measurements from RINEX observation files as input.

Features

  • phase & pseudo-range TEC reconstruction

  • RINEX v2.n & 3.n support

Usage

A short usage example:

from gnss_tec import rnx
from gnss_tec.glo import collect_freq_nums

glo_freq_nums = collect_freq_nums('site0390.17g')

with open('site0390.17o') as obs_file:
    reader = rnx(obs_file, glo_freq_nums=glo_freq_nums)
    for tec in reader:
        print(
            '{} {}: {} {}'.format(
                tec.timestamp,
                tec.satellite,
                tec.phase_tec,
                tec.p_range_tec,
            )
        )

Installation

$ pip install gnss-tec

License

Distributed under the terms of the MIT license, gnss-tec is free and open source software.

Copyright Ilya Zhivetiev, 2019.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gnss-tec-1.1.1.tar.gz (13.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

gnss_tec-1.1.1-py3-none-any.whl (15.3 kB view details)

Uploaded Python 3

File details

Details for the file gnss-tec-1.1.1.tar.gz.

File metadata

  • Download URL: gnss-tec-1.1.1.tar.gz
  • Upload date:
  • Size: 13.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.2 pkginfo/1.4.2 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.8.0 tqdm/4.32.1 CPython/3.7.3

File hashes

Hashes for gnss-tec-1.1.1.tar.gz
Algorithm Hash digest
SHA256 e8810a85c58e7f5cbb27b706d7c12df7e132f294bb5e2d4e63b261fe191cf6b8
MD5 ee727951711980ae467b60b9cf6bf60c
BLAKE2b-256 09afdceca888177370dcd42f98ada2fbb38b84884e41d7617911be9a57cae070

See more details on using hashes here.

File details

Details for the file gnss_tec-1.1.1-py3-none-any.whl.

File metadata

  • Download URL: gnss_tec-1.1.1-py3-none-any.whl
  • Upload date:
  • Size: 15.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.2 pkginfo/1.4.2 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.8.0 tqdm/4.32.1 CPython/3.7.3

File hashes

Hashes for gnss_tec-1.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 1ebde06f6f216d86e9cb829520835d4020377fba4759a2d0f84ba95437b6add6
MD5 04f751d05cca9a6d5846efc3a1c12246
BLAKE2b-256 44ea364018064245bd4695c07ca4673b0fefa70180fa3b4a1a6fe7ce7c989767

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page