{
    "version":"0.1.0",
    "id":"nldi-xsatpoint",
    "title":"NLDI xsatpoint process",
    "description":"NLDI xsatpoint process",
    "jobControlOptions":[
        "sync-execute",
        "async-execute"
    ],
    "keywords":[
        "NLDI xsatpoint"
    ],
    "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-xsatpoint?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-xsatpoint?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-xsatpoint/execution?f=json",
            "title":"Execution for this process as JSON",
            "hreflang":"en-US"
        }
    ],
    "inputs":[
        {
            "id":"lat",
            "title":"lat",
            "input":{
                "literalDataDomain":{
                    "dataType":"float",
                    "valueDefinition":{
                        "anyValue":true
                    }
                }
            },
            "minOccurs":1,
            "maxOccurs":1
        },
        {
            "id":"lon",
            "title":"lon",
            "input":{
                "literalDataDomain":{
                    "dataType":"float",
                    "valueDefinition":{
                        "anyValue":true
                    }
                }
            },
            "minOccurs":1,
            "maxOccurs":1
        },
        {
            "id":"width",
            "title":"width",
            "input":{
                "literalDataDomain":{
                    "dataType":"float",
                    "valueDefinition":{
                        "anyValue":true
                    }
                }
            },
            "minOccurs":1,
            "maxOccurs":1
        },
        {
            "id":"numpts",
            "title":"numpts",
            "input":{
                "literalDataDomain":{
                    "dataType":"int",
                    "valueDefinition":{
                        "anyValue":true
                    }
                }
            },
            "minOccurs":1,
            "maxOccurs":1
        }
    ],
    "outputs":[
        {
            "id":"nldi-xsatpoint-response",
            "title":"output nldi-xsatpoint",
            "output":{
                "formats":[
                    {
                        "mimeType":"application/json"
                    }
                ]
            }
        }
    ],
    "example":{
        "inputs":[
            {
                "id":"lat",
                "value":"39.064867",
                "type":"text/plain"
            },
            {
                "id":"lon",
                "value":"-96.168776",
                "type":"text/plain"
            },
            {
                "id":"width",
                "value":"1000.0",
                "type":"text/plain"
            },
            {
                "id":"numpts",
                "value":"101",
                "type":"text/plain"
            }
        ]
    },
    "outputTransmission":[
        "value"
    ]
}