J Dub

Results 108 comments of J Dub

There is a simple test for reading a .rnj file into a jacobian and its working for a simple test case. The complicating factor is that this rnj file doesnt...

If you are using the`PstFrom` class, it can do unstructured pilot points. the key is you need to pass the spatial reference as a dict of node-tuple(xy) pairs so that...

@aleaf I think your approach with a separate call to `add_parameters()` for each zone is what about right. You could also just grid-scale multipler pars with zone type multiplier pars,...

21 layers?! yikes Sounds like maybe we should incrementing the instance count in a better way? I wonder if that "208" is layer 20, 8th instance maybe?

Im just trying to catch-up on this convo. I think generally (given that it is now 2022) we should treat "whitespace" as any combination of one or more spaces and/or...

Im keen B! All of those you list would be great additions. There have been several requests to demo how to setup pilot points so maybe some more examples of...

That would be a huge contribution @aleaf! We are running the notebooks as part of GH actions currently so hopefully it wont too terrible get to this next level. Lemme...

Tying is probably the cleanest but adding jitter/offset and splitting/uncorrelating might also be useful in some settings. I wonder if we should add this handling to the prior builder and...

I didnt know you can do forward slash on win - is that right?! How am I just hearing about this!

@kallejahn are you using the develop version in the repo? I think the fxn that applies the info in `mult2model_info.csv` should be dealing with cross-platform path seps now...