<?xml version="1.0" encoding="UTF-8"?>
<wps:Capabilities 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" version="1.0.0" service="WPS" xml:lang="en-US" xsi:schemaLocation="http://www.opengis.net/wps http://schemas.opengis.net/wps/1.0.0/wpsGetCapabilities_response.xsd">
  <ows:ServiceIdentification>
    <ows:Title>IBL Web Processing Service Example</ows:Title>
    <ows:Abstract>This is example Web Processing Service powered by Visual Weather Python API</ows:Abstract>
    <ows:Keywords>
      <ows:Keyword>WPS</ows:Keyword>
      <ows:Keyword>Python</ows:Keyword>
    </ows:Keywords>
    <ows:ServiceType>WPS</ows:ServiceType>
    <ows:ServiceTypeVersion>1.0.0</ows:ServiceTypeVersion>
    <ows:Fees>NONE</ows:Fees>
    <ows:AccessConstraints>
      This service can be used only for testing and pioneering purposes.
      Any operational or commercial usage is strictly prohibited.
    </ows:AccessConstraints>
  </ows:ServiceIdentification>
  <ows:ServiceProvider>
      <ows:ProviderName xmlns:ows="http://www.opengis.net/ows/1.1">IBL Software Engineering</ows:ProviderName>
      <ows:ServiceContact xmlns:ows="http://www.opengis.net/ows/1.1" xmlns:xlink="http://www.w3.org/1999/xlink">
        <ows:IndividualName/>
        <ows:PositionName/>
        <ows:ContactInfo>
          <ows:Phone>
            <ows:Voice>+421 (0)2 3266 2111</ows:Voice>
            <ows:Facsimile>+421 (0)2 3266 2110</ows:Facsimile>
          </ows:Phone>
          <ows:Address>
            <ows:DeliveryPoint>Galvaniho 17/C</ows:DeliveryPoint>
            <ows:City>Bratislava</ows:City>
            <ows:AdministrativeArea>Bratislavsky kraj</ows:AdministrativeArea>
            <ows:PostalCode>82104</ows:PostalCode>
            <ows:Country>Slovakia</ows:Country>
            <ows:ElectronicMailAddress>support@iblsoft.com</ows:ElectronicMailAddress>
          </ows:Address>
          <ows:OnlineResource xlink:type="simple" xlink:href="http://www.iblsoft.com/contact"/>
          <ows:HoursOfService>Monday-Friday, 08:00-17:00 CET</ows:HoursOfService>
          <ows:ContactInstructions>Feel free to contact us when you experience any service issues</ows:ContactInstructions>
        </ows:ContactInfo>
        <ows:Role/>
      </ows:ServiceContact>
    </ows:ServiceProvider>
  <ows:OperationsMetadata>
    <ows:Operation name="GetCapabilities">
      <ows:DCP>
        <ows:HTTP>
          <ows:Get xlink:href="https://ogcie.iblsoft.com/wps"/>
          <ows:Post xlink:href="https://ogcie.iblsoft.com/wps"/>
        </ows:HTTP>
      </ows:DCP>
    </ows:Operation>
    <ows:Operation name="DescribeProcess">
      <ows:DCP>
        <ows:HTTP>
          <ows:Get xlink:href="https://ogcie.iblsoft.com/wps"/>
          <ows:Post xlink:href="https://ogcie.iblsoft.com/wps"/>
        </ows:HTTP>
      </ows:DCP>
    </ows:Operation>
    <ows:Operation name="Execute">
      <ows:DCP>
        <ows:HTTP>
          <ows:Get xlink:href="https://ogcie.iblsoft.com/wps"/>
          <ows:Post xlink:href="https://ogcie.iblsoft.com/wps"/>
        </ows:HTTP>
      </ows:DCP>
    </ows:Operation>
    <ows:Operation name="GetStatus">
      <ows:DCP>
        <ows:HTTP>
          <ows:Get xlink:href="https://ogcie.iblsoft.com/wps"/>
          <ows:Post xlink:href="https://ogcie.iblsoft.com/wps"/>
        </ows:HTTP>
      </ows:DCP>
    </ows:Operation>
    <ows:Operation name="Dismiss">
      <ows:DCP>
        <ows:HTTP>
          <ows:Get xlink:href="https://ogcie.iblsoft.com/wps"/>
          <ows:Post xlink:href="https://ogcie.iblsoft.com/wps"/>
        </ows:HTTP>
      </ows:DCP>
    </ows:Operation>
  </ows:OperationsMetadata>
  <wps:ProcessOfferings>
    <wps:Process wps:processVersion="1.1.0">
      <ows:Identifier>getGridParameterTable</ows:Identifier>
      <ows:Title>getGridParameterTable()</ows:Title>
      <ows:Abstract>Returns test seriers of forecast data for 1 or more points.</ows:Abstract>
    </wps:Process>
    <wps:Process wps:processVersion="1.0.0">
      <ows:Identifier>getPlaceData</ows:Identifier>
      <ows:Title>Converts place with specified identifier into a gml:Point location</ows:Title>
    </wps:Process>
    <wps:Process wps:processVersion="1.0.0">
      <ows:Identifier>hello</ows:Identifier>
      <ows:Title>None</ows:Title>
    </wps:Process>
    <wps:Process wps:processVersion="1.0.0">
      <ows:Identifier>listModels</ows:Identifier>
      <ows:Title>Lists model types matching selected model type</ows:Title>
    </wps:Process>
    <wps:Process wps:processVersion="1.0.0">
      <ows:Identifier>listStationsForBBox</ows:Identifier>
      <ows:Title>Lists meteorological stations withing selected bounding box</ows:Title>
    </wps:Process>
    <wps:Process wps:processVersion="1.0.0">
      <ows:Identifier>listStationsForPolygon</ows:Identifier>
      <ows:Title>Lists meteorological stations withing selected polygonal area</ows:Title>
    </wps:Process>
    <wps:Process wps:processVersion="1.0.0">
      <ows:Identifier>listStationsForRadius</ows:Identifier>
      <ows:Title>Lists meteorological stations within selected circular area</ows:Title>
    </wps:Process>
    <wps:Process wps:processVersion="1.0.0">
      <ows:Identifier>plus</ows:Identifier>
      <ows:Title>Math Kernel plus (+) operator</ows:Title>
      <ows:Abstract>Returns result of "a + b" computed using Math Kernel.</ows:Abstract>
    </wps:Process>
    <wps:Process wps:processVersion="1.0.0">
      <ows:Identifier>renderMap</ows:Identifier>
      <ows:Title>Renders Visual Weather map template and returns PNG image and its metadata</ows:Title>
    </wps:Process>
    <wps:Process wps:processVersion="1.0.0">
      <ows:Identifier>sleep</ows:Identifier>
      <ows:Title>Sleep function</ows:Title>
    </wps:Process>
    <wps:Process wps:processVersion="1.1.0">
      <ows:Identifier>multi_point2</ows:Identifier>
      <ows:Title>multi_point2()</ows:Title>
      <ows:Abstract>Returns forecast data for 1 or more points.</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>
