{ "name": "CA", "displayName": "COSSAP Criteria Assessment", "description": "This toolbox performs a weighted sum of selected pre-canned resistance rasters processed within a specified extentand weightings passed on from the application. The result of the tool is a cost raster in the format of a PNG.Optional outputs from the tool area KMZ file as well as a PDF report containing information about the analysis performed.", "category": "", "helpUrl": "http://www.ga.gov.au/arcgis/rest/directories/arcgisoutput/Geoprocessing/CriteriaAssessment_GPServer/Geoprocessing_CriteriaAssessment/CA.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "wkt", "dataType": "GPString", "displayName": "Processing extent (WKT Linestring)", "description": "WKT linestring in the form of a polygon used to determineprocessing extent.For example 'POLYGON((146.33072 -37.36326,148.44834 -37.30429,148.57743 -38.51559,146.27854 -38.31761,146.33072 -37.36326))'", "direction": "esriGPParameterDirectionInput", "defaultValue": "POLYGON((146.33072 -37.36326,148.44834 -37.30429,148.57743 -38.51559,146.27854 -38.31761,146.33072 -37.36326))", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "wTable", "dataType": "GPString", "displayName": "Resistance Raster Weightings", "description": "Determines the rasters choosen for the weighted sum in the form of astring list. For example if Lakes and Reserves were the chosen layers and their weights were0.2 and 0.5 respectively thenthe syntax would be '[[\"Lakes\", \"Lakes 250K\", 0.2],[\"Reserves\", \"National Parks and reserves\", 0.5]]'.", "direction": "esriGPParameterDirectionInput", "defaultValue": [ [ "EXP01", "Exploration Boreholes", 0.5 ], [ "EXP02", "2D Seismic surveys", 0.5 ], [ "EXP03", "3D Seismic surveys", 0.5 ], [ "EXP04", "Mining Areas", 0.5 ], [ "ENV01", "Existing land resources and uses", 0.5 ], [ "ENV02", "Ecological significance and known habitat rare fauna or flora", 0.5 ], [ "ENV03", "Existing vegetation", 0.5 ], [ "ENV04", "Flooding history", 0.5 ], [ "ENV05", "Wetlands and Lakes", 0.5 ], [ "ENV07", "Average annual rainfall", 0.5 ], [ "GDW01", "Groundwater Boreholes", 0.5 ], [ "GPL01", "Proximity to Roads", 0.5 ], [ "GPL02", "Population density", 0.5 ], [ "GPL03", "Cultural and historical significance", 0.5 ], [ "GPL04", "Proximity to Rail", 0.5 ], [ "GPL05", "Pipe and Transmission Lines", 0.5 ], [ "GPL06", "Proximity to Industrial Facilities and Major ports", 0.5 ], [ "GPL07", "Proximity to Prohibited areas", 0.5 ], [ "GEOL01", "C02 Basin Suitability", 0.5 ], [ "GEOL02", "Crustal temperature at 5km depth", 0.5 ], [ "GEOL03", "Major Geological Faults", 0.5 ], [ "GPYL01", "Earthquake hazard potential", 0.5 ], [ "GPYL02", "BathymetryDepth", 0.5 ], [ "GPYL03", "Unstable Ground conditions", 0.5 ] ], "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "exclusion_rasters", "dataType": "GPString", "displayName": "Exclusion Rasters", "description": "List of pre-canned raster name/s that will be removed out of MCA and used toclassify areas of exclusion within the cost raster (cells classified to zerorepresenting areas definately not suitablefor CO2) where overlayed. Inputted into parameter as a list. For Example [\"ENV01\",\"ENV02\"]'.", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "KMZ_bool", "dataType": "GPBoolean", "displayName": "Produce KMZ", "description": "Boolean type that determines if KMZ will be created as an additional output.", "direction": "esriGPParameterDirectionInput", "defaultValue": true, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "PDF_bool", "dataType": "GPBoolean", "displayName": "Produce PDF Report", "description": "Boolean type that determines if a PDF report about the analysis will be created asan additional output.", "direction": "esriGPParameterDirectionInput", "defaultValue": true, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "user_wkt", "dataType": "GPString", "displayName": "User defined exclusion area/s (WKT Linestring)", "description": "User defined WKT linestring in the form of a polygon that is added as a featurethat represents areasof postive or negative classification within the cost raster(cells classified to either 1 or the maximum value present)where overlayed.", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "user_influ", "dataType": "GPString", "displayName": "User defined influence", "description": "The influence to apply to the user defined area/s. If positive, the maximum score present in the analysis prior to this step will be applied to the area/s defined.If negative, a score of 1 will be applied to the area/s defined.", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "Positive", "Negative" ] }, { "name": "user_description", "dataType": "GPString", "displayName": "User defined exclusion area/s description", "description": "Description of user defined area.", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "cRasterPNG", "dataType": "GPDataFile", "displayName": "Cost Surface", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeDerived", "category": "" }, { "name": "cRasterKMZ", "dataType": "GPDataFile", "displayName": "Cost Raster KMZ", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeDerived", "category": "" }, { "name": "docPath", "dataType": "GPDataFile", "displayName": "PDF Report", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }