Registry / serialization / adrianmo-go-nmea

adrianmo-go-nmea

JSON →
library1.10.0gogounverified

A Go library for parsing NMEA 0183 sentences, commonly used in GPS and marine navigation.

go get github.com/adrianmo/go-nmea
INSTALL
IMPORT
SIG · ADRIANMO-GO-NMEA
A
adrianmo-go-nmea
serializationgov1.10.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

nmea
github.com/adrianmo/go-nmea

Parse an NMEA 0183 sentence and print the result.

package main import ( "fmt" "github.com/adrianmo/go-nmea" ) func main() { sentence := "$GPGGA,123519,4807.038,N,01131.000,E,1,08,0.9,545.4,M,46.9,M,,*47" parsed, err := nmea.Parse(sentence) if err != nil { panic(err) } fmt.Println(parsed) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.10.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
33 hits · last 30 days
node
28
OpenAI (training)
1
Resources
adrianmo-go-nmea — go get adrianmo-go-nmea · libregistry