Skip to content

Gazerbim/C-Wire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

148 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C-Wire

This is a program that will help you visualize your power data.

Compile Instructions

  1. Grant execution permissions:

    chmod +x c-wire.sh

    This gives the shell file permission to execute.

  2. Run the program:

    ./c-wire.sh CSVfile.dat station individu central_id

Parameters

  • c-wire.sh: The name of the shell script file.
  • CSVfile.dat: The name of the CSV file to be filtered (ex: c-wire_v25.dat) in the "inputs" folder
  • station: The name of the requested station (ex: hvb, hva or lv).
  • individu: The type of person treated (ex: comp, indiv or all).
  • central_id (optional): The id of the requested central:
    • If omitted, the program will process data for all centrals.

Example Usage

./c-wire.sh c-wire_v25.dat hva comp 2

In this example:

  • The program will process the file c-wire_v25.dat.
  • It will filter data for station hva.
  • It will handle comp type individuals.
  • It will focus on central ID 2.

If central_id is not specified, all central IDs will be included.

Output

Just sit back and let the machine do its work! The program will process your data and generate the desired output based on the given parameters.

About

A program to sort power data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors