Commit a6fa81e
committed
fix: restore conversion override parameters and correct S2 CRS groups
Restore override parameters (--groups, --spatial-chunk, --tile-width,
--enable-sharding) to workflow template that were removed during script
consolidation.
Fix critical bug where S2 quicklook conversion used wrong CRS groups
(/conditions/geometry instead of /quality/l2a_quicklook/r10m), causing
TiTiler preview tiles to fail with 'not enough values to unpack' error.
Changes:
- Add override parameter args to convert-geozarr step in workflow template
- Fix S2 crs_groups config to match converted zarr group
- Handle empty string override values (convert to None)
- Support string values for --enable-sharding flag
Fixes preview tile generation for Sentinel-2 quicklook conversions.1 parent 4bdd64c commit a6fa81e
2 files changed
+23
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
160 | 165 | | |
161 | 166 | | |
162 | 167 | | |
| |||
165 | 170 | | |
166 | 171 | | |
167 | 172 | | |
168 | | - | |
169 | | - | |
170 | | - | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
171 | 176 | | |
172 | 177 | | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
173 | 183 | | |
174 | 184 | | |
175 | 185 | | |
| |||
178 | 188 | | |
179 | 189 | | |
180 | 190 | | |
181 | | - | |
| 191 | + | |
182 | 192 | | |
183 | 193 | | |
184 | 194 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
70 | 78 | | |
71 | 79 | | |
72 | 80 | | |
| |||
0 commit comments