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

sid lookup functions: pystare.from_*() should allow to provide level for each element #118

Open NiklasPhabian opened 1 year ago

NiklasPhabian commented 1 year ago

right now, we allow only a single level to be specified for all e.g. lats, lons for sid lookup. It is sometimes of interest to specify the level for each element individually. I.e. allow the user to provide three same-length arrays: One for lats, one for lons, and one level.