RemoteWPS
[RemoteWPS] is an open source software written in Python part of the GeoServer (http://geoserver.org)
project that allows users to publish their executables as GeoServer WPS Processes through the XMPP protocol.
RemoteWPS is meant to be used along with the GeoServer "wps-remote" plugin for the WPS
(https://github.com/geoserver/geoserver/tree/master/src/community/wps-remote).
Being a community-driven project, RemoteWPS is developed, tested, and supported by a diverse group of
individuals and organizations from around the world.
License
RemoteWPS licensed under the GPL.
Using
You can install the "wps-remote" Python package by using the PyPi distribution ::
pip install wps-remote==2.17.0
Please refer to the user guide for detailed
information on how to install and use RemoteWPS.
API Reference Doc
http://docs.geoserver.org/latest/en/user/community/remote-wps/install_python.html#annex-a-remote-wps-python-wrapper-reference
Bugs
Through GeoServer JIRA.
GeoServer uses JIRA, hosted by
Atlassian, for issue tracking.
Mailing Lists
Through GeoServer Mailing Lists.
The mailing list page on the GeoServer web site provides
access to the various mailing list, as well as some indication of the code of conduct when posting to the lists
Contributing
Through GeoServer Process.
Please read the contribution guidelines before contributing pull requests to the GeoServer project.
More Information
Visit the website or read the docs.
Change Log
2.17.0 [2019-11-11 16:08:42] (aligned with GeoServer Remote WPS Plugin - 2.17.x)
2019-11-11: afabiani [Fixes #42] Async Request Management Proposal
2019-11-07: afabiani [Fixes #40] Typos on class name
2019-11-07: afabiani - Minor fixes to the sample gdalContour service config
2019-11-05: geosolutions - get rid of redounant print
2019-11-05: gioscarda [Fixes #38] Added missing tests for actions and resource_cleaner
2019-11-05: gioscarda [Fixes #36] tests for FTP uploads
2019-11-04: gioscarda [Fixes #34] Clean up unused files
2019-10-31: gioscarda [Fixes #32] testing path
2019-10-31: gioscarda [Fixes #30] ProcessBot and ServiceBot tests
2019-10-25: gioscarda [Fixes #28] Add BusIndependentMessage tests
2019-10-23: gioscarda [Fixes #26] configparser tests
2019-10-23: gioscarda [Fixes #24] computational jobs outputs tests
2019-10-22: afabiani fix travis build
2019-10-22: afabiani fix travis build
2019-10-22: gioscarda [Fixes #10] Add missing tests about input parameters
2019-10-18: afabiani minor formatting
2019-09-23: Christian Clauss Travis CI: Run tests on Python 3.7 in allow_failures mode
2019-09-22: Christian Clauss Don't cache $HOME
2019-09-22: Christian Clauss cache $HOME
2019-09-22: Christian Clauss Don’t cache $HOME
2019-09-22: Christian Clauss Shorten a long line
2019-09-22: Christian Clauss Flake8: ignore W504 line break after binary operator
2019-09-22: Christian Clauss Remove unused import 'time'
2019-09-22: Christian Clauss Update .travis.yml
2019-09-22: Christian Clauss python: 2.7.8 dist: precise
2019-09-22: Christian Clauss Upgrade flake8 and allow it to specify its dependencies
2019-09-22: Christian Clauss Update .travis.yml
2019-09-22: Christian Clauss Travis-CI: The sudo: tag is deprecated in Travis
2019-09-20: dependabot[bot] Bump paramiko from 2.4.1 to 2.4.2
2019-01-14: afabiani - Resource Monitor: minor refactoring to the data collection main cycle. Trying to take into account runtime deltas.
2018-12-12: afabiani - better management of failure states of the spawned processbot
2018-11-15: afabiani - preparing for test suite / introducing pep8 format checks
2018-11-15: afabiani - preparing for test suite / introducing pep8 format checks
2.15.0 [2018-11-15 11:48:37] (aligned with GeoServer Remote WPS Plugin - 2.15.x)
2018-11-15: afabiani - Bump to version 2.15.0
2018-11-15: afabiani - added a delay to the test service
2018-10-03: afabiani - Improving "resource_monitor" process is running method info
2018-09-28: afabiani - minor improvements to the test.py service (gdalContour)
2018-09-28: afabiani - patch: boolean string properties checks are wrong on "output_file_parameter"
2018-09-27: afabiani