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.

4 results for “from:Kilpatrick, Katherine A”

Reproject MODIS data using R (results in NAs or no spatial extent)
Kilpatrick, Katherine A · Nov 29, 2018 · r-sig-geo

FYI The link that Mike provided is for ocean color products the GLASS land products use a different grid?see this link. https://modis-land.gsfc.nasa.gov/MODLAND_grid.html K On Nov 29, 2018, at 3:16 PM...

Incorrect month order in zApply function
Kilpatrick, Katherine A · Jul 29, 2016 · r-sig-geo

Hi The various Apply functions always return the output in simple alphabetical order when the factor label is a character, regardless of the order of the factor in the calling argument. Ben had a correct solution --- simply reorder the output...

Substitute raster stack values based on matrix index
Kilpatrick, Katherine A · Apr 10, 2018 · r-sig-geo

Maybe something along this line?..assuming I understood the problem properly for (i in 1:nlayers(stackr)) { layer <- stackr[[i]] # get a layer from the stack ID_layer<- 1:ncell(layer[[1]]) # create cell ids for the layer for (j...

Selecting a range of longitudes and latitudes for plotting
Kilpatrick, Katherine A · Apr 24, 2019 · r-sig-geo

Hi; The reason you are getting that error message is you are trying to plot a 1 dimension array by a 2 dimensional array. I think simply adding the argument fun = mean to your extraction of the RCP1pctCO2Mean brick will...

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