Re: [R] Extracting wind direction and wind speed from wind rose plot

2024-10-30 Thread avi.e.gross
ate nearly 44K observations. -Original Message- From: R-help On Behalf Of javad bayat Sent: Wednesday, October 30, 2024 6:48 AM To: R-help Subject: [R] Extracting wind direction and wind speed from wind rose plot Dear all; I am searching for a way to extract wind direction and speed f

Re: [R] Extracting wind direction and wind speed from wind rose plot

2024-10-30 Thread Ebert,Timothy Aaron
: Re: [R] Extracting wind direction and wind speed from wind rose plot [External Email] A wind rose plot omits time information. Your request is simply not possible. On October 30, 2024 3:48:03 AM PDT, javad bayat wrote: >Dear all; >I am searching for a way to extract wind direction and spee

Re: [R] Extracting wind direction and wind speed from wind rose plot

2024-10-30 Thread Jeff Newmiller via R-help
A wind rose plot omits time information. Your request is simply not possible. On October 30, 2024 3:48:03 AM PDT, javad bayat wrote: >Dear all; >I am searching for a way to extract wind direction and speed from a wind >rose plot. I have a graph and I want to make a dataframe of 5 years with >hou

[R] Extracting wind direction and wind speed from wind rose plot

2024-10-30 Thread javad bayat
Dear all; I am searching for a way to extract wind direction and speed from a wind rose plot. I have a graph and I want to make a dataframe of 5 years with hourly intervals. > start_date <- as.POSIXct("2019-01-01 00:00:00") > end_date <- as.POSIXct("2023-12-31 23:00:00") > time_sequence <- seq(fro