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

2018-02-22 Thread Javier Martínez-López
Thank you for the explanation! Best, Javier On Wed, Feb 21, 2018 at 10:08 AM, Dr. Benedikt Gräler wrote: > WPS is the acronym of the Web Processing Service - an OGC standard [1] > that specifies how some spatial process (adding two layers, buffering, ..., > run-off

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

2018-02-21 Thread Dr . Benedikt Gräler
WPS is the acronym of the Web Processing Service - an OGC standard [1] that specifies how some spatial process (adding two layers, buffering, ..., run-off models, ..., complex atmospheric models, ..., processes running on large data sets, ...) can be wrapped in a server-side service. The

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] 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

[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