{ "name": "Model", "displayName": "Model", "description": "This model creates a buffer around INGV stations, then queries the lithology layer (from ISPRA server) and returns the distinct number of lithologies intersected by each buffer polygon.\nIt outputs a csv file with the number of lithologies at each point, and a gml file with a number of additional features at each point.", "category": "", "helpUrl": "https://sinacloud.isprambiente.it/arcgisgeo/rest/directories/arcgisoutput/servizi/GPservice_GPServer/servizi_GPservice/Model.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "Stazioni_shp", "dataType": "GPFeatureRecordSetLayer", "displayName": "Stazioni.shp", "description": "Input file (cvs of shp) containing the INGV stations to be fed to the model.", "direction": "esriGPParameterDirectionInput", "defaultValue": { "displayFieldName": "", "geometryType": "esriGeometryPoint", "spatialReference": { "wkid": 4326, "latestWkid": 4326 }, "fields": [ { "name": "FID", "type": "esriFieldTypeOID", "alias": "FID" }, { "name": "network", "type": "esriFieldTypeString", "alias": "network", "length": 254 }, { "name": "site_name", "type": "esriFieldTypeString", "alias": "site_name", "length": 254 }, { "name": "Lat", "type": "esriFieldTypeDouble", "alias": "Lat" }, { "name": "Lon", "type": "esriFieldTypeDouble", "alias": "Lon" }, { "name": "name", "type": "esriFieldTypeString", "alias": "name", "length": 254 } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeRequired", "category": "" } ] }