Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

11 results for “from:Alexandra Catena”

How to unzip a .gz file
Alexandra Catena · Feb 10, 2015 · r-help

Hello, Can someone help me with unzipping a .gz file. I used: readLines(gzfile('/home/file.gz')) I also found that I could use gunzip, but after trying to install it, it says: "package ?gunzip? is not available (for R...

Help with looping
Alexandra Catena · Feb 17, 2015 · r-help

Hi, I need help with a for loop and printing data. I want to loop through a few years and print the data from each year stacked on top of each other. For example, for (i in 2000:2003){ #script...

Replacing 9999 and 999 values with NA
Alexandra Catena · Feb 20, 2015 · r-help

Hello All, I have a data frame of two columns for wind. The first column is for wind speed and the second wind direction. I'm trying to replace the 9999 values in the first column and the 999 values...

How to download and unzip data in a loop
Alexandra Catena · Feb 4, 2015 · r-help

Hi All, I need to loop through and download the past 10 years of met data to a temporary directory. I then need to unzip it and place it into another directory. year = (2005:2015) for (i in year) tmpdir...

Plotting using tapply function output
Alexandra Catena · Mar 30, 2015 · r-help

Hello, I am trying to plot the hourly standard deviation of wind speeds from 13 different measured locations over many years. I imported the data using readLines and into a dataframe called finalData. Using tapply, I determined the standard deviation...

Error with using windRose function from the open air package
Alexandra Catena · Feb 23, 2015 · r-help

Hello All, I have a data frame called windSFO of four columns, wind speed, wind direction, station number, and date (yyyymmdd). I downloaded the gz data from a site online and then unzipped it using readLines. I then concatenated these...

Finding values in a dataframe at a specified hour
Alexandra Catena · Apr 10, 2015 · r-help

Hello, I have a large dataframe (windHW) of wind speeds (ws) at each hour from many days over a set of years. Some of these values are obviously wrong (600 m/s) and I want to get rid of all...

Replacing 9999 and 999 values with NA
Alexandra Catena · Feb 23, 2015 · r-help

The command, data[data ==9999] <- NA, worked! Thank you! But just in case you wanted to know, I'm downloading the data and unzipping it through readLines. I then concatenate two columns ( wind speed and direction) from the unzipped data...

How to download and unzip data in a loop
Alexandra Catena · Feb 5, 2015 · r-help

Thank you guys for the response. I'm trying to download the last ten years of meteorology data from a weather station in Livermore from the URL: ftp://ftp.ncdc.noaa.gov/pub/data/noaa/2015/724927-23285-2015.gz...

Finding values in a dataframe at a specified hour
Alexandra Catena · Apr 10, 2015 · r-help

Update: I have this so far. * The first column of windHW is the wind speed. The 5th column of the dataframe, spring, is the 5*sigma value of every hour. hourRow gives out all the rows of wind speed at...

Finding values in a dataframe at a specified hour
Alexandra Catena · Apr 10, 2015 · r-help

Hi Jim, Thanks for the response, but unfortunately it results in the same error. I think it is something wrong with the if statement. I tried it out manually for the first row and hour that it's testing and...

Can't find what you're looking for? Try searching with Google .