Open mikejohnson51 opened 2 years ago
I'd be happy to have it move to hyAggregate -- honestly, I think the packages could combine long run.
I agree - next time we talk this would be any interesting point to discuss. The hyAggregate dependency list has bloated a bit to support nextgen specific tasks. It might be time to bring hyRelease back into the mix...
Either way, you want me to bring the hyRefactor function over or do you want to submit a PR? I have a big push coming this week so there is no urgency.
Both
hyRefactor
andhyAggregate
have anaggregate_network
function. I think there are two solutions to provide more clarity.Since
hyRefactor
is ahyAggregate
dependency, the point based aggregation workflow could be moved tohyAggregate
and the aggregation driven by the input parameters. This would result in a signature like:Or, the functions could be renamed to something like:
aggregate_network_to_distribution
andaggregate_network_to_outlets
and either remain in the separate packages, or, consolidate intohyAggregate
.Do you have any thoughts?
Mike