WPS Processes
List of all processes available to GeoServer. Click on 'Build process' to launch the process builder for a process.
gs:AddCoverages | Returns a raster generated by pixel-by-pixel addition of two source rasters. Source rasters must have the same bounding box and resolution. | View details Build process |
gs:AreaGrid | Computes a raster grid of given geographic extent with cell values equal to the area the cell represents on the surface of the earth. Area is computed using the EckertIV projection. | View details Build process |
gs:BarnesSurface | Uses Barnes Analysis to compute an interpolated surface over a set of irregular data points. | View details Build process |
gs:Contour | Computes contour lines at specified intervals or levels for the values in a raster. | View details Build process |
gs:CropCoverage | Returns the portion of a raster bounded by a given geometry. | View details Build process |
gs:GeorectifyCoverage | Georectifies a raster via Ground Control Points using gdal_warp | View details Build process |
gs:GetFullCoverage | Returns a raster from the catalog, with optional filtering | View details Build process |
gs:Heatmap | Computes a heatmap surface over a set of data points and outputs as a single-band raster. | View details Build process |
gs:Import | Imports a feature collection into the catalog | View details Build process |
gs:MultiplyCoverages | Returns a raster generated by pixel-by-pixel multiplication of two source rasters. Source rasters must have the same bounding box and resolution. | View details Build process |
gs:PointStacker | Aggregates a collection of points over a grid into one point per grid cell. | View details Build process |
gs:PolygonExtraction | Extracts vector polygons from a raster, based on regions which are equal or in given ranges | View details Build process |
gs:RangeLookup | Reclassifies a continous raster into integer values defined by a set of ranges | View details Build process |
gs:RasterAsPointCollection | Returns a collection of point features for the pixels of a raster. The band values are provided as attributes. | View details Build process |
gs:RasterZonalStatistics | Computes statistics for the distribution of a certain quantity in a set of polygonal zones. | View details Build process |
gs:ReprojectGeometry | Reprojects a given geometry into a supplied coordinate reference system. | View details Build process |
gs:ScaleCoverage | Returns a scaled and translated version of a given raster | View details Build process |
gs:StoreCoverage | Stores a raster on the server. | View details Build process |
gs:StyleCoverage | Styles a raster using a given SLD and raster symbolizer. | View details Build process |
gt:VectorToRaster | Converts some or all of a feature collection to a raster grid, using an attribute to specify cell values. | View details Build process |
JTS:length | Returns the total length of all line segments in a geometry. Measurement is given in the source units, so geographic coordinates are not recommended. | View details Build process |
JTS:buffer | Returns a polygonal geometry representing the input geometry enlarged by a given distance around its exterior. | View details Build process |
JTS:isEmpty | Tests if a geometry contains no vertices. | View details Build process |
JTS:contains | Tests if no points of the second geometry lie in the exterior of the first geometry and at least one point of the interior of second geometry lies in the interior of first geometry. | View details Build process |
JTS:distance | Returns the minimum distance between two geometries. Measurement is given in the input units, so geographic coordinates are not recommended. | View details Build process |