WPS icon indicating copy to clipboard operation
WPS copied to clipboard

**DEPRECATED** The 52°North Web Processing Service enables the deployment of geo-processes on the web in a standardized way.

Results 96 WPS issues
Sort by recently updated
recently updated
newest added

The parser is is just used for validation This could also be done another way, without the GeoTools dependency.

enhancement

Currently the repository that loads algorithms via service loaders, `org.n52.wps.server.ServiceLoaderAlgorithmRepository`, is only active in the geotools configuration. But this should work without geotools as well.

enhancement
question

Introduced by 79bba82a7daf5cb2909ab307f922db1b1b3994a0 The GML generators produce schemas that have a URL that is not covered by the resource mapping. E.g: http://localhost:8080/wps/schemas/04443cc5-e380-46fe-85f3-1b0a51fa02f5.xsd This leads to an exception when the features...

bug

I get the following error: Failed to execute goal com.google.code.maven-replacer-plugin:replacer:1.5.2:replace (default) on project 52n-wps-webapp: File 'D:\dev\GitHub4w\WPS\52n-wps-webapp\target\52n-wps-webapp-3.3.1-SNAPSHOT\config\wps_config_geotools.xml' does not exist There is a wrong path specified in the profile with-geotools in...

bug

String concatenation in log statements decrease performance, they should be replaced with placeholders. Search the whole workspace with the regexes `LOGGER*" +` and `log*" +`

enhancement

To allow other modules than `52n-wps-service` to define web service endpoints (see #84 #76) we need a more flexible loading mechanism. Since the upcoming admin app uses Spring, this mechanism...

There were some changes in GRASS GIS as well as in the GRASS Modulestarter that we need to adapt.

currently, the URL in the `` element is not available. change this for the next release. also consider placing the license file on http://52north.github.io/WPS so the URL does not change...

The NOTICE files of the API modules list e.g. 52n-WPS-Config and Commons still as under GPL 2 license.

The core modules (the ones under ASL 2.0) and the client package should be deployed to Maven Central so that users can add them more easily (i.e. without adding 52N...

enhancement