Re: [R-sig-Geo] WPS client implementation in R

2018-02-20 Thread Vijay Lulla
Is WPS like Open Sound Control (OSC)? On Tue, Feb 20, 2018 at 11:30 AM, Barry Rowlingson < b.rowling...@lancaster.ac.uk> wrote: > On Tue, Feb 20, 2018 at 3:51 PM, Javier Martínez-López < > javi.martinez.lo...@gmail.com> wrote: > > > You can try OpenCPU (https://www.opencpu.org/). It works great!

Re: [R-sig-Geo] [DKIM] Re: Interpolating snowfall values on a Digital Elevation Model [SEC=UNCLASSIFIED]

2018-02-20 Thread Li Jin
The statement ‘the kriging functions in R still don't accept lat/long’ is incorrect. Please check the gstat and spm packages for details. When your data is collected from one utm, it is a good idea to project the data using utm. If the data is from two or more utms, you need to use different

Re: [R-sig-Geo] [DKIM] Re: Interpolating snowfall values on a Digital Elevation Model [SEC=UNCLASSIFIED]

2018-02-20 Thread Dominik Schneider
> > The effects of spatial reference systems on interpolations and accuracy > are minimal, and lat and long can be used. Fair enough, thanks for sending the references. But, as far as I know, the kriging functions in R still don't accept lat/long. On Mon, Feb 19, 2018 at 8:54 PM, Li Jin

Re: [R-sig-Geo] WPS client implementation in R

2018-02-20 Thread Barry Rowlingson
On Tue, Feb 20, 2018 at 3:51 PM, Javier Martínez-López < javi.martinez.lo...@gmail.com> wrote: > You can try OpenCPU (https://www.opencpu.org/). It works great! > I don't see anything WPS there. The advantage of implementing a WPS is that it is then available to anything supporting the WPS

Re: [R-sig-Geo] WPS client implementation in R

2018-02-20 Thread Javier Martínez-López
You can try OpenCPU (https://www.opencpu.org/). It works great! Best, Javier On Tue, Feb 20, 2018 at 4:31 PM, Barry Rowlingson < b.rowling...@lancaster.ac.uk> wrote: > On Tue, Feb 20, 2018 at 3:13 PM, Dr. Benedikt Gräler < > b.grae...@52north.org> > wrote: > > > Dear Barry, > > > > I am not

Re: [R-sig-Geo] WPS client implementation in R

2018-02-20 Thread Barry Rowlingson
On Tue, Feb 20, 2018 at 3:13 PM, Dr. Benedikt Gräler wrote: > Dear Barry, > > I am not quite sure what you are targetting at: > i) a solution to expose (geo) R functionality as a WPS on the web or > ii) a R package to ease the access to an exposed WPS. > > Regarding i),

Re: [R-sig-Geo] WPS client implementation in R

2018-02-20 Thread Dr . Benedikt Gräler
Dear Barry, I am not quite sure what you are targetting at: i) a solution to expose (geo) R functionality as a WPS on the web or ii) a R package to ease the access to an exposed WPS. Regarding i), there is WPS4R (as a follow-up on the UseR! abstract; available as part of the 52°North WPS

Re: [R-sig-Geo] How to fit Spatial logistic regression models to DHS data

2018-02-20 Thread Thierry Onkelinx
Have a look at Zuur et al (2017) Beginner's Guide to Spatial, Temporal and Spatial-Temporal Ecological Data Analysis with R-INLA Best regards, ir. Thierry Onkelinx Statisticus / Statistician Vlaamse Overheid / Government of Flanders INSTITUUT VOOR NATUUR- EN BOSONDERZOEK / RESEARCH INSTITUTE

Re: [R-sig-Geo] How to fit Spatial logistic regression models to DHS data

2018-02-20 Thread Anthony Damico
hi, https://github.com/davidbrae/swmap might help some but probably not everything you need On Feb 20, 2018 11:26 AM, "Bedilu Ejigu" wrote: > I am analyzing geospatial data come from malaria intervention survey, > to compare standard multilevel models with spatial models.

[R-sig-Geo] How to fit Spatial logistic regression models to DHS data

2018-02-20 Thread Bedilu Ejigu
I am analyzing geospatial data come from malaria intervention survey, to compare standard multilevel models with spatial models. Some of the variables in my dataset are the following: 1. malaria-malaria test result(1-presence, 0-absence) which is our outcome variable 2.

[R-sig-Geo] WPS client implementation in R

2018-02-20 Thread Barry Rowlingson
I'm wondering what's the state of WPS (Web Processing Service) client implementations in R? All I can find are the abstract of a 2008 UseR! talk: https://www.r-project.org/conferences/useR-2008/abstracts/Henneboehl+Pebesma.pdf and what looks like code designed to call a custom WPS server in the