<?xml version="1.0" encoding="UTF-8"?>
<wps:ExecuteResponse xmlns:wps="http://www.opengis.net/wps/1.0.0" xmlns:ows="http://www.opengis.net/ows/1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/wps/1.0.0 ../wpsExecute_response.xsd" service="WPS" version="1.0.0" xml:lang="en-US" serviceInstance="https://wps.geonorge.no/skwms1/wps.elevation2?request=GetCapabilities&amp;amp;service=WPS" statusLocation="">
    <wps:Process wps:processVersion="0.4">
        <ows:Identifier>elevation</ows:Identifier>
        <ows:Title>elevation</ows:Title>
        <ows:Abstract>OBS: This process has been deprecated.
    Use the REST API https://ws.geonorge.no/hoydedata/v1/ instead.

    The elevation process returns the elevation and place name of a given
    point in a given coordinate system.
    The elevation is calculated by
    interpolation in a 1m network of isometric lines in populated areas (with
    FKB coverage), and in a 20m network in other areas. It also returns the
    depth if the given point is in the ocean and close to the coast.
    The depth is calculated by interpolation in a 10m network of isometric
    lines (2 to 5 meters in shallow water close to the coast). This data is
    not to be used for navigational purposes.</ows:Abstract>
	</wps:Process>
    <wps:Status creationTime="2026-08-13T08:20:05Z">
        <wps:ProcessFailed>
            <wps:ExceptionReport>
                    <ows:Exception exceptionCode="NoApplicableCode" locator="None">
                            <ows:ExceptionText>Process failed, please check server error log</ows:ExceptionText>
                    </ows:Exception>
            </wps:ExceptionReport>
        </wps:ProcessFailed>
	</wps:Status>
</wps:ExecuteResponse>