Skip to content

Minor preparation for Zarr output files - #198

Merged
neilflood merged 2 commits into
ubarsc:masterfrom
neilflood:zarr-prep
Jul 18, 2026
Merged

Minor preparation for Zarr output files#198
neilflood merged 2 commits into
ubarsc:masterfrom
neilflood:zarr-prep

Conversation

@neilflood

Copy link
Copy Markdown
Member

If the output driver is Zarr, there were a couple of things which do not cope.

  • The per-driver check for direct writing of pyramids creates a temp file, but the Zarr Create function won't over-write this, so remove it first
  • The TempfileManager cleanup function removes files, but needs a fallback in case it has to remove a directory (such as a Zarr file)

There are still other problems with the Zarr driver, so we may have more to do before we can actually use it, but these changes seem good anyway.

@neilflood
neilflood merged commit 8d62f14 into ubarsc:master Jul 18, 2026
6 checks passed
@neilflood
neilflood deleted the zarr-prep branch July 18, 2026 06:02
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

Successfully merging this pull request may close these issues.

1 participant