{
    "version":"0.1.0",
    "id":"nldi-xsatendpts",
    "title":"NLDI xsatendpts process",
    "description":"NLDI xsatendpts process",
    "jobControlOptions":[
        "sync-execute",
        "async-execute"
    ],
    "keywords":[
        "NLDI xsatendpts"
    ],
    "links":[
        {
            "type":"text/html",
            "rel":"canonical",
            "title":"information",
            "href":"https://example.org/process",
            "hreflang":"en-US"
        },
        {
            "type":"application/json",
            "rel":"self",
            "href":"https://api.water.usgs.gov:443/nldi/pygeoapi/processes/nldi-xsatendpts?f=json",
            "title":"Process description as JSON",
            "hreflang":"en-US"
        },
        {
            "type":"text/html",
            "rel":"alternate",
            "href":"https://api.water.usgs.gov:443/nldi/pygeoapi/processes/nldi-xsatendpts?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://api.water.usgs.gov:443/nldi/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://api.water.usgs.gov:443/nldi/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://api.water.usgs.gov:443/nldi/pygeoapi/processes/nldi-xsatendpts/execution?f=json",
            "title":"Execution for this process as JSON",
            "hreflang":"en-US"
        }
    ],
    "inputs":[
        {
            "id":"lat",
            "title":"lat",
            "input":{
                "literalDataDomain":{
                    "dataType":"list",
                    "valueDefinition":{
                        "anyValue":true
                    }
                }
            },
            "minOccurs":2,
            "maxOccurs":2
        },
        {
            "id":"lon",
            "title":"lon",
            "input":{
                "literalDataDomain":{
                    "dataType":"list",
                    "valueDefinition":{
                        "anyValue":true
                    }
                }
            },
            "minOccurs":2,
            "maxOccurs":2
        },
        {
            "id":"numpts",
            "title":"numpts",
            "input":{
                "literalDataDomain":{
                    "dataType":"int",
                    "valueDefinition":{
                        "anyValue":true
                    }
                }
            },
            "minOccurs":1,
            "maxOccurs":1
        },
        {
            "id":"3dep_res",
            "title":"resolution",
            "abstract":"Resolution of 3dep elevation data",
            "minOccurs":1,
            "maxOccurs":1,
            "input":{
                "literalDataDomain":{
                    "dataType":"enum",
                    "valueDefinition":{
                        "anyValue":false,
                        "defaultValue":"10",
                        "possibleValues":[
                            "30",
                            "10",
                            "5",
                            "3",
                            "1"
                        ]
                    }
                }
            }
        }
    ],
    "outputs":[
        {
            "id":"nldi-xsatendpts-response",
            "title":"output nldi-xsatendpts",
            "output":{
                "formats":[
                    {
                        "mimeType":"application/json"
                    }
                ]
            }
        }
    ],
    "example":{
        "inputs":[
            {
                "id":"lat",
                "value":[
                    40.26772,
                    40.270568
                ],
                "type":"text/plain"
            },
            {
                "id":"lon",
                "value":[
                    -103.801086,
                    -103.80097
                ],
                "type":"text/plain"
            },
            {
                "id":"numpts",
                "value":"101",
                "type":"text/plain"
            },
            {
                "id":"3dep_res",
                "value":"1",
                "type":"text/plain"
            }
        ]
    },
    "outputTransmission":[
        "value"
    ]
}