<?xml version="1.0" encoding="utf-8"?>
<wps:Capabilities service="WPS" version="1.0.0" xml:lang="es" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:wps="http://www.opengis.net/wps/1.0.0" xmlns:ows="http://www.opengis.net/ows/1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/wps/1.0.0 http://schemas.opengis.net/wps/1.0.0/wpsGetCapabilities_response.xsd" updateSequence="1">
	<ows:ServiceIdentification>
		<ows:Title>Servidor WPS</ows:Title>
		<ows:Keywords>
			<ows:Keyword>GRASS</ows:Keyword>
			<ows:Keyword>GIS</ows:Keyword>
			<ows:Keyword>WPS</ows:Keyword>
			<ows:Keyword>toponimia</ows:Keyword>
		</ows:Keywords>
		<ows:ServiceType>WPS</ows:ServiceType>
		<ows:ServiceTypeVersion>1.0.0</ows:ServiceTypeVersion>
		<ows:Fees>None</ows:Fees>
		<ows:AccessConstraints>none</ows:AccessConstraints>
	</ows:ServiceIdentification>
	<ows:ServiceProvider>
		<ows:ProviderName>Cartográfica de Canarias S.A.</ows:ProviderName>
		<ows:ProviderSite xlink:href="http://visor.grafcan.es"/>
		<ows:ServiceContact>
			<ows:ContactInfo>
				<ows:Address>
					<ows:City>Santa Cruz de Tenerife</ows:City>
					<ows:PostalCode>000 00</ows:PostalCode>
					<ows:Country>es</ows:Country>
					<ows:ElectronicMailAddress>info@grafcan.com</ows:ElectronicMailAddress>
				</ows:Address>
			</ows:ContactInfo>
		</ows:ServiceContact>
	</ows:ServiceProvider>
	<ows:OperationsMetadata>
		<ows:Operation name="GetCapabilities">
			<ows:DCP>
				<ows:HTTP>
					<ows:Get xlink:href="http://idecan5.grafcan.es/ServicioWPS/mdt?"/>
					<ows:Post xlink:href="http://idecan5.grafcan.es/ServicioWPS/mdt"/>
				</ows:HTTP>
			</ows:DCP>
		</ows:Operation>
		<ows:Operation name="DescribeProcess">
			<ows:DCP>
				<ows:HTTP>
					<ows:Get xlink:href="http://idecan5.grafcan.es/ServicioWPS/mdt?"/>
					<ows:Post xlink:href="http://idecan5.grafcan.es/ServicioWPS/mdt"/>
				</ows:HTTP>
			</ows:DCP>
		</ows:Operation>
		<ows:Operation name="Execute">
			<ows:DCP>
				<ows:HTTP>
					<ows:Get xlink:href="http://idecan5.grafcan.es/ServicioWPS/mdt?"/>
					<ows:Post xlink:href="http://idecan5.grafcan.es/ServicioWPS/mdt"/>
				</ows:HTTP>
			</ows:DCP>
		</ows:Operation>
	</ows:OperationsMetadata>
	<wps:ProcessOfferings>
		<wps:Process wps:processVersion="0.1">
			<ows:Identifier>mdt</ows:Identifier>
			<ows:Title>Modelo digital del Terreno</ows:Title>
			<ows:Abstract>Recuperamos la altura de una determinada coordenada</ows:Abstract>
		</wps:Process>
	</wps:ProcessOfferings>
	<wps:Languages>
		<wps:Default>
			<ows:Language>es</ows:Language>
		</wps:Default>
		<wps:Supported>
			<ows:Language>es</ows:Language>
		</wps:Supported>
	</wps:Languages>
	<wps:WSDL xlink:href="http://idecan5.grafcan.es/ServicioWPS/mdt?WSDL"/>
</wps:Capabilities>
