项目作者: jsvcycling

项目描述 :
Simple GPS Total Electron Content (TEC) parser for Madrigal dataset.
高级语言: Matlab
项目地址: git://github.com/jsvcycling/GPS-TEC-Parser.git
创建时间: 2018-11-16T16:56:02Z
项目社区:https://github.com/jsvcycling/GPS-TEC-Parser

开源协议:GNU General Public License v3.0

下载


GPS-TEC HDF5 Parser (MATLAB)

This repository contains a very simple function for reading GPS Total Electron
Content (TEC) data from HDF5 files provided by the
Madrigal project.

The get_tec() function allows the user to input any timestamp and coordinate
pair and it will return the value of the nearest TEC data point. No
interpolation is done. A brief example of it’s usage is provided in the test.m
script file.