Skip to content

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 of write errors present in the original files such as NaN-only rows or time jumps due to GPS connection

License

Notifications You must be signed in to change notification settings

lucamir/iGravToCSV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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 of write errors present in the original files such as NaN-only rows or time jumps due to GPS connection

Topics

Resources

License

Stars

Watchers

Forks

Languages