{
    "type":"process",
    "processor":{
        "name":"pygeoapi_plugins.process.intersect.IntersectionProcessor"
    },
    "version":"0.2.0",
    "id":"intersector",
    "title":"Intersector",
    "description":"A process that runs an intersection.",
    "links":[
        {
            "type":"text/html",
            "rel":"about",
            "title":"information",
            "href":"https://pypi.org/project/pygeoapi-plugins",
            "hreflang":"en-US"
        },
        {
            "type":"application/json",
            "rel":"self",
            "href":"https://arizonawaterobservatory-api.rtd.asu.edu/processes/intersector?f=json",
            "title":"Process description as JSON",
            "hreflang":"en-US"
        },
        {
            "type":"text/html",
            "rel":"alternate",
            "href":"https://arizonawaterobservatory-api.rtd.asu.edu/processes/intersector?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://arizonawaterobservatory-api.rtd.asu.edu/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://arizonawaterobservatory-api.rtd.asu.edu/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://arizonawaterobservatory-api.rtd.asu.edu/processes/intersector/execution?f=json",
            "title":"Execution for this process as JSON",
            "hreflang":"en-US"
        }
    ],
    "inputs":{
        "url":{
            "title":"Feature URL",
            "description":"URL of valid OGR feature",
            "keywords":[
                "feature",
                "url"
            ],
            "schema":{
                "type":"string",
                "default":null
            },
            "minOccurs":0,
            "maxOccurs":1
        },
        "file":{
            "title":"Feature Data File",
            "description":"Bytes of valid OGR File",
            "keywords":[
                "file",
                "data"
            ],
            "schema":{
                "type":"string",
                "default":null
            },
            "minOccurs":0,
            "maxOccurs":1
        },
        "collection":{
            "title":"Feature Collection",
            "description":"Feature Collection",
            "keywords":[
                "OGC API",
                "collection"
            ],
            "schema":{
                "type":"string",
                "example":"National_Water_Model_Channel_Routing_Output",
                "enum":[
                    "National_Water_Model_Channel_Routing_Output",
                    "National_Water_Model_Lakeout",
                    "National_Water_Model_Groundwater_Output",
                    "usace-edr",
                    "snotel-edr",
                    "awdb-forecasts-edr",
                    "noaa-rfc",
                    "noaa-river-stage-forecast-day-1",
                    "noaa-river-stage-forecast-day-2",
                    "noaa-river-stage-forecast-day-3",
                    "noaa-river-stage-forecast-day-10",
                    "ArizonaWaterWells",
                    "Aquifers_USGS_West",
                    "Active_Management_Areas_2025",
                    "Arizona_Groundwater_Basins",
                    "rise-edr"
                ]
            },
            "minOccurs":1,
            "maxOccurs":1,
            "metadata":null
        }
    },
    "outputs":{
        "path":{
            "title":"FeatureCollection",
            "description":"A geoJSON FeatureCollection of the path generated by the intersection process",
            "schema":{
                "type":"object",
                "contentMediaType":"application/json"
            }
        }
    },
    "example":{
        "inputs":{
            "url":"https://demo.pygeoapi.io/master/collections/obs/items/238",
            "collection":"National_Water_Model_Channel_Routing_Output"
        }
    },
    "jobControlOptions":[
        "sync-execute",
        "async-execute"
    ],
    "outputTransmission":[
        "value"
    ]
}