Skip to main content

6/26/23 STEM Skills visualization

 1. 


I created both of these by changing the colors to green. I also changed the latitude and longitude of all the circles so some of them went off of the page. This led to the planets being out of order. 
2. 

 In the second visualization exercise, I used a Python program named maps.py along with a csv data file to create a map with the locations from the program. The maps.py program read and stored the CSV data. Then it completed a function from the imported folium library to create leaflet maps. Through a loop, the program printed the map with the dotted locations from the data file and ultimately saves it as an HTML file, which you can run on your browser.
3. 

 For the third visualization exercise, I used a file named amanda_temp.txt, which consists of two columns of data with temperature and thermistor. The second column provides the best estimation of the corresponding depth of the thermistor, measured in meters. I used ChatGPT to develop a Python program for plotting the data with specific keywords and instructions, such as creating a program that reads a text file containing two columns (temperature in Celsius and depth), and generating a plot showcasing temperature versus depth, I obtained a program that met our requirements. Once ChatGPT generated the program, I copied and paste it into Replit. It then created this graph. 
4. 
I used a code file called weather2.py. It retreieved data from metars in aviationweather.gov and employed the tkinter. It created various weather gauges for each airport. The get_data() function retrieved the data by making an HTTP request to the website and taking out the important information. The code that draws the objects in the output is located in the run() function. The canvas object from the tkinter library is used to create various graphics such as text labels, ovals, rectangles, and arcs. To change one of the shapes, I would select the wind gauge.  Since there was a sqaure, I made it into a circle.

5.
 

This was not my personal data because it was downloading. But through this process I had difficulty with changing the google sheets and understanding the code. But, through this I learned how to connect the different codes together and adjust the document. 

Comments

Popular posts from this blog

6/22/23 STEM in Society AI in Society

AI is becoming more prevalent in today's society. It has a bigger impact and more and more people are using it to complete simple activities or even have conversations with. This leads to the question of whether AI is conscious. I would believe that AI is conscious if it was able to relate to personal experiences and give answers as such rather than taking from others. One example is the use of empathy rather than sympathy. I would ask questions such as what makes them feel sad, happy, proud, and other emotions. Furthermore, I would ask for previous situations that the AI had faced.  I look at it like this because I believe humans are conscious and have created their emotions and consciousness from experiences. I would expect relations from AI from their past experiences to their emotions. 

6/16 Titanic AI STEM Skills

 AI is a way for technology to develop the ability to perform tasks like a human. It can develop emotions or reasoning abilities. However, AI can also be used to complete other tasks such as predictions, scanning, even personalized shopping. In today's world AI is used to create more opportunities for people and corporations to become technologically advanced. Furthermore, in the future it is hoped to help with cars and the use of robots in everyday life.  My team and I first started by discussing the chosen people. We started with the idea that all women would survive, however as we progressed in our project, we took into consideration the class. Women that were in the 3rd class were assumed to have died, while women in 1st class survived. Women in 2nd class had a varied amount of survival rates. When talking about the men, only first class would have survived. It was difficult to decide, but we also assumed that all children survived.  When doing the code it was a littl...