{ "name": "LcpClip", "displayName": "LandfireProductService", "description": "LFPS takes a list of layers and area of interest as input and then outputs a multi-band geotiff file.", "category": "", "helpUrl": "https://lfps.usgs.gov/arcgis/rest/directories/arcgisoutput/LandfireProductService_GPServer/LandfireProductService/LcpClip.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "Layer_List", "dataType": "GPString", "displayName": "Layer List", "description": "List of Landfire layers delimited with semicolons (;).", "direction": "esriGPParameterDirectionInput", "defaultValue": "230VCC", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Area_of_Interest", "dataType": "GPString", "displayName": "Area of Interest", "description": "Space separated coordinates in W, S, E, N order. Must be in WGS84 (4326).Or you may enter a Map Zone number. Refer to https://lfps.usgs.gov/arcgis/rest/services/AK_HI_US_map_zones/MapServer/0 to determine the map zone for your AOI.", "direction": "esriGPParameterDirectionInput", "defaultValue": "-113.79 42.29 -113.56 42.148", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Output_Projection", "dataType": "GPString", "displayName": "Output Projection", "description": "Output projection", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "Resample_Resolution", "dataType": "GPLong", "displayName": "Resample Resolution", "description": "Resolution of output tif file. Valid values: any integer value greater than 30.", "direction": "esriGPParameterDirectionInput", "filter": { "type": "range", "minimum": 31, "maximum": 9999 }, "defaultValue": null, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "Edit_Rule", "dataType": "GPString", "displayName": "Edit Rule", "description": "JSON string of edits", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "Edit_Mask", "dataType": "GPMultiValue:GPDataFile", "displayName": "Edit Mask", "description": "[ {\"itemID\":\"i0976699c-b1e7-446d-9efc-b3b61578ca08\"}, {\"itemID\":\"i5ddc77d3-8e2b-43ae-83d0-453d0c8062cf\"} ]", "direction": "esriGPParameterDirectionInput", "defaultValue": [], "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "Output_File", "dataType": "GPDataFile", "displayName": "Output File", "description": "For internal use. User input not required.", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeOptional", "category": "" } ] }