podaac/l2ss-py

Get time var names to check time == and time in

Closed this issue · 0 comments

Opening up this issue per last PR to resolve this logic.

lines 530:542
Need to check the variable name and prioritize if time == var_name_time and after all the names have checked with that condition, then check if 'time' in var_name_time.lower() after.