sp3 0.0.7

IGS SP3 file parser
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# SP3

[![crates.io](https://img.shields.io/crates/v/sp3.svg)](https://crates.io/crates/sp3)
[![Rust](https://github.com/gwbres/sp3/actions/workflows/rust.yml/badge.svg)](https://github.com/gwbres/sp3/actions/workflows/rust.yml)
[![crates.io](https://docs.rs/sp3/badge.svg)](https://docs.rs/sp3/)
[![crates.io](https://img.shields.io/crates/d/sp3.svg)](https://crates.io/crates/sp3)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue?style=flat-square)](https://github.com/gwbres/sp3/blob/main/LICENSE-APACHE)
[![License](https://img.shields.io/badge/license-MIT-blue?style=flat-square)](https://github.com/gwbres/sp3/blob/main/LICENSE-MIT) 

SP3 Precise GNSS Orbit files parser. 

SP3 is specifid by [IGS](https://igs.org/products/#orbits_clocks).

The parser only supports Revisions C & D at the moment.

This parser is work in progress.