<?xml version="1.0" encoding="UTF-8"?>
<!-- PyWPS 4.4.5 -->
<wps:ProcessDescriptions 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 ../wpsDescribeProcess_response.xsd" service="WPS" version="1.0.0" xml:lang="en-US">
    <ProcessDescription wps:processVersion="0.4" storeSupported="true" statusSupported="true">
        <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>
        <DataInputs>
            <Input minOccurs="1" maxOccurs="1">
                <ows:Identifier>lat</ows:Identifier>
                <ows:Title>latitude</ows:Title>
                <ows:Abstract>Latitude of the point</ows:Abstract>
                <LiteralData>
                <ows:DataType ows:reference="http://www.w3.org/TR/xmlschema-2/#float">float</ows:DataType>
                </LiteralData>
            </Input>
            <Input minOccurs="1" maxOccurs="1">
                <ows:Identifier>lon</ows:Identifier>
                <ows:Title>longitude</ows:Title>
                <ows:Abstract>Longitude of the point</ows:Abstract>
                <LiteralData>
                <ows:DataType ows:reference="http://www.w3.org/TR/xmlschema-2/#float">float</ows:DataType>
                </LiteralData>
            </Input>
            <Input minOccurs="1" maxOccurs="1">
                <ows:Identifier>epsg</ows:Identifier>
                <ows:Title>EPSG code</ows:Title>
                <ows:Abstract>EPSG code of the projection system</ows:Abstract>
                <LiteralData>
                <ows:DataType ows:reference="http://www.w3.org/TR/xmlschema-2/#integer">integer</ows:DataType>
                <DefaultValue>4326</DefaultValue>
                </LiteralData>
            </Input>
        </DataInputs>
        <ProcessOutputs>
            <Output>
                <ows:Identifier>elevation</ows:Identifier>
                <ows:Title>elevation</ows:Title>
                <ows:Abstract>Elevation in metres above or below sea level</ows:Abstract>
                <LiteralOutput>
                <ows:DataType ows:reference="http://www.w3.org/TR/xmlschema-2/#float">float</ows:DataType>
                </LiteralOutput>
            </Output>
            <Output>
                <ows:Identifier>placename</ows:Identifier>
                <ows:Title>placename</ows:Title>
                <ows:Abstract>(closest) official name of the location</ows:Abstract>
                <LiteralOutput>
                <ows:DataType ows:reference="http://www.w3.org/TR/xmlschema-2/#string">string</ows:DataType>
                </LiteralOutput>
            </Output>
            <Output>
                <ows:Identifier>placename1</ows:Identifier>
                <ows:Title>placename1</ows:Title>
                <ows:Abstract>(closest) official name of the location</ows:Abstract>
                <LiteralOutput>
                <ows:DataType ows:reference="http://www.w3.org/TR/xmlschema-2/#string">string</ows:DataType>
                </LiteralOutput>
            </Output>
            <Output>
                <ows:Identifier>placename2</ows:Identifier>
                <ows:Title>placename2</ows:Title>
                <ows:Abstract>(closest) official name of the location</ows:Abstract>
                <LiteralOutput>
                <ows:DataType ows:reference="http://www.w3.org/TR/xmlschema-2/#string">string</ows:DataType>
                </LiteralOutput>
            </Output>
            <Output>
                <ows:Identifier>stedsnummer</ows:Identifier>
                <ows:Title>stedsnummer</ows:Title>
                <ows:Abstract>ID of the location in SSR (stedsnavnregister)</ows:Abstract>
                <LiteralOutput>
                <ows:DataType ows:reference="http://www.w3.org/TR/xmlschema-2/#string">string</ows:DataType>
                </LiteralOutput>
            </Output>
            <Output>
                <ows:Identifier>terrain</ows:Identifier>
                <ows:Title>terrain</ows:Title>
                <ows:Abstract>Terrain type at given location</ows:Abstract>
                <LiteralOutput>
                <ows:DataType ows:reference="http://www.w3.org/TR/xmlschema-2/#string">string</ows:DataType>
                </LiteralOutput>
            </Output>
        </ProcessOutputs>
    </ProcessDescription>
</wps:ProcessDescriptions>