diff options
author | miwi <miwi@FreeBSD.org> | 2009-04-23 17:22:47 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-04-23 17:22:47 +0800 |
commit | c82eb93939df6cbe01e27a602e5d32013308f207 (patch) | |
tree | 9e6a59e879fb9537aa47d278fc5130172e9010d9 /graphics/Makefile | |
parent | e0406b59081d32f9c06dcd885317de251495b73c (diff) | |
download | freebsd-ports-gnome-c82eb93939df6cbe01e27a602e5d32013308f207.tar.gz freebsd-ports-gnome-c82eb93939df6cbe01e27a602e5d32013308f207.tar.zst freebsd-ports-gnome-c82eb93939df6cbe01e27a602e5d32013308f207.zip |
Deegree's WPS is able to process Feature Collections based on arbitrary
processes. OGC's WPS (Schut & Whiteside 2005) specification describes
WPS as follows: "WPS defines a standardized interface that facilitates
the publishing of geospatial processes, and the discovery of and binding
to those processes by clients. "Processes" include any algorithm,
calculation or model that operates on spatially referenced data.
"Publishing" means making available machine-readable binding
information as well as human-readable metadata that allows service
discovery and use."
WWW: http://www.deegree.org/
PR: ports/133810
Submitted by: wenheping at gmail.com
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 7656cea63d53..9d5f6f12a92c 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -95,6 +95,7 @@ SUBDIR += deegree-wcs SUBDIR += deegree-wfs SUBDIR += deegree-wms + SUBDIR += deegree-wps SUBDIR += demeter SUBDIR += devil SUBDIR += dia |