Created
April 9, 2015 05:49
-
-
Save colinloretz/a6adaf50374537cef68f to your computer and use it in GitHub Desktop.
Mars Weather Data
This file contains hidden or 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
{ | |
"report": { | |
"terrestrial_date": "2013-05-01", | |
"sol": 261, | |
"ls": 310.5, | |
"min_temp": -69.75, | |
"min_temp_fahrenheit": -93.55, | |
"max_temp": -4.48, | |
"max_temp_fahrenheit": 23.94, | |
"pressure": 868.05, | |
"pressure_string": "Higher", | |
"abs_humidity": null, | |
"wind_speed": null, | |
"wind_direction": "--", | |
"atmo_opacity": "Sunny", | |
"season": "Month 11", | |
"sunrise": "2013-05-01T11:00:00Z", | |
"sunset": "2013-05-01T22:00:00Z" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment