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

Thoughts: data.translate_to_txt -- translate .txt back to Data? #1147

Open
kameyer226 opened this issue Nov 15, 2023 · 2 comments
Open

Thoughts: data.translate_to_txt -- translate .txt back to Data? #1147

kameyer226 opened this issue Nov 15, 2023 · 2 comments

Comments

@kameyer226
Copy link
Contributor

Hello,

I don't think anyone brought this up , and I would think the reason is because of the loss of information involved. But seeing as how Github refuses to deal with wt5 file attachments, I thought it useful to promote a discussion on the possibility of taking the text dump of wt.data from translate_to_txt and re-encapsulating it into a Data object.

We know it to be lossy, but it seems that this procedure is a good way to disseminate data.

A thought was to append some form of information indicating that the re-encapsulated object was "stripped" of information via this process such that future users would know that any future wt5 files are not the originals.

@ddkohler
Copy link
Contributor

@kameyer226 , rather than this approach, here are a couple alternative approaches for when you want to discuss specific errors working up data:

  • Script a Data object that reproduces the issue. Debugging is easiest when you provide a minimal working example (i.e. you probably do not need the exact .wt5 file you are working up to reproduce the issue). Personally, I find that by trying to reproduce my issues with a self-constructed Data object, I often figure out what the issue is.
  • If the former approach doesn't work, host the data on the cloud (e.g. Google drive, osf) and provide the data via a link.

@untzag
Copy link
Member

untzag commented Nov 21, 2023

I think you can upload zip files to GitHub.

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

No branches or pull requests

3 participants