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

from_utc_variable(datetime,forward_resolution, reverse_resolution) #78

Closed michaelleerilee closed 2 years ago

michaelleerilee commented 3 years ago

TODO: What does this function do?

This function takes an array of datetimes and constructs temporal index values from them with forward and reverse resolutions as given in the arrays passed in.

NiklasPhabian commented 3 years ago

and the datetimes are datetime.datetime objects, ISO strings, numpy.datetime64?

NiklasPhabian commented 3 years ago

do you have an example snipped handy?