{ "name": "ExportShapefile", "displayName": "ExportShapefile", "description": "Create shapefile from json data and export the shapefile in zip file", "category": "", "helpUrl": "https://wrecks.nauticalcharts.noaa.gov/arcgis/rest/directories/arcgisoutput/nav_updates/ExportShapefile_GPServer/nav_updates_ExportShapefile/ExportShapefile.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "features_as_Json", "dataType": "GPString", "displayName": "Features As JSON", "description": "navigation corrections data in json format", "direction": "esriGPParameterDirectionInput", "defaultValue": { "type": "FeatureCollection", "features": [ { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ -77.95956944, 34.16443389 ] }, "properties": { "Item Name": "Cape Fear River Channel Lighted Buoy 58A", "Charting Label": "R \"58A\" Fl R 4s AIS (Chart No. 1: S17.2)", "Action Taken": "Change", "Date Received": "3/11/2024 8:00PM", "Latitude DMS": "34°09'51.962\"N", "Longitude DMS": "077°57'34.450\"W", "Latitude": 34.16443389, "Longitude": -77.95956944 } } ] }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Output_Shapefile", "dataType": "GPString", "displayName": "Output Shapefile", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }