This documentation is outdated! Contact it support #64;52North.org for current information Geoprocessing Community Wiki The Geoprocessing Community aims at desi...
TutorialDebugArcGISWPSClient Introduction This tutorial show how to debug the WPS Client for ArcGIS. Content Set up ArcGIS Run C:\Program Files (x86)\ArcGIS\De...
Geoprocessing Tutorials General WPS tutorials * Setting up the 52 #176;North WPS from source with Eclipse Java Indigo and Git * Advanced WPS Client API Tu...
Extending AbstractAnnotatedAlgorithm In this tutorial, we will show you, how you can implement a WPS algorithm (or process) in Java, the native language of th 52 ...
Enter Speaking Title Here Introduction In this tutorial you will learn to create a new process repository (also called backend) for the 52°North WPS. Currently,...
Extensible WPS Client for ArcMap About Note: You can find more current information on GitHub: https://github.com/52North/wpsclient4arcgis The Extensible WPS clie...
WPS and PostgreSQL How to use PostgreSQL for request/response/result storage the 52°North WPS has built in capabilities to store each request, the respective re...
WPS REST Proxy Introduction The WPS REST Proxy is a webapp written in Java and makes heavy use of the Spring framework. The proxy should work with any Server im...
Wiki.Geoprocessing Web Preferences The following settings are web preferences of the Wiki.Geoprocessing web. These preferences overwrite the site level preference...
WPS ArcMap Client About The WPS client enables ArcGIS desktop consumption of WPS Processes enlarging the amount of tools available to users for geoprocessing spa...
Lecture on Geo processing using WPS Additional material Introduction Hands on material for Geo processing using WPS. Preparations The tasks that are describe...
WPS 4.0 Git Algorithm Repository Introduction The WPS Git Algorithm Repository is an algorithm repository for the development branch WPS 4.0.0 that lets WPS adm...
52 #176;North Web Geoprocessing Service The 52 #176;North WPS is an open source implementation of the OGC Web Geoprocessing Service and the most prominent projec...
WPS Architecture Section In this section you can find description of the 52 #176;North WPS Architecture. The 52 #176;North WPS supports a set of input formats, pr...
A Hands on Introductions to Moving Code This page tries to get you started with software development and running processes/processing based on the moving code ide...
wps js About wps js is a Javascript library to build client application for OGC Web Processing Service (WPS) implementations. wps js is developed within the proj...
Streaming Based WPS This page is intended to show technical details about Streaming based WPS. Further documentation can be found in a couple of blog posts (Strea...
WPS Java Client API Source Code The WPS Java client API is part of the WPS server codebase in the client lib module: https://github.com/52North/WPS/tree/maste...
Creating a custom Java process extending AbstractAlgorithm This tutorial is very similar to Extend ing AbstractSelfDescribingAlgorithm. However, if you extend Abs...
Setting up the 52 #176;North WPS with GRASS backend under Linux and Apache Tomcat For the Windows tutorial see TutorialBackendGRASSWin. This tutorial has been te...
Setting up the 52 #176;North WPS with GRASS backend under Windows and Apache Tomcat For the Linux tutorial see TutorialBackendWpsGRASSLinux. Prerequisites From ...
ClientAPI Tutorial In this tutorial you will learn how to communicate with Web Geoprocessing Services using the 52 #176;North WPS Client API for Java. 1. Get the...
52 #176;North WPS configuration guide The WPS's configuration is based on the wps_config.xml file. For information on editing this file see WpsConfiguration. Thi...
Pre configure wps js The wps js client provides functionalities to pre configure in /outputs, including values, formats and whether the in /output should be req...
New Configuration API How to use it In this example, we will show how to create a new configuration module for a repository. TBD You can download the complete c...
Simple WPS Client API Tutorial About The following tutorial works with an 52 #176;North WPS installation ( 3.3.0). It is based on the built in Java "echo" proc...
Attic What is the 52 #176;North Geoprocessing Community Attic? Projects are in the attic not necessarily because they don't work anymore or because they are outd...
52 #176;North WPS Configuration The WPS's configuration is based on the wps_config.xml file, which is described on this wiki page. For information on editing oth...
A Primer on the 52 #176;North WPS in Eclipse Java EE Indigo By Matthias M #252;ller, 2009 03 19 1. Prerequisites If one of the prerequisites is missing, the nec...
Expose R Scripts as Webservices with Geostatistics.WPS4R Authors: Matthias Hinz, Benjamin Pro #223;, Main.DanielNuest This quick tutorial will show you how to de...
Input/output types supported by the GRASS 7 backend At the moment the following input and output types are supported by the 52 #176;North GRASS WPS backend: Rast...
1 Make sure your servlet container (e.g. Tomcat) is running. 1 Open: http://localhost:8080/wps/ in your browser 1 Click on 52 #176;North WPS Web Admin C...
Custom Process Tutorial In this tutorial you will learn how to develop and deploy a custom process within the 52 #176;North WPS as a single Java file.The ProcessD...
Extending the WPS The following topics cover extension points for the 52 #176;North WPS framework. Please get in touch on the mailing list if a topic does not pr...
52 #176;North WPS FAQ uDig does not show any processes Check: 1 Tomcat is started 1 port (8080) is correct 1 port is open 1 webapp name (wps) is val...
Handling Status Updates This page collects information how to enable a status query for algorithms running the the 52 #176;North WPS. Specification Features WP...
Streaming WPS Introduction Please read the following blog posts for documentation about the WPS * http://blog.52north.org/2012/10/04/full streaming wps near...
Install 52 #176;North WPS from Source on Debian Prerequisites * Tomcat 7 (or later) with text based manager configured (i.e. there is a user with the manager...
52 #176;North WPS Structures and Procedures Project Structures New structures have yet to be defined. At the moment there are more or less only developers and us...
Creating a new parser Parsers transform input data that was send in line or by reference with a WPS request to data objects that can be used by the WPS processes...
Create a new data binding Data bindings are the internal representation of WPS in and outputs. They are returned by parsers and are wrapping the actual data obj...
Mar 17 2014 WPS IRC Meeting 16:10 IvanSuftin CIDA there we go 16:23 benjamin_52n hey guys 16:26 jiwalker hey 16:36 jiwalker so what are the plans for GSoC...
Matlab and Octave in the 52 #176;North Web Geoprocessing Framework Idea Support Matlab and Octave as processing backends from the WPS. They are powerful and wide...