Re: [R-sig-Geo] raster::extract fails on brick but works on individual layers of brick

2014-09-02 Thread Robert J. Hijmans
Frank, I hope this issue has been solved in the development version. install.packages(raster, repos=http://R-Forge.R-project.org;) I would appreciate feedback. Best, Robert On Fri, Jul 25, 2014 at 12:40 PM, Frank Davenport frank.davenp...@gmail.com wrote: Sorry for the mutliple postings but I

Re: [R-sig-Geo] raster::extract fails on brick but works on individual layers of brick

2014-07-25 Thread Frank Davenport
Sorry for the mutliple postings but I found another solution using raster::disaggregate(). Essentially the same as resample but prerserves all the cell values. The fundamental issue was the small size of the polygons compared to the cells (which can be problematic when using weights()). See