Skip to content

javaPS 1.3.0

Compare
Choose a tag to compare
@bpross-52n bpross-52n released this 27 May 08:55
· 403 commits to develop since this release

javaPS enables the deployment of geo-processes on the web in a standardized way.
It features a pluggable architecture for processes and data encodings.
The implementation is based on the OGC Web Processing Service standard version 2.0: http://docs.opengeospatial.org/is/14-065/14-065.html

Available in Maven Central.

Documentation: https://52north.github.io/javaPS

Changes since last release

New features ---

  • Updated to arctic-sea v6
  • Added Dockerfile

Fixed issues ---

  • Test if inputs are null, This can be the case for optional inputs
  • Enabled storing of outputs encoded in base64
  • Removed test algorithm
  • Updated jackson-databind dependency