FERET is a tool to convert Furuno's ECDIS route files (*.rtz) into CSV files. I then copy the data from the later ones into an Excel file that my colleagues and I use to perform some nautical calculation. I develop FERET as a practical way to learn Rust.
Clone the repository
git clone https://github.com/UltimateUnicorn/feret.git
You need a Rust environnement . Place the input file(s) - *.rtz - inside the "rtz" folder. FERET will output corresponding *.csv files inside the "csv" folder upon execution.
cargo run