/iGravToCSV

This script loads the .tsf file generated from the GWR superconducting relative gravimeter iGrav and converts them to the CSV format. The generated CSVs will also be cleaned up from errors, such as NaN-only rows or time jumps due to GPS connection

Primary LanguagePythonMIT LicenseMIT

CodeFactor License: MIT

Script to generate a CSV file from the iGrav .tsf files

This script loads the .tsf files generated from the GWR superconducting relative gravimeter iGrav and converts them to the CSV format.
The generated CSVs will also be cleaned up of write errors present in the original files such as NaN-only rows or time jumps due to GPS connection

Usage

Just go in the script folder with terminal and run the "main.py" passing as argument the input folder that contains the original .tsf files and the output folder where all the generated csv will be placed

Requirements

In order for the script to run properly, you must install the numpy package before starting it. If you dont have numpy, just run:

 pip3 install numpy

Example

 python3 main.py ./input_folder ./output_folder




ko-fi