Questions tagged [wps]
Web Processing Service (WPS) Interface Standard provides rules for standardizing how inputs and outputs (requests and responses) for geospatial processing services, such as polygon overlay.
199 questions
0 votes
0 answers
14 views
Unable to crop TIFF using shapefile in GeoServer WPS feature
I am trying to to crop a TIFF file using a shapefile using WPS query builder feature in GeoServer. I tried text geometery and refrence using a link to GML both are not working. I am getting error ...
0 votes
1 answer
69 views
GeoServer 2.23: wps-service: OperationsMetaData ows:Get xlink:href / ows:Post xlink:href not set / how to set it?
I'm running a GeoServer locally on docker and in an cloud environment. On docker everything works fine but in the cloud the hrefs of "ows:Get / ows:Post" are not set from the WPS-Service. If ...
0 votes
0 answers
72 views
GeoServer Failed to locate field false in class
I am trying to use the WFS/WMS in GeoServer (v 2.22.4) to create some dashboards in MapStore. While the error in MapStore hints at possible issues with the WPS and that the gs:aggregate might not be ...
0 votes
0 answers
17 views
Maven error compiling GeoServer custom WPS [duplicate]
I'm attempting to build a custom GeoServer WPS plugin using Maven but I'm encountering issues during compilation. I've updated my POM file and added all the required dependencies, including GeoServer ...
0 votes
1 answer
217 views
Maven Dependency Resolution Issue for GeoServer GS:WPS
I am encountering an issue while building a GeoServer wps using Maven, and I could use some guidance. Error Description: I am attempting to build a GeoServer wps using Maven (mvn clean install). ...
0 votes
0 answers
93 views
GeoServer Deployment of custom WPS
I'm currently facing challenges deploying a custom Web Processing Service (WPS) process in GeoServer 2.23.0, Geotool 29.0 and I'm seeking assistance in resolving this issue. Following the steps ...
0 votes
1 answer
53 views
GeoServer WPS vec:bufferFeatureCollection algorithm
For GeoServer WPS plugin vec:bufferFeatureCollectinon function, what is the algorithm that support such function?
0 votes
1 answer
71 views
Java - GeoServer WPS - how to return TIFF file?
I'd like to return a TIFF created with a Java WPS process (this part works fine) but GeoServer seems don't recognize byte[] or File response type as I expected. If I return a base64 encoded string, ...
0 votes
1 answer
142 views
Get the IP address of GeoServer from WPS
I am creating a custom WPS process. The process needs to do WFS and REST requests to the same server (GeoServer). Currently, the client needs to provide the IP and port of the server as a parameter. ...
1 vote
0 answers
59 views
How to call WFS from a WPS in GeoServer
I have a custom WPS process, and from that, I need to call WFS to insert Transaction request, because I don't want to make two requests. I tried looking into GeoServer transaction test code but was ...
0 votes
0 answers
80 views
Lizmap geoprocessing missing list of processes to run
I installed QGIS Server and lizmap with lizmap-wps-web-client-module and py-qgis-wps. The button appears in lizmap but the select "choose a process to run" is always empty. Is there ...
0 votes
1 answer
219 views
GeoServer's RasterZonalStatistics result interpretation
I am using GeoServer and the RasterZonalStatistics tool with a land use, single-band raster dataset. In the whole raster, each pixel represents a land use category and is given values between 1 and ...
0 votes
1 answer
268 views
GeoServer WPS service Raster Zonal Statistics does not give results when using text/csv format to define zone polygon
I am working with GeoServer 2.22 and I'm trying to use the gs:RasterZonalStatistics tool, through the WPS request builder that is provided in the "demos" in GeoServer. The tool runs fine ...
0 votes
1 answer
252 views
GeoServer 2.22.0 WPS error while clipping raster with GeoJSON input
When I try to run a WPS process for clipping a WCS raster data with a GeoJSON data it fails to complete the job. But when I do the same with WKT string as a input it completes successfully. Failed WPS ...
2 votes
1 answer
616 views
GeoServer 2.21 WPS request with output format application/json throws error
Since I upgraded GeoServer from 2.20.5 to 2.21.1 I get an error with WPS requests if I use application/json as output format: Request: <?xml version="1.0" encoding="UTF-8"?> &...