<?xml version="1.0" encoding="UTF-8"?>
<!-- PyWPS 4.2.2 -->
<wps:Capabilities service="WPS" version="1.0.0" xml:lang="en-US" 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 ../wpsGetCapabilities_response.xsd" updateSequence="1">
    <ows:ServiceIdentification>
        <ows:Title>PyWPS Processing Service</ows:Title>
        <ows:Abstract>PyWPS is an implementation of the Web Processing Service standard from the Open Geospatial Consortium. PyWPS is written in Python.</ows:Abstract>
        <ows:Keywords>
        <ows:Keyword>PyWPS</ows:Keyword>
        <ows:Keyword>WPS</ows:Keyword>
        <ows:Keyword>OGC</ows:Keyword>
        <ows:Keyword>processing</ows:Keyword>
            <ows:Type codeSpace="ISOTC211/19115">theme</ows:Type>
        </ows:Keywords>
        <ows:ServiceType>WPS</ows:ServiceType>
        <ows:ServiceTypeVersion>1.0.0</ows:ServiceTypeVersion>
        <ows:ServiceTypeVersion>2.0.0</ows:ServiceTypeVersion>
        <ows:Fees>NONE</ows:Fees>
        <ows:AccessConstraints>
        NONE
        </ows:AccessConstraints>
    </ows:ServiceIdentification>
    <ows:ServiceProvider>
        <ows:ProviderName>Organization Name</ows:ProviderName>
        <ows:ProviderSite xlink:href="https://pywps.org/"/>
        <ows:ServiceContact>
            <ows:IndividualName>Lastname, Firstname</ows:IndividualName>
            <ows:PositionName>Position Title</ows:PositionName>
            <ows:ContactInfo>
                <ows:Phone>
                    <ows:Voice>+xx-xxx-xxx-xxxx</ows:Voice>
                    <ows:Facsimile></ows:Facsimile>
                </ows:Phone>
                <ows:Address>
                    <ows:DeliveryPoint></ows:DeliveryPoint>
                    <ows:City>City</ows:City>
                    <ows:AdministrativeArea></ows:AdministrativeArea>
                    <ows:PostalCode>Zip or Postal Code</ows:PostalCode>
                    <ows:Country>Country</ows:Country>
                    <ows:ElectronicMailAddress>Email Address</ows:ElectronicMailAddress>
                </ows:Address>
            </ows:ContactInfo>
        </ows:ServiceContact>
    </ows:ServiceProvider>
    <ows:OperationsMetadata>
        <ows:Operation name="GetCapabilities">
            <ows:DCP>
                <ows:HTTP>
                    <ows:Get xlink:href="https://geohazards-info.gsj.jp/webtephracalc_wps"/>
                </ows:HTTP>
            </ows:DCP>
        </ows:Operation>
        <ows:Operation name="DescribeProcess">
            <ows:DCP>
                <ows:HTTP>
                    <ows:Get xlink:href="https://geohazards-info.gsj.jp/webtephracalc_wps"/>
                    <ows:Post xlink:href="https://geohazards-info.gsj.jp/webtephracalc_wps"/>
                </ows:HTTP>
            </ows:DCP>
        </ows:Operation>
        <ows:Operation name="Execute">
            <ows:DCP>
                <ows:HTTP>
                    <ows:Get xlink:href="https://geohazards-info.gsj.jp/webtephracalc_wps"/>
                    <ows:Post xlink:href="https://geohazards-info.gsj.jp/webtephracalc_wps"/>
                </ows:HTTP>
            </ows:DCP>
        </ows:Operation>
    </ows:OperationsMetadata>
    <wps:ProcessOfferings>
        <wps:Process wps:processVersion="1.3.3.7">
            <ows:Identifier>GetTephraFallData</ows:Identifier>
            <ows:Title>Tephra Fall Volume Estimation</ows:Title>
            <ows:Abstract>Database query to obtain tephra fall isopach data for volcanic eruption debris volume estimation</ows:Abstract>
        </wps:Process>
        <wps:Process wps:processVersion="1.3.3.7">
            <ows:Identifier>GetTephraFallData_GSi</ows:Identifier>
            <ows:Title>Tephra Fall Volume Estimation using GSi Data</ows:Title>
            <ows:Abstract>GSi Database query to obtain tephra fall isopach data for volcanic eruption debris volume estimation</ows:Abstract>
        </wps:Process>
    </wps:ProcessOfferings>
    <wps:Languages>
        <wps:Default>
            <ows:Language>en-US</ows:Language>
        </wps:Default>
        <wps:Supported>
            <ows:Language>en-US</ows:Language>
        </wps:Supported>
    </wps:Languages>
</wps:Capabilities>