Create a script that can perform a GET request with the given API, transform that data into a human readable format, and then write it to a CSV
The purpose of this exercise is to test your familiarity with the Extract & Transform operations.
The test files are initially in Python format, but you may use any programming language of your choosing to accomplish this task. You may convert the files to your desired format, but please keep the names the same.
The API you will communicate with is connected to the weather sensor that is located at the Chapel Hill Public Library.
Temperature (F), Humidity (%), Wind Speed (mph), Wind Gust (mph), Daily Rainfall Totals (in), Monthly Rainfall Totals (in), Yearly Rainfall Totals (in), UV Radiation Index, and Date/Time
Oftentimes, transforming data is the most time consuming process of ETL. To test your comfort with this, we ask for an additional feature in your script.