{ "id" : "PointCloudElevation", "title" : "Point Cloud Elevation", "version" : "1.0.0", "jobControlOptions": [ "sync-execute" ], "outputTransmission" : [ "value" ], "description" : "This process extracts elevation values from a point cloud and applies them as attributes to vector features.", "links" : [ { "href" : "https://maps.gnosis.earth/ogcapi/processes/PointCloudElevation/execution", "rel" : "http://www.opengis.net/def/rel/ogc/1.0/execute", "title" : "Execution endpoint" } ], "inputs" : { "pointCloud" : { "title" : "The point cloud data source", "description" : "The point cloud data from which to extract elevation.", "minOccurs" : 1, "maxOccurs" : 1, "schema" : { "type" : "string", "contentMediaType" : "application/vnd.gnosis-map-tile" } }, "features" : { "title" : "The vector features data source", "description" : "The vector features to which point cloud elevation will be added as an attribute.", "minOccurs" : 1, "maxOccurs" : 1, "keywords" : [], "metadata" : [], "schema": { "type" : "object", "contentMediaType" : "application/geo+json", "$ref": "https://geojson.org/schema/FeatureCollection.json" } } }, "outputs" : { "features" : { "title" : "Features with elevation", "description": "Features to which the elevation from the point cloud was added", "schema" : { "type": "object", "contentMediaType": "application/geo+json", "$ref": "https://geojson.org/schema/FeatureCollection.json" } } } }