de-bkg / gognss

Some auxiliary GNSS Golang packages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go GNSS

PkgGoDev

Please note that all packages are not stable yet and can change any time!

Golang packages for

  • ntrip: connect to an NtripCaster, get status information from a BKG NtripCaster, run commands against a BKG NtripCaster
  • rinex: read RINEX3 files
  • sinex: read SINEX files
  • site: handle metadata for a GNSS site/station, read and write IGS sitelog files
    • generate a Bernese Station Information (STA) file from IGS sitelog files

Installation

Make sure you have a working Go environment. See the install instructions for Go.

To install, simply run:

$ go get -u github.com/de-bkg/gognss

About

Some auxiliary GNSS Golang packages

License:Apache License 2.0


Languages

Language:Go 99.7%Language:Makefile 0.3%