Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Use standard format for snapshot data #33

Open
xyzzy42 opened this issue Mar 29, 2021 · 0 comments
Open

[Feature] Use standard format for snapshot data #33

xyzzy42 opened this issue Mar 29, 2021 · 0 comments

Comments

@xyzzy42
Copy link
Contributor

xyzzy42 commented Mar 29, 2021

TG uses a custom text based format to save the snapshots. This makes it hard to load the data into another program, like R or Python. These tools could be used to do a more sophisticated analysis of the data, such as a generating an Allan deviation plot.

Use a more standard format, such as jSON or XML, for the save data. This will make it easier to import, since libraries for reading it are common on virtually all platforms. jSON is also text based and should be comparable in efficiency to the custom format tg uses.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant