{ "name": "GeoJSONTool", "displayName": "GeoJSON to SHP KMZ or DXF", "description": "Convert GeoJSON to zipped shapefile, styled KMZ, or labeled DXF. Supports Florida State Plane projection.", "category": "", "helpUrl": "https://gis.drmp.com/arcgis/rest/directories/arcgisoutput/ParcelWebToolFL_GPServer/ParcelWebToolFL/GeoJSONTool.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "input_geojson", "dataType": "GPString", "displayName": "Input GeoJSON (String or File Path)", "description": "", "direction": "esriGPParameterDirectionInput", "defaultValue": "C:\\Users\\ravneet.kathuria\\Downloads\\Florida Statewide Cadastral - FDOR Cadastral 2025 (1).geojson", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "state_plane_zone", "dataType": "GPString", "displayName": "State Plane Zone", "description": "", "direction": "esriGPParameterDirectionInput", "defaultValue": "Florida East", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "Florida East", "Florida West", "Florida North" ] }, { "name": "export_format", "dataType": "GPString", "displayName": "Export Format", "description": "", "direction": "esriGPParameterDirectionInput", "defaultValue": "DXF", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "Shapefile (ZIP)", "KMZ", "DXF" ] }, { "name": "output_file", "dataType": "GPDataFile", "displayName": "Output File", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }