MultiscaleFormat
type MultiscaleFormat = "auto" | "legacy" | "geozarr" | "topozarr";
Supported multiscale metadata layouts.
autodetects the layout from the dataset metadata.legacyuses the original ndpyramid-style level ordering.geozarrandtopozarruse GeoZarr-style level ordering.