{ "name": "SAMSUnzip", "displayName": "SAMS Unzip", "description": "This program is used to Unzip shapefiles and geodatabases that were previously uploaded by individual counties.", "category": "", "helpUrl": "https://wvsams.mapwv.org/arcgis/rest/directories/arcgisoutput/SAMS/SAMSII_Unzip_GPServer/SAMS_SAMSII_Unzip/SAMSUnzip.htm", "executionType": "esriExecutionTypeSynchronous", "parameters": [ { "name": "FIPSCode", "dataType": "GPString", "displayName": "FIPS Code", "description": "FIPS Code of the County to be processed", "direction": "esriGPParameterDirectionInput", "defaultValue": "54083", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "ProcessingMode", "dataType": "GPString", "displayName": "Processing Mode", "description": "Used to tell the system whether to run against the Test or Production database", "direction": "esriGPParameterDirectionInput", "defaultValue": "Test", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "Test", "Production" ] }, { "name": "ParameterDatabase", "dataType": "GPString", "displayName": "Parameter Database", "description": "Defines the database connection to be used", "direction": "esriGPParameterDirectionInput", "defaultValue": "\\\\gistc-inFileSrv1-22\\Projects\\SAMS_II\\Programming\\GISTC.sde", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "UserName", "dataType": "GPString", "displayName": "User Name", "description": "Username of the person requesting the process", "direction": "esriGPParameterDirectionInput", "defaultValue": "yHan", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "UserEmail", "dataType": "GPString", "displayName": "User Email", "description": "Email of the person requesting the process", "direction": "esriGPParameterDirectionInput", "defaultValue": "yibing.han@mail.wvu.edu", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "ZippedFilename", "dataType": "GPString", "displayName": "Zipped Filename", "description": "Name of the zip file whose contents are to be extracted", "direction": "esriGPParameterDirectionInput", "defaultValue": "Randolph02112025.zip", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Success", "dataType": "GPBoolean", "displayName": "Success", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeDerived", "category": "" }, { "name": "ProcessingResults", "dataType": "GPString", "displayName": "Processing Results", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }