Skip to content

Instantly share code, notes, and snippets.

@colinloretz
Created April 9, 2015 05:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save colinloretz/a6adaf50374537cef68f to your computer and use it in GitHub Desktop.
Save colinloretz/a6adaf50374537cef68f to your computer and use it in GitHub Desktop.
Mars Weather Data
{
"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