WPS Processes
List of all processes available to GeoServer. Click on 'Build process' to launch the process builder for a 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 |
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 |
JTS:interiorPoint | Returns a point that lies inside a geometry if possible, or that lies on its boundary. | View details Build process |
JTS:centroid | Returns the geometric centroid of a geometry. Output is a single point. The centroid point may be located outside the geometry. | View details Build process |
JTS:polygonize | Polygonizes a set of linestrings. The lines must be fully noded. | View details Build process |
JTS:splitPolygon | Splits a polygon by a linestring | 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 |