Last active
December 29, 2015 17:49
-
-
Save albyr/7706644 to your computer and use it in GitHub Desktop.
Comet Ison in JSON
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"commomName": "Comet Ison", | |
"otherName": { | |
"catalogueName": "C/2012 S1", | |
"eponymName": "Comet Nevski–Novichonok" | |
}, | |
"cometType": "sungrazing", | |
"cometStatus": "disintegrated", | |
"discoveryDate": "2012-09-21", | |
"epoch": "JD 2456640.5", | |
"perihelion": "0.1244 AU", | |
"eccentricity": "0.9999947", | |
"inclination": "1.089 rad", | |
"size": { | |
"diameter": "5 km", | |
"diameterError": "1 km" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment