install.rst 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. .. _wps_install:
  2. Installing the WPS extension
  3. ============================
  4. The WPS module is not a part of GeoServer core, but instead must be installed as an extension. To install WPS:
  5. #. Navigate to the :website:`GeoServer download page <download>`.
  6. #. Find the page that matches the exact version of GeoServer you are running.
  7. .. warning:: Be sure to match the version of the extension with that of GeoServer, otherwise errors will occur.
  8. #. Download the WPS extension: :download_extension:`wps`
  9. The download link for :guilabel:`WPS` will be in the :guilabel:`Extensions` section under :guilabel:`Other`.
  10. #. Extract the files in this archive to the :file:`WEB-INF/lib` directory of your GeoServer installation.
  11. #. Restart GeoServer.
  12. After restarting, load the :ref:`web_admin`. If the extension loaded properly, you should see an extra entry for WPS in the :guilabel:`Service Capabilities` column. If you don't see this entry, check the logs for errors.
  13. .. figure:: images/wpscapslink.png
  14. :align: center
  15. *A link for the WPS capabilities document will display if installed properly*
  16. Configuring WPS
  17. ---------------
  18. WPS processes are subject to the same feature limit as the WFS service.
  19. The limit applies to process **input**, so even processes which summarize data
  20. and return few results will be affected if applied to very large datasets.
  21. The limit is set on the :ref:`services_webadmin_wfs` Admin page.
  22. .. warning:: If the limit is encountered during process execution, no error is given. Any results computed by the process may be incomplete