Giter VIP home page Giter VIP logo

teqc-easygui's Introduction

Teqc EasyGUI

Teqc EasyGUI is an application for editing, analyzing and visualizing data obtained from GNSS receivers based on following open-source programs:

Teqc EasyGUI splices functionality of this two programs in a simple and easy-to-use graphical user interface with addition of few new functions. Please keep in mind that this version of software has not been tested well, so you might experience some issues with usage. I will be grateful for any messages about errors in the application.

Requirements

In order to run Teqc EasyGUI you need to have Python 3.7.0 or higher installed on your computer, as well as following packages:

  • matplotlib
  • numpy

It is best to install these packages through default package installer for Python - pip. To do that you type in command line:

pip install numpy
pip install matplotlib

Or just:

pip install -r requirements.txt

As complete list of required packages is provided in the file requirements.txt.

Teqc EasyGUI has been written previously only for Windows users, but now supports Linux as well. If you are running Arch or Arch-based Linux distribution it is probable that you don't have tk installed in python interpreter and then you have to install it separately:

sudo pacman -S tk

Or:

pip3 install tk

Features

For further explanations I refer you to teqc documentation:

First thing you should do to get started is open file you want to work with. Application is able to recognise and process files that teqc enables. It contain native binary files from various GNSS receivers as well as RINEX version 2. The thing that this function actually does is saving path to the file in a variable.

In Teqc EasyGUI you can:

  • perform editing of a file:
    • convert binary format files into RINEX observation or navigation files
    • merge multiple RINEX files into one (keep in mind that obserations have to be in chronological order)
    • change start time and time period of observation
    • change interval of observations - decimate data (note that inserted value has to be higher than the native interval value of observations
    • modify RINEX header - all textboxes works independently and modification of satellite system also reduces observations only to that system
  • analyze data contained in file:
    • display metadata of file
    • display detected file format
    • quality check of a file
    • summary of observations in a file
    • limit diplayed informations to specified satellite system
  • visualize data from quality check:
    • choose number of satellite vehicles to draw plot
    • choose additional file for visualisation in Compact3 format (*.dxx, *.mxx, *.ixx, *.snx, where x is channel number)
    • draw four diffrent plots
    • display position of observation on Google Maps

License

This project is distributed under the GNU General Public License.

What is yet to be done

  • proper unit tests
  • logging out stdout and stderr of teqc to files

teqc-easygui's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.