Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Python 3 Jupyter notebook 1. Rose diagrams NOAA collects wind directional data for the US which we can download and do whatever we like with

Python 3 Jupyter notebook

image text in transcribed

1. Rose diagrams NOAA collects wind directional data for the US which we can download and do whatever we like with it (decide whether or not to go sailing or surfing, for example). We can also plot the data as a rose diagram. ) . We downloaded data for May 14, 2017 (Mother's day) from this search: http://www.ndbc.noaa.gov/radial search.phplat1-33N&lon1-117W&uom E&dist-250&ot A&time-1 and reformatted the file as a csv datafile in Datasets/WindDirections/wind.csv Read in the data as a Pandas DataFrame. Use the df.head) syntax (where df is the name of your wind DataFrame) to inspect the file first, then you can set the skiprows and/or header keywords appropriately . The wind directions are in the WDIR column. Use df.dropna) to get rid of the blank WDIR lines .Plot the WDIR data as a rose diagram. 1. Rose diagrams NOAA collects wind directional data for the US which we can download and do whatever we like with it (decide whether or not to go sailing or surfing, for example). We can also plot the data as a rose diagram. ) . We downloaded data for May 14, 2017 (Mother's day) from this search: http://www.ndbc.noaa.gov/radial search.phplat1-33N&lon1-117W&uom E&dist-250&ot A&time-1 and reformatted the file as a csv datafile in Datasets/WindDirections/wind.csv Read in the data as a Pandas DataFrame. Use the df.head) syntax (where df is the name of your wind DataFrame) to inspect the file first, then you can set the skiprows and/or header keywords appropriately . The wind directions are in the WDIR column. Use df.dropna) to get rid of the blank WDIR lines .Plot the WDIR data as a rose diagram

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions