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

Utilities for file handling - Temp file writer #91

Open
jbusecke opened this issue Jan 20, 2021 · 0 comments
Open

Utilities for file handling - Temp file writer #91

jbusecke opened this issue Jan 20, 2021 · 0 comments

Comments

@jbusecke
Copy link
Owner

It would be nice to have some utilities for handling temporary file writing in a flexible way.

I have written multiple attemps for such functions. Here are the key features I would like to have.

  1. Keeping track of written paths. This is especially important for zarr stores, to avoid accidental rm -rf distasters
  2. Splitting a large input dataset along a given dimension and write those out as seperate files/stores
  3. Checking for existing files, printing filepaths and showing progress (this can all be nicely handled with a decorator I think).
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