Metadata-Version: 2.4
Name: RinexParser
Version: 1.0.3
Summary: A tool to parse, check and resample Rinex files
Project-URL: Homepage, https://github.com/a5bru/RinexParser
Project-URL: Issues, https://github.com/a5bru/RinexParser/issues
Author-email: Juergen Fredriksson <surveyor@quantentunnel.de>
License-Expression: GPL-3.0-or-later
License-File: LICENSE.txt
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# RinexParser

Python scripts to analyse Rinex data. Supports Rinex 2 and Rinex 3

# Install

```
git clone https://gitlab.com/dach.pos/rinexparser.git
cd rinexparser
make cleanAll
make prepareVenv
source env/bin/activate
make setupVenv
make test
```

If the test was successfull:

``` python setup.py install ```

Within your program you can then import the package.

# Example

Please check the file *tests/test_obs_reader.py* for examples

Have Fun!
