Sam’s Weather Station
Data Visualised
Graph 1: Mars Perseverance Temperatures in Fahrenheit, Sol 86–88
Graph 2: Mars Perseverance Hourly Min/Max Temperatures for Sol 86
Graph 3: Mars vs. Yuma, Arizona Temperatures
Figure 4: Mars and Earth Temperature Statistics Summary
As you saw from the description, I’ve steered towards Python-based data extraction and visualization for this project. With a little bit more time on my hands in the first week of break, I got to get some pretty cool data visualized.
Using CSV files, I imported Mars Perseverance temperature data from Sol 86–88 and Earth temperature data from Yuma, Arizona. I used Python to read the datasets, extract the temperature columns, and calculate basic statistics, including the minimum, maximum, and average temperatures. These statistics were then summarized in Figure 4, which gave a direct numerical comparison between the two datasets.
I then used matplotlib to create multiple visualizations from the data. Graph 1 showed Mars Perseverance temperatures in Fahrenheit over Sol 86–88, making it easier to see how temperatures changed over time. Graph 2 focused on the hourly minimum and maximum temperatures on Mars during Sol 86, showing the large daily temperature range. Graph 3 compared Mars temperatures with those in Yuma, Arizona, which helped show how extreme the Martian environment is, even compared to one of Earth’s hotter desert locations.
I know these projects are a bit rudimentary (I just learned that word at the time I’m writing this); I’m planning on dipping my toes into a variety of Astrophysics-related mini-projects, and so far it’s been pretty fun!