{ "name": "SampleAmph", "displayName": "SampleAmph", "description": "sample, select table and calculate field for the amphibians", "category": "", "helpUrl": "https://heportal.esri.com/server/rest/directories/arcgisoutput/SampleAmphProduction_GPServer/SampleAmphProduction/SampleAmph.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "crf_name", "dataType": "GPString", "displayName": "crf_name", "description": "path to amphibian crf", "direction": "esriGPParameterDirectionInput", "defaultValue": "subset_amphibians.crf", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "subset_amphibians.crf" ] }, { "name": "geometry", "dataType": "GPString", "displayName": "geometry", "description": "a polygon", "direction": "esriGPParameterDirectionInput", "defaultValue": "rectangulo_usa", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "rectangulo_usa" ] }, { "name": "output_table", "dataType": "GPRecordSet", "displayName": "output_table", "description": "out_table", "direction": "esriGPParameterDirectionOutput", "defaultValue": { "displayFieldName": "", "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID" }, { "name": "LOCATIONID", "type": "esriFieldTypeInteger", "alias": "LOCATIONID" }, { "name": "X", "type": "esriFieldTypeDouble", "alias": "X" }, { "name": "Y", "type": "esriFieldTypeDouble", "alias": "Y" }, { "name": "amphibians", "type": "esriFieldTypeDouble", "alias": "amphibians" }, { "name": "SliceNumber", "type": "esriFieldTypeDouble", "alias": "SliceNumber" }, { "name": "Dimensions", "type": "esriFieldTypeString", "alias": "Dimensions", "length": 50 }, { "name": "percentage_presence", "type": "esriFieldTypeString", "alias": "percentage_presence", "length": 255 } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "esri_out_feature_service_name", "dataType": "GPString", "displayName": "Output Feature Service Name", "description": "The name of the optional feature service to create on the federated server containing the result of this tool. If no name is specified an output feature service will not be created.", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" } ] }