proxy.golang.org : github.com/igcfs/go-igc
Package igc provides means to parse and analyse files in the IGC format. This format is defined by the International Gliding Commission (IGC) and was created to set a standard for recording gliding flights. The full specification is available in Appendix A of the IGC FR Specification: http://www.fai.org/component/phocadownload/category/?download=11005 Calculation of the optimal flight distance considering multiple turnpoints and FAI triangles are available via Optimizers. Available Optimizers include brute force, montecarlo method, genetic algorithms, etc. Calculate the optimal track distance for the multiple possible tasks using the Brute Force Optimizer: Parse and ParseLocation return a Track object. Parse directly flight contents and get a Track object. Parse a given file and get a Track object. Calculate the total track distance using the Points. This is not a very useful metric (you should look at one of the Optimizers) instead, but it is a good example of how to use the Point data in the Track.
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/igcfs/go-igc
License: Apache-2.0
Latest release: almost 7 years ago
First release: almost 7 years ago
Namespace: github.com/igcfs
Last synced: 27 days ago