arc

package module
v0.1.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 22, 2021 License: MIT Imports: 7 Imported by: 0

README

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

Documentation

Overview

Package arc provides functionality for parsing arctool log files and generating reports in csv format.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GenerateReport

func GenerateReport(filein, fileout string) error

GenerateReport takes a path to the logfile and generate csv report in the given output file. If the operation is not successful it returns an error.

Types

This section is empty.

Directories

Path Synopsis
cmd
arc

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL