RTIInternational / teehr

Tools for Exploratory Evaluation in Hydrologic Research

Home Page:https://rtiinternational.github.io/teehr/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

remove `lead_time` and `absolute_value` from joined table

mgdenno opened this issue · comments

lead_time which is logical type INTERVAL is not treated the same in all parquet implementations. This causes issues and since we don't really need it, we should remove it.

absolute_difference is used but can easily be calculated on the fly by the "metrics" queries.

Addressed in #157