We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c760e7 commit c17cb0bCopy full SHA for c17cb0b
src/satextractor/preparer/preparer.py
@@ -32,24 +32,6 @@ def create_zarr_patch_structure(
32
dtype=np.uint16,
33
)
34
35
- mask_path = f"{patch_constellation_path}/mask"
36
- zarr.open_array(
37
- fs_mapper(mask_path),
38
- "w",
39
- shape=(len(sensing_times), len(bands)),
40
- chunks=(1, 1),
41
- dtype=np.uint8,
42
- )
43
-
44
- percentiles_path = f"{patch_constellation_path}/percentiles_0to100_5incr"
45
46
- fs_mapper(percentiles_path),
47
48
- shape=(len(sensing_times), len(bands), 21),
49
- chunks=(1, 1, 21),
50
- dtype=np.float32,
51
52
53
# Create timestamps array
54
timestamps_path = f"{patch_constellation_path}/timestamps"
55
z_dates = zarr.open_array(
0 commit comments