You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
get_SDA_interpretation(): dominant component (numeric) and weighted average, min/max aggregation
get_component_from_SDA()
Further development following #246; I think I have figured out an approach to handle TODO item 2, that with indexing of the temp tables may resolve item 1.
EDIT: indexing of the tables alone resolves item 1, temporary tables are a much more involved fix for many different queries
The text was updated successfully, but these errors were encountered:
brownag
changed the title
Implements dsn and SQLite<->T-SQL compatible syntax for get_SDA_*() methods
Implement SQLite/T-SQL compatible syntax for get_SDA_*() methods
May 13, 2022
createSSURGO()
get_SDA_property()
: dominant component (numeric), weighted average, min/max aggregationget_SDA_interpretation()
: dominant component (numeric) and weighted average, min/max aggregationget_component_from_SDA()
Further development following #246; I think I have figured out an approach to handle TODO item 2, that with indexing of the temp tables may resolve item 1.
EDIT: indexing of the tables alone resolves item 1, temporary tables are a much more involved fix for many different queries
The text was updated successfully, but these errors were encountered: