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

new dtree file in zarr format #53

Closed
aladinor opened this issue Apr 13, 2024 · 2 comments
Closed

new dtree file in zarr format #53

aladinor opened this issue Apr 13, 2024 · 2 comments

Comments

@aladinor
Copy link
Member

Hi everyone,

I want to add a new radar datatree file in Zarr format. It has multiple folders and subfolders. Should I add it as a compressed (bz, tar, ...) file? I ask this because in [#52], I noticed that every folder and subfolder within the Zarr file will create a new registry entry. Around 150 entries will be added to the registry.txt file.

Let me know your thoughts

@kmuehlbauer
Copy link
Collaborator

kmuehlbauer commented Apr 15, 2024

@aladinor Yes, please use a compressed representation. We already have some files gzipped, so maybe just use gzip (eg. .tar.gz)? We can extract the folder before usage in CI using context manager.

@aladinor
Copy link
Member Author

Closed with #54

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

2 participants