This is a project I worked on as part of my Senior Seminar in computer science. I compiled data from 70,000 of NOAA's weather stations going back to 1940 using Python and NOAA's API. This data consisted of various metrics, including maximum/minimum temperature, rainfall, and snowfall. My group and I then displayed that data using Next.js and React alongside the Nominatim OpenStreetMap API to map NOAA stations to specific counties.