Would be rad if we can internalize varval inputs to the interval module. For example, right now for coords, we're doing this:
varval = int(lat * pow(10, 5))
before passing it to interval.get_index_intervals. Probably requires a precision keywords param for this to work.