You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
allow wkcuber.tile_cubing to use zero indexed tile locations (#823)
when using the --input_path_pattern option
removes an assert that failed only when an index was zero
importing with zero indexed paths where eg. {z}/{x}_{y}.tiff is in the
range of [1..99]/[0..8]_[0..7].tiff would fail as the assert would
trigger
importing a zero indexed works fine with this assert removed, there is
no reason to require this to not be zero
0 commit comments