starmap
The SPICE data is solar system geometry data maintained by JPL's NAIF. http://naif.jpl.nasa.gov/naif/ Their toolkit for working with the data is extensive, but written in FORTRAN. I have been slowly exploring it and writing a data parser in Go. I don't think I'll have much to show at the end of the hackathon. I'm definitely not out to win anything. But it's fun data!Description
I would like to be able to parse most of the SPK format calculate relative positions of Pluto natural satellites.
Project Information
License: ISC License (ISC)
Source Code/Project URL: https://github.com/crawshaw/starmap
Resources
Source Code - https://github.com/crawshaw/starmap
NAIF web site - http://naif.jpl.nasa.gov/naif
SPK data format - http://naif.jpl.nasa.gov/pub/naif/toolkit_docs/C/req/spk.html