WPS
WPS copied to clipboard
**DEPRECATED** The 52°North Web Processing Service enables the deployment of geo-processes on the web in a standardized way.
Right now a script just runs completely and it might generate several outputs. Since the script does not know which inputs are requested, this might result in considerable computation time...
Add a specific mime type for URLs so that clients now which output is a link. Could be used/tested in the WPS4R process `wpsSession.R`. I could define it for R...
Since we allow multiple directories to store the R scripts it would also be nice to support multiple resource directories. However, this is a bit tricker because the annotation is...
Take a good look at the `RAppArmor` package - we can probably use it to limit the access of R scripts on a Linux server: https://github.com/jeroenooms/RAppArmor http://wiki.apparmor.net/index.php/Main_Page
Binary download: http://rforge.net/Rserve/files/ Source: https://github.com/s-u/ This means that we put the binaries in our repo (http://52north.org/maven/repo/releases/org/rosuda/), and this time please document the process properly somewhere...
Currently mime type/ file suffix mapping is done at two different locations: MIMEUtil in the commons module and GenericFileDataConstants in io-impl (using a properties file in the io module). This...