Skip to content

RustedPipe/arct

Repository files navigation

arct

A simple arc tool data transformer

RustedPipe developed the arct command-line utility to solve a business problem related to log data processing.

The tool allows GIS and Data Analysts to extract specific data generated by a custom ESRI ArcGIS tool (Arc Tool) and save the data in a CSV format. In the following step, analysts import the generated file to an external system for further analysis.

The main requirements/assumptions are that input files are not larger than 10 MB; the analysts run the tool manually and manually import the CSV output file into spreadsheets.

Usage

Getting help

$ arct -h
Usage of ./arct:
  -in string
        ArcTool log file to process
  -out string
        Output CSV file
  -version
        Show version