Open NiklasPhabian opened 3 years ago
until SpatioTemporal/STARE#105 is resolved, we should add logic to
s_range = pystare.to_compressed_range(sids) expanded = pystare.expand_intervals(s_range, -1, multi_resolution=True)
Note that pystare.to_compressed_range(sids) is very slow. Lookups will be significantly more costly.
until SpatioTemporal/STARE#105 is resolved, we should add logic to
Note that pystare.to_compressed_range(sids) is very slow. Lookups will be significantly more costly.