Hi there!
I’m currently discarding some of my clusters in favor of hops functions, but I have one issue. One of my clustered definitions relies on a bit of (clunky) python inside to access the current model unit system and scale the results properly. I hadn’t considered this before trying, but hops seems to only want to access a default unit system (I’m guessing it’s meters, since that’s the only result returned).
Beyond manually passing that information through as an integer or string and using a lookup inside the function, is there any current way to pass hops your current working unit system? Some sneaky Get parameter somewhere?
Thanks in advance!