# gognss **Repository Path**: fenggolang/gognss ## Basic Information - **Project Name**: gognss - **Description**: Some auxiliary GNSS Golang packages - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-08-01 - **Last Updated**: 2024-09-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Go GNSS [![PkgGoDev](https://pkg.go.dev/badge/de-bkg/gognss)](https://pkg.go.dev/github.com/de-bkg/gognss) 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. For interested developers see [Ntrip client best practices](https://rtcm.myshopify.com/collections/differential-global-navigation-satellite-dgnss-standards/products/rtcm-paper-2023-sc104-1344-ntrip-client-devices-best-practices) that is freely distributed at the RTCM shop. * **rinex**: read RINEX3 files * [sinex](pkg/sinex/README.md): 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](http://golang.org/doc/install.html). To install, simply run: ```go $ go get -u github.com/de-bkg/gognss ```