{ "name": "ExportData", "displayName": "Export Data", "description": "Tools Export Data Flood IBF Harian menjadi 4 pilihan format (\u200cshapefile, csv, kml, atau geojson) berdasarkan selection date.", "category": "", "helpUrl": "https://dashboard-signature.bmkg.go.id/server/rest/directories/arcgisoutput/GPTOOL/ExportData_GPServer/GPTOOL_ExportData/ExportData.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "output_format", "dataType": "GPString", "displayName": "output_format", "description": "4 pilihan format (\u200cshapefile, csv, kml, atau geojson)", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "kml", "shapefile", "geojson", "csv" ] }, { "name": "selection_date", "dataType": "GPString", "displayName": "selection_date", "description": "selection berdasarkan selection date", "direction": "esriGPParameterDirectionInput", "defaultValue": "4/19/2025 12:00:00 AM", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "output", "dataType": "GPDataFile", "displayName": "output", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }