{
    "version":"0.0.1",
    "id":"heat4",
    "use_case":"HELCOM HEAT HOLAS",
    "title":"Reproducing HEAT HOLAS results: Compute Assessment Indicators",
    "description":"Compute the Assessment Indicators (i.e. EQRS per assessment period per assessment unit) using HELCOM's HEAT assessment code, for a selected HOLAS assessment period. The calculation is based on the Annual Indicators (i.e. the calculated HEAT EQRS per indicator per year per assessment unit) which you have to provide as a CSV file. This tool represents the fourth part of the original HEAT assessment computation script.",
    "jobControlOptions":[
        "sync-execute",
        "async-execute"
    ],
    "keywords":[
        "HELCOM",
        "HEAT",
        "HOLAS"
    ],
    "links":[
        {
            "type":"text/html",
            "rel":"about",
            "title":"GitHub repo for the original HEAT analysis",
            "href":"https://github.com/ices-tools-prod/HEAT/tree/master",
            "hreflang":"en-US"
        },
        {
            "type":"text/html",
            "rel":"about",
            "title":"GitHub repo for the continued HEAT analysis",
            "href":"https://github.com/AquaINFRA/HEAT/tree/aquabranch",
            "hreflang":"en-US"
        },
        {
            "type":"application/json",
            "rel":"self",
            "href":"https://aquainfra.ogc.igb-berlin.de/pygeoapi/processes/heat4?f=json",
            "title":"Process description as JSON",
            "hreflang":"en-US"
        },
        {
            "type":"text/html",
            "rel":"alternate",
            "href":"https://aquainfra.ogc.igb-berlin.de/pygeoapi/processes/heat4?f=html",
            "title":"Process description as HTML",
            "hreflang":"en-US"
        },
        {
            "type":"text/html",
            "rel":"http://www.opengis.net/def/rel/ogc/1.0/job-list",
            "href":"https://aquainfra.ogc.igb-berlin.de/pygeoapi/jobs?f=html",
            "title":"Jobs list as HTML",
            "hreflang":"en-US"
        },
        {
            "type":"application/json",
            "rel":"http://www.opengis.net/def/rel/ogc/1.0/job-list",
            "href":"https://aquainfra.ogc.igb-berlin.de/pygeoapi/jobs?f=json",
            "title":"Jobs list as JSON",
            "hreflang":"en-US"
        },
        {
            "type":"application/json",
            "rel":"http://www.opengis.net/def/rel/ogc/1.0/execute",
            "href":"https://aquainfra.ogc.igb-berlin.de/pygeoapi/processes/heat4/execution?f=json",
            "title":"Execution for this process as JSON",
            "hreflang":"en-US"
        }
    ],
    "inputs":{
        "assessment_period":{
            "title":"Assessment Period",
            "description":"The HOLAS assessment period which is used for the HEAT analysis. It can be HOLAS-2 (2011-2016) or HOLAS-3 (2016-2021) or custom for whole monitoring period (1877-9999). Note that assessment period defines the indicators used and integrations rules, where as the sample data needs to be defined separately. Allowed values: HOLAS-2, HOLAS-3, Other.",
            "schema":{
                "type":"string",
                "enum":[
                    "HOLAS-2",
                    "HOLAS-3",
                    "Other"
                ]
            },
            "minOccurs":1,
            "maxOccurs":1,
            "metadata":null,
            "keywords":[
                "HOLAS"
            ]
        },
        "annual_indicators":{
            "title":"Annual Indicators Table",
            "description":"CSV file of calculated HEAT EQRS per indicator per year per assessment unit (AnnualIndicators.csv).",
            "schema":{
                "type":"object",
                "contentMediaType":"text/csv"
            },
            "minOccurs":1,
            "maxOccurs":1,
            "metadata":null,
            "keywords":[]
        }
    },
    "outputs":{
        "assessment_indicators":{
            "title":"Assessment Indicators Table",
            "description":"CSV file of calculated EQRS per assessment period per assessment unit (AssessmentIndicators.csv).",
            "schema":{
                "type":"object",
                "contentMediaType":"text/csv"
            }
        }
    },
    "example":{
        "inputs":{
            "annual_indicators_csv":"http://exampleserver.fi/AnnualIndicators.csv",
            "assessment_period":"HOLAS-2"
        }
    },
    "outputTransmission":[
        "value"
    ]
}