Closed markgoddard closed 1 year ago
Patch coverage: 100.00%
and project coverage change: +0.10%
:tada:
Comparison is base (
8adf0f0
) 86.53% compared to head (4ed6003
) 86.63%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
When using multiple netCDF files with the same names, the Zarr group JSON file would previously not be overwritten after it was first written. This would lead to subsequent uses potentially using an invalid Zarr group metadata file.
This change switches to use a temporary file to store the Zarr group metadata. This should not be a problem because the Zarr datasource is cached in the Active object as the _zds member between operations.
Closes #134