Metadata-Version: 2.1
Name: gnsstoolbox
Version: 1.2.7
Summary: Python GNSS processing package
Home-page: https://gitlab.com/jbeilin/pygnsstoolbox
Download-URL: 
Author: Jacques Beilin
Author-email: jacques.beilin@gmail.com
License: gpl
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
License-File: LICENCE.txt

gnsstoolbox - Python package for GNSS learning and research
===========================================================

# Usage

For usage see gnsstoolbox cheatsheet and beamer slides shipped with the package. 

# Dependencies

This package requires Python 3.0

Required packages 
* gpsdatetime - https://pypi.org/project/gpsdatetime/ (J. Beilin - ENSG)
* re
* math
* numpy
* copy
* time
* os
* from operator import attrgetter

The Generic Mapping Tools should be installed for skyplots. 

# Installation

Installation is accomplished from the command line.

## From pypi

user@desktop:pip3 install pygnsstoolbox

## From package 

user@desktop:~/pygnsstoolbox$ python3 setup.py install

The above command needs to be performed as root.

# licence

Copyright (C) 2014-2023, Jacques Beilin / ENSG-Geomatique

Distributed under terms of the CECILL-C licence.
