{ "name": "ExtractDataFeatures", "displayName": "Extract Data Features", "description": "Extracts selected layers in the specified area of interest to a specific format and spatial reference. The extracted data is then written to a zip file.", "category": "", "helpUrl": "https://apps.fs.usda.gov/fsgisx02/rest/directories/arcgisoutput/rmrs/RMRSAWAE_NorWestDataExtract_01_GPServer/rmrs_RMRSAWAE_NorWestDataExtract_01/ExtractDataFeatures.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "Layers_to_Clip", "dataType": "GPMultiValue:GPString", "displayName": "Layers to Clip", "description": "The layers to be clipped. Layers must be feature or raster; layer files are not supported.", "direction": "esriGPParameterDirectionInput", "defaultValue": [ "Observed Temperature Points" ], "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "Observed Temperature Points", "Mean August Stream Temperature (S1: 1993-2011)", "2040 A1B Future Scenario (S30)", "2080 A1B Future Scenario (S32)" ], "parameterInfos": [ { "name": "String", "dataType": "GPString", "displayName": "String" } ] }, { "name": "Area_of_Interest", "dataType": "GPFeatureRecordSetLayer", "displayName": "Area of Interest", "description": "One or more polygons by which the layers will be clipped.", "direction": "esriGPParameterDirectionInput", "filter": { "type": "featureClass", "list": [ "esriGeometryPolygon" ] }, "defaultValue": { "displayFieldName": "", "geometryType": "esriGeometryPolygon", "spatialReference": {"wkt": "PROJCS[\"NAD_1983_HARN_StatePlane_Oregon_North_FIPS_3601\",GEOGCS[\"GCS_North_American_1983_HARN\",DATUM[\"D_North_American_1983_HARN\",SPHEROID[\"GRS_1980\",6378137.0,298.257222101]],PRIMEM[\"Greenwich\",0.0],UNIT[\"Degree\",0.0174532925199433]],PROJECTION[\"Lambert_Conformal_Conic\"],PARAMETER[\"False_Easting\",8202099.737532808],PARAMETER[\"False_Northing\",0.0],PARAMETER[\"Central_Meridian\",-120.5],PARAMETER[\"Standard_Parallel_1\",44.33333333333334],PARAMETER[\"Standard_Parallel_2\",46.0],PARAMETER[\"Latitude_Of_Origin\",43.66666666666666],UNIT[\"Foot\",0.3048]]"}, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID" }, { "name": "SHAPE_Length", "type": "esriFieldTypeDouble", "alias": "SHAPE_Length" }, { "name": "SHAPE_Area", "type": "esriFieldTypeDouble", "alias": "SHAPE_Area" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Feature_Format", "dataType": "GPString", "displayName": "Feature Format", "description": "Specifies the format of the output features. The format should be specified as follows:Name or format - Short Name - extension (if any)The hyphens are required and there must be one space before and after the hyphen.For example:File Geodatabase - GDB - .gdbShapefile - SHP - .shp", "direction": "esriGPParameterDirectionInput", "defaultValue": "File Geodatabase - GDB - .gdb", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "File Geodatabase - GDB - .gdb", "Shapefile - SHP - .shp" ] }, { "name": "Output_Zip_File", "dataType": "GPDataFile", "displayName": "Output Zip File", "description": "The zip file that will contain the extracted data.", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeRequired", "category": "" } ] }