WPS Client for OpenLayers Introduction OpenLayers is an Open Source map viewing library. The library has been written in pure JavaScript. OpenLayers makes it eas...
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...
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...
Main.CarstenPriess 19 Jul 2006 Inverse Distance Weighting Extension This page is about the Inverse Distance Weighting Extension for the 52n WebProcessing Servi...
WPS Code Snippets In this section you can find some useful code snippets. Extract Parameter in your algorithm The public Map run(Map inputData){ metho...
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...
Development Branches of the 52 #176;North WPS Repository: https://svn.52north.org/cgi bin/viewvc.cgi/main/WPS/branches/?root=geoprocessing sortby=date#dirlist ...
In order to avtivate the process follow these steps: 1 Switch to the Algorithm Repositories tab: 1 Scroll to the LocalAlgorithmReporitory 1 Click the pl...
AllInOneGUI After you have installed the client successfully, you will need to add a button to the ArcMap toolbar so you can start the client. To do so please act...
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...
Cloud Computing By Bastian Sch #228;ffer, 2008 Cloud Computing is an emerging trend in the mainstream IT world. 52 #176;North has worked extensively in this field...
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...
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,...
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...
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...
Deploy a custom process via the admin console Open the Web Admin Console In order to deploy the recently developed process, you need to: Upload the process file...
Deploy one or more processes packaged in a jar file Add the jar file to the WPS libraries Note that you will need to have access to the WPS webapp folder on the ...
EDC Developer Forum Workshop 2013 07 19 In this workshop you will learn how to use version 1.1.0 of the 52 #176;North Extensible WPS Client for ArcMap. Installat...
Creating a custom Java process extending AbstractAlgorithm This tutorial is very similar to Extend ing AbstractSelfDescribingAlgorithm. However, if you extend Abs...
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 ...
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...
Extensible WPS Client for ArcMap About Note: You can find more current information on GitHub: https://github.com/52North/wpsclient4arcgis The Extensible WPS clie...
GEOSS Service Factory Geospatial applications have changed from isolated solutions to open infrastructures based on Web Services to deal with data representing th...
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...
The Geoprocessing Community Motivation The working group limits its activities to "processing" and stimulates the development of Java components. It will act as ...
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...
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...
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...
Jan 06 2014 WPS IRC Meeting benjamin_52n ok, lets start benjamin_52n did you guys have a look at the trello board? jiwalker I am just catching up on ...
I wish there were a process that... converts Shapefiles to TopoJSON. * Command line interface to topojson: https://github.com/mbostock/topojson/wiki/Command...
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...
Moving Code About What is Moving Code? Moving Code is both a paradigm and a software framework to enable running processes in a variety of environments. Moving ...
MovingCode Development Set up Development Environment See the "Hands on" page for a quick set up description: https://wiki.52north.org/bin/view/Geoprocessing/M...
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...
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...
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...
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...
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...
Python Command line Interface Processor for MovingCode Workflow The python script referenced in the packagedescription.xml under mc:workspace/mc:executableLocati...
RCLIProcessor About The RCLIProcesor is a command line interface (CLI) for the R free software environment for statistical computing and graphics ( http://www.r...
Geoprocessing Community Research and Studies Current topics Current research topics of the Geoprocessing Community are: * Moving Code, more information here ...
How to store WPS outputs in Geoserver You can store your WPS process outputs directly in Geoserver using the RESTful interface. Raster and vector data can be stor...
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...
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...
WPS T Excerpt from the abstract of a research paper by Bastian Sch #228;ffer: The OGC Web Geoprocessing Service specification provides a means to perform distribu...
Exposing ArcGIS Server functionality with 52 #176;North WPS Walkthrough Short version Editors: Matthias M #252;ller, TU Dresden; Bastian Sch #228;ffer, 52 #176...
Setting up the 52 #176;North WPS with GRASS backend under Windows and Apache Tomcat For the Linux tutorial see TutorialBackendWpsGRASSLinux. Prerequisites From ...
Set up R Geoprocessing Backend for 52 #176;North WPS Authors: Matthias Hinz, Benjamin Pro #223; 1. Download and install the 52 #176;North WPS. Geostatistics.WPS4...
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...
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...
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...
TutorialDebugArcGISWPSClient Introduction This tutorial show how to debug the WPS Client for ArcGIS. Content Set up ArcGIS Run C:\Program Files (x86)\ArcGIS\De...
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...
Develop a Custom Process with the 52 #176;North WPS Extension Skeleton Quick Start with Maven Get the WPS Extension Skeleton project from GitHub. In principle th...
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...
Setting up the 52 #176;North WPS from source with Eclipse Java Indigo and Git Steps 4 7 are covered by this video on youtube. 1. Prerequisites You will need to...
Web Geoprocessing Service (WPS) What is a WPS? A WPS can be configured to offer any sort of GIS functionality to clients across a network, including access to pre...
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...
Main.CarstenPriess 28 Jul 2006 CommonObservation Generator This generator offers an extension that allows the WPS to generate an output of the specific lattice, ...
Main.CarstenPriess 28 Jul 2006 GeoTiff Generator The GeoTiff Generator ist not working at the moment. ArcGis refuses to open the generated file with the message:...
Main.CarstenPriess 28 Jul 2006 ObservationCollection Example About the example This example contains some sample temperature data from Landesumweltamt Nordrhein...
Main.CarstenPriess 28 Jul 2006 ObservationCollection Generator This generator offers an extension that allows the WPS to generate an output of the specific latti...
Main.CarstenPriess 19 Jul 2006 RectifiedGridCoverage Generator This generator offers an extension that allows the WPS to generate an output of the specific latti...
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 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...
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...
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...
This documentation is outdated! Contact it support #64;52North.org for current information Geoprocessing Community Wiki The Geoprocessing Community aims at desi...
Wiki.Geoprocessing Web Preferences The following settings are web preferences of the Wiki.Geoprocessing web. These preferences overwrite the site level preference...
WPS T Apache ODE BPEL Implementation This page is intended to document the implementation of the Apache ODE BPEL Implementation The current version (as of 22 12 0...
Website and Wiki Structure Website The 52 #176;North Geoprocessing community website at http://52north.org/communities/geoprocessing/ serves mainly the purpo...
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...
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...
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...