mirror of
https://github.com/fuzhenn/local-coordinate-transform.git
synced 2026-01-18 15:17:12 +00:00
Util
A util program to read csv, convert and output.
shell parameters:
- f: file's path
- x: x's column index
- y: y's column index
Example:
node index.js -f file.csv -x 3 -y 4