Book Image

GeoServer Cookbook

By : Stefano Iacovella
Book Image

GeoServer Cookbook

By: Stefano Iacovella

Overview of this book

Table of Contents (17 chapters)
GeoServer Cookbook
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Introduction


Apart from requesting map and data, GeoServer has another great feature: it can be used as a geoprocessing server. Geoprocessing lets the user perform operations on data, transform them, and also produce new datasets. The general concept is that the user creates a task by selecting the input data and operations to be performed on them.

Geoprocessing is a traditional concept in desktop GIS; in fact, this type of software is created to process spatial data. Later, geoprocessing was migrated to the server side; there are now several ways a user can ask a server to process a task on data. As with producing maps and delivering data, GeoServer implements geoprocessing referring to a standard, the WPS standard defined by OGC.

The OpenGIS® Web Processing Service (WPS) interface standard provides rules to standardize how inputs and outputs (requests and responses) for geospatial processing services, such as polygon overlay. The WPS standard also defines how a client can request the execution...