Re: [R-sig-Geo] Best approach to implement Spatial Interpolations

2007-06-27 Thread Cesar Martinez Izquierdo
Edzer J. Pebesma escribió: > Cesar Martinez Izquierdo wrote: >> Hello list, >> we are trying to implement spatial interpolations (IDW and several >> types of Kriging) in our open source GIS application, which is >> written in Java. >> >> We plan to use JRI to connect with R from Java, and then u

Re: [R-sig-Geo] Best approach to implement Spatial Interpolations

2007-06-27 Thread Thomas Adams
Edzer, Not to deflate Cesar's project, but from our past email exchanges you are aware that I have been very pleased with the standalone version of your gstat program and feel that it interfaces wonderfully with GRASS 6.x; I would highly recommend this approach to anyone. Also, for those who m

Re: [R-sig-Geo] Best approach to implement Spatial Interpolations

2007-06-27 Thread Edzer J. Pebesma
Cesar Martinez Izquierdo wrote: > Hello list, > we are trying to implement spatial interpolations (IDW and several types > of Kriging) in our open source GIS application, which is written in Java. > > We plan to use JRI to connect with R from Java, and then use the > features of "gstat" R-packag

Re: [R-sig-Geo] Best approach to implement Spatial Interpolations

2007-06-27 Thread ONKELINX, Thierry
Dear Cesar, Krige, idw of predict.gstat all return objects with the prediction. You only get maps when you plot these objects. So you only need to find out how to return these objects with JRI to your GIS. Edzer Pebesma will be best positioned to answer your question about gstat's capability o

[R-sig-Geo] Best approach to implement Spatial Interpolations

2007-06-27 Thread Cesar Martinez Izquierdo
Hello list, we are trying to implement spatial interpolations (IDW and several types of Kriging) in our open source GIS application, which is written in Java. We plan to use JRI to connect with R from Java, and then use the features of "gstat" R-package to calculate the interpolations. However

Re: [R-sig-Geo] path distance maps with R?

2007-06-27 Thread Roger Bivand
On Tue, 26 Jun 2007, David March Morlà wrote: Dear all, I want to create port-based distance maps to analyse spatial distribution of fishing effort. I have tried to use ?distmap.ppp? function from spatstat, but this computes Euclidean distances and I want to take into account obstacles (i.e. is

Re: [R-sig-Geo] distmap

2007-06-27 Thread Roger Bivand
On Tue, 26 Jun 2007, Agustin Lobo wrote: Still some problems: sessionInfo() R version 2.5.0 (2007-04-23) i386-pc-mingw32 locale: LC_COLLATE=Spanish_Spain.1252;LC_CTYPE=Spanish_Spain.1252;LC_MONETARY=Spanish_Spain.1252;LC_NUMERIC=C;LC_TIME=Spanish_Spain.1252 attached base packages: [1] "sta

Re: [R-sig-Geo] directional correlograms

2007-06-27 Thread Roger Bivand
On Tue, 26 Jun 2007, Koppel, Johan van de wrote: > Dear all, > > > > I have a question regarding the spdep package. I want to produce > directional (anisotropic) correlograms. Is there any way to generate > these with spdep? > > > > I am analyzing aerial photographs of patterned ecosystems, in whi

Re: [R-sig-Geo] deldir package

2007-06-27 Thread Roger Bivand
On Tue, 26 Jun 2007, Kitty Lee wrote: > I used deldir to generate voronoi but it seems that I can only specify > rectangular window for the rw option. Is there a way the system can take > in non-rectangular polygon as study area? No, only rectangular windows are permitted. You could try a large

Re: [R-sig-Geo] directional correlograms

2007-06-27 Thread ONKELINX, Thierry
I don't know about spdep, but you can do it with the gstat package. Cheers, Thierry ir. Thierry Onkelinx Instituut voor natuur- en bosonderzoek / Research Institute for Nature and Forest Cel biometrie, methodologie en

[R-sig-Geo] directional correlograms

2007-06-27 Thread Koppel, Johan van de
Dear all, I have a question regarding the spdep package. I want to produce directional (anisotropic) correlograms. Is there any way to generate these with spdep? I am analyzing aerial photographs of patterned ecosystems, in which the patterns are often directional. Thanks in advance,