Julius Busecke

Results 555 comments of Julius Busecke
trafficstars

Ok that did the trick! I am too tired to retrigger the conda-forge feedstock, but we should probably make sure that you all have access to that too!

Posting a reproducer (requester pays bucket, only works on the pangeo deployments unfortunately) of what I believe is the same issue (big thanks to @jdldeauna): ```python import intake from ecco_v4_py.ecco_utils...

Thanks @briochemc. This is helpful but also potentially breaking peoples code. I am planning to do another deep dive on the vertex order (to solve e.g. #368 ) and will...

That is a smart way to test the consistency. I think this is implicitly ensured in my hacky solution in https://github.com/jbusecke/xMIP/issues/368#issuecomment-2289934489, but I will definitely try to use that part...

I am fairly sure this is due to the order of the vertex. I ran into this problem in another context. Just dropping some code I used to fix this...