Re: [R-sig-Geo] Any resources for "An Introduction to Applied Geostatistics"?

2010-09-03 Thread Ashton Shortridge
t.math.ethz.ch > https://stat.ethz.ch/mailman/listinfo/r-sig-geo - Ashton Shortridge Associate Professor ash...@msu.edu Dept of Geography http://www.msu.edu/~ashton 235 Geography Building ph (517)

Re: [R-sig-Geo] About plotting maximum data over a region.-

2010-08-31 Thread Ashton Shortridge
z- value. Maybe something like this would work: par(pty="s") # square plotting region plot(coor2[,1], coor2[,2], main="Locations") # Just the locations plot(coor2[,1], coor2[,2], main="Nueva2 at my Locations", col=rainbow(n=10, start=0.50, end=0.65)[cut(nueva2,10)

Re: [R-sig-Geo] anisotropic models vs. detrending

2010-08-20 Thread Ashton Shortridge
tive (though this frequently seems to make little difference in practice). Of course, you can use both to develop predictions, or prediction surfaces, and take the difference of the two to see how much your choice matters. In the end, perhaps employ the method that you find simplest to explain

Re: [R-sig-Geo] variogram parameters

2010-06-21 Thread Ashton Shortridge
eter? > > Thank you very much, > Gema > > [[alternative HTML version deleted]] > > ___ > R-sig-Geo mailing list > R-sig-Geo@stat.math.ethz.ch > https://stat.ethz.ch/mailman/listinfo/r-sig-geo > -- Ashton Shortridge A

Re: [R-sig-Geo] MSE

2009-12-14 Thread Ashton Shortridge
function is just too slow for now. > > Any other ideas? > > Thanks, > > Pete > > Ashton Shortridge wrote: > > Hi Tom, > > > > There isn't any Mean Squared Error from kriging, assuming you are using > > all the points in the model, because t

Re: [R-sig-Geo] MSE

2009-12-14 Thread Ashton Shortridge
(and metadata) via the OpenLayers. > >>> > >>> These are only our wishes of course. We do not know if all this is > >>> really possible with the current software. > >>> > >>> Any examples or comments/suggestions/experiences are welcome >

Re: [R-sig-Geo] Collocated Cokriging of snow height data

2009-11-30 Thread Ashton Shortridge
s apples and oranges, really. > > > Any advice or help will be highly appreciated > > I can see that this section of the book is indeed very dense; > introductions to collocated cokriging are (IIRC) Pierre Goovaerts book > and perhaps GSLIB literature. Wackernagel's book is also very brief

Re: [R-sig-Geo] strange srtm3 query in geonames package

2009-11-23 Thread Ashton Shortridge
th themselves > > and with you pretty well for your test location: > > It would be great to have GNaster added. > > >> GNgtopo30(34.63874,-79.10111) > > > > gtopo30 lng lat > > 1 46 -79.10111 34.63874 > > > >> GNaster(34.63874,

Re: [R-sig-Geo] gstat to dem

2009-11-22 Thread Ashton Shortridge
veral choices. write.asciigrid in the sp package might be all you need. Similar functionality is in writeAsciiGrid in maptools. If not, check out the rgdal package, which can handle a number of raster data formats. Yours, Ashton -- Ashton Shortridge Associate Professor ash..

Re: [R-sig-Geo] A new ASTER Global DEM data set

2009-11-20 Thread Ashton Shortridge
ion DEMs are becoming available. Also, I think this ASTER-derived product has captured higher latitude locations than SRTM (which gets to about 60N and 60S), so it may be not simply the best but the only choice for many regions. Ashton -- Ashton Shortridge Associate Professor

Re: [R-sig-Geo] newbie questions - maps

2009-11-16 Thread Ashton Shortridge
er graphics, in my latest article. The same goes for non-free GIS software, by the way. My cartographer colleagues who use ArcGIS generally haul mapping output from there into other packages for font and other effect rendering. Yours, Ashton -- Ashton Shortridge Associate Professor

Re: [R-sig-Geo] Univeral kriging

2009-10-26 Thread Ashton Shortridge
gu > for(i in 1:4) gu[i] = pairsv(i,5) > for(i in 1:3) gu[i+4] = d[5]^(i-1) > lu = inv(Gu) %*% gu > > > > > > > [[alternative HTML version deleted]] > -- Ashton Shortridge Associate Professor ash...@msu.edu Dept of Geography

Re: [R-sig-Geo] Load point shape file

2009-10-16 Thread Ashton Shortridge
;-readOGR(".","test") > > > > Error: could not find function "readOGR" > > > > [[alternative HTML version deleted]] > > > > ___ > > R-sig-Geo mailing list > > R-sig-Geo@stat.ma

Re: [R-sig-Geo] DEMs

2009-09-13 Thread Ashton Shortridge
to some sort of comma-delimited file, and read that into R - and I have no problems on my 2 year old pc loading 64,000 records of xyz data, or actually many times that number. There are surely simpler solutions that wouldn't involve much if any coding, but I have direct experience wi

Re: [R-sig-Geo] Slope and Aspect calculations in R

2009-07-13 Thread Ashton Shortridge
n CRAN. I have interpreted the > phrase 'based on starting R from within the GRASS environment' to mean > the package is for those who use GRASS and want to access functions > within R. > > cheers, and thanks again for the feedback and help > > Josh > -- Ashton

Re: [R-sig-Geo] Principal Component Analysis - Selecting components? + right choice?

2008-12-11 Thread Ashton Shortridge
Principal > Component Analysis, II Edition, Springer Verlag,2002). > > Could you suggest something more rigorous? > > By the way, do you think I would have been better off by using something > different from PCA? > > Best, -- Ashton Shortridge Associate Professor

Re: [R-sig-Geo] reading ascii grid memory issues

2008-12-05 Thread Ashton Shortridge
yllcorner 0.00 cellsize 10.00 NODATA_value - 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 yours, Ashton -- Ashton Shortridge Associate Professor [EMAIL PROTECTED] Dept of Geography http://www.msu.edu/~ashton 235 Geography Building ph (5

Re: [R-sig-Geo] calculate geometric mean of mass of points

2008-11-19 Thread Ashton Shortridge
On Wednesday 19 November 2008 02:33:46 pm Alessandro wrote: > I have a points shape and I wish to calculate the geometric centre of this > points shape and create a new points with R. But It's over my knowledge. Is > there suggestions? This seems straightforward, even if it is not implemented in a

Re: [R-sig-Geo] merge 2 txt file

2008-11-05 Thread Ashton Shortridge
don't sure about the result. Is It this code correct? > > Thanks Ale > > > [[alternative HTML version deleted]] > > _______ > R-sig-Geo mailing list > R-sig-Geo@stat.math.ethz.ch > https://stat.ethz.ch/mailman/listinfo/r-sig-geo -- Ashton Shortridge Associat

Re: [R-sig-Geo] Tiled processing...

2008-10-30 Thread Ashton Shortridge
1) > > *** > > Couple of issues/questions: > 1) The code doesn't actually seem to work -- I get a tiny, unreadable > TIFF out of the back of this algorithm -- what is wrong? > 2) I'm actually unclear about exactly what this is doing -- am I really > just creatin

Re: [R-sig-Geo] Doubts about kriging

2008-10-02 Thread Ashton Shortridge
if they aren't then the model will be flawed, so be cautious of that. Hope this helps, Ashton -- Ashton Shortridge Associate Professor [EMAIL PROTECTED] Dept of Geography http://www.msu.edu/~ashton 235 Ge

Re: [R-sig-Geo] kriging question

2008-08-27 Thread Ashton Shortridge
Hi Sarah, This looks interesting and relevant: http://www.leg.ufpr.br/mbgbook/ On Tuesday 26 August 2008, Edzer Pebesma wrote: > Diggle & Ribeiro -- Ashton Shortridge Associate Professor [EMAIL PROTECTED] Dept of Geography http://www.msu.edu/

Re: [R-sig-Geo] reading tiff with jump?

2008-08-05 Thread Ashton Shortridge
=c(1,1). Note that offset= may be from the NW > corner, not the SW corner, and that the arguments are (often) ordered > (y, x). > > Roger I'll just add to that: opening raster files is fairly expensive, so if you are sampling many locations over many tiffs you will see great sp

Re: [R-sig-Geo] R Raster to ArcGIS

2008-07-29 Thread Ashton Shortridge
, which only allows for square grids? > > Thanks in advance for any help, > Matt > > * > Matt Farnsworth > Disease Ecologist > Spatial Epidemiology Unit > Centers for Epidemiology and Animal Health -- Ashton Shortr

Re: [R-sig-Geo] kernels, contours, points?

2008-07-17 Thread Ashton Shortridge
") Analysis Tools are very useful in an ESRI environment, as are built in commands and extensions in many GIS. yours, Ashton -- Ashton Shortridge Associate Professor [EMAIL PROTECTED] Dept of Geography http://www.msu.edu/~ashton 235 Geography Building

Re: [R-sig-Geo] package for bidimemsional regression

2008-07-16 Thread Ashton Shortridge
is here: http://www.psych.ualberta.ca/%7Ealinda/PDFs/Friedman%20Kohler%20%5B03-Psych%20Methods%5D.pdf Yours, Ashton Shortridge Michigan State University On Wednesday 16 July 2008, Marco Helbich wrote: > Dear list, > > Is there a package available, which computes the "bidim

Re: [R-sig-Geo] Normal score transformation

2008-07-08 Thread Ashton Shortridge
ore about these issues and to help determine if what I wrote is useful for you. The URL for the normal score code is: http://www.msu.edu/~ashton/temp/nscore.R Yours, Ashton -- Ashton Shortridge Associate Professor [EMAIL PROTECTED] Dept of Geography

[R-sig-Geo] rgdal challenges with binary ArcGrid

2008-06-11 Thread Ashton Shortridge
convince" readGDAL() to carry on with the input in spite of this error? Thanks in advance for any suggestions. Ashton -- Ashton Shortridge Associate Professor [EMAIL PROTECTED] Dept of Geography http://www.msu.edu/~ashton 235 Geography Building