podaac / l2ss-py

Level 2 subsetter with Harmony integration
https://podaac.github.io/l2ss-py/
Apache License 2.0
11 stars 11 forks source link

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

Closed nlenssen2013 closed 3 months ago

nlenssen2013 commented 1 year ago

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.