Project 1:
North Atlantic Tropical Cyclones Stat 133, Spring 2022
Motivation
In this assignment, you are going to perform an exploratory analysis of tropical cyclones in the North Atlantic from years 1970 to 2020, focusing on a handful of claims to be further investigated. You will have to write a report containing your code, analysis and narrative. Also, you will have to record a short 3-minute video about some parts of your analysis.
Auxiliary Resources
Here are some optional resources that may help you while working on this project.
• If you haven’t studied the material of chapters 8, 9, 10, 11 of the textbook, then you should:
• How do hurricanes form?
• How does a hurricane form?
• National Oceanic and Atmospheric Administration (NOAA)
A) Data IBTrACS The data for this project comes from the International Best Track Archive for Climate Stewardship
We want to make emphasis on the fact that the imported data frame (or tibble) produced by the reading table function must return a table with 16 columns. In other words, you are NOT allowed to import the data, obtain a table, and then select a posteriori the first 16 columns.
Adding a MONTH column After importing the data, use the following code to add a new column MONTH by extracting the month number from column ISO_TIME. You may need this MONTH column to perform various analysis taking months into account. This code assumes that your imported data is called dat; if this is not the case then modify the code according to your own preferences
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme