Re: [R-sig-Geo] MacOS spatial packages installation

2014-06-05 Thread jwm302
Hi Roger I am really battling to get maptools package to work on on my system (OS X 10.9.3 Mavericks - see session at bottom of message). Everything was working fine but since I upgraded from R version 3.0 (2013-09-25) -- Frisbee Sailing” to R 3.0.2 “Spring Dance” (because suddenly the extract

Re: [R-sig-Geo] MacOS spatial packages installation

2014-06-05 Thread Roger Bivand
This is a list, others may know the answer better than the person you named (me). Please ask on R-sig-mac. Note that Brian Ripley answered questions regarding spatial packages on Mavericks there: https://stat.ethz.ch/pipermail/r-sig-mac/2014-April/010860.html and later

[R-sig-Geo] OT - resource for compiling geo-software on Linux

2014-06-05 Thread Michael Sumner
I have found this page *extremely* helpful for learning how to compile and install in Linux for a wide variety of R-linked libraries and more. Enjoy: http://scigeo.org/articles/howto-install-latest-geospatial-software-on-linux.html [[alternative HTML version deleted]]

Re: [R-sig-Geo] fill layers of a RasterStack with values in rows of a matrix

2014-06-05 Thread Robert J. Hijmans
Vero, Here is a simpler solution: library(raster) m - matrix(data = runif(n = 9216*506, min = 0, max = 1000), nrow = 9216, ncol = 506) b - brick(nrows=96, ncols=96, xmn=-62, xmx=-58, ymn=-49, ymx=-45, crs=+proj=longlat +datum=WGS84) b - setValues(b, m) Robert On Tue, May 27, 2014 at 12:54 PM,