gpxgo:用于golang的GPX库

时间:2024-06-08 13:32:22
【文件属性】:

文件名称:gpxgo:用于golang的GPX库

文件大小:74KB

文件格式:ZIP

更新时间:2024-06-08 13:32:22

go golang gpx gpx-library Go

转到GPX库 gpxgo是用于解析和处理GPX文件的golang库。 GPX(GPS交换格式)是GPS跟踪日志的基于XML的文件格式。 例子: import ( ... "github.com/tkrajina/gpxgo/gpx" ... ) gpxBytes := ... gpxFile, err := gpx.ParseBytes(gpxBytes) if err != nil { ... } // Analyize/manipulate your track data here... for _, track := range gpxFile.Tracks { for _, segment := range track.Segments { for _, point := range segment.Points { fmt.Prin


【文件预览】:
gpxgo-master
----.travis.yml(61B)
----gpxinfo.go(664B)
----generic()
--------nullable.go(1KB)
----gpx()
--------gpx10.go(6KB)
--------nullable_float64.go(3KB)
--------nullable_int.go(2KB)
--------nullable_string.go(1KB)
--------gpx11.go(9KB)
--------geo_test.go(796B)
--------geo.go(10KB)
--------xml_test.go(3KB)
--------xml.go(4KB)
--------converters.go(17KB)
--------nullable_time.go(1KB)
--------gpx_test.go(45KB)
--------gpx.go(44KB)
----makefile(1KB)
----.gitignore(32B)
----test_files()
--------Mojstrovka.gpx(23KB)
--------gpx1.0_with_all_fields.gpx(4KB)
--------gpx-without-xml-declaration.gpx(301B)
--------visnjan.gpx(40KB)
--------gpx-without-root-attributes.gpx(340B)
--------file.gpx(3KB)
--------cerknicko-without-times.gpx(25KB)
--------gpx1.1_with_all_fields.gpx(5KB)
--------korita-zbevnica.gpx(86KB)
----README.md(2KB)
----LICENSE.txt(11KB)

网友评论