SpatioTemporal / pystare

The Python interface for the SpatioTemporal Adaptive Resolution Encoding (STARE), a unified indexing for geolocated data.
https://pystare.readthedocs.io/en/latest/
12 stars 2 forks source link

propagation of STAREs #105 #80

Open NiklasPhabian opened 3 years ago

NiklasPhabian commented 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.