JamiePringle
JamiePringle
@erikvansebille Is there any reason the KDtree used in populate_indices is from pykdtree and not sklearn neighbors? The later supports a haversine distance calculations for use on spheres. Also, sklearn...
@erikvansebille no worries, it was straightforward to move the required code to where I need it. I have code that can partition the particles to have either equal grid-area or...
Thanks! By question, a) I am glad to hear this! b) I am not sure what you mean by preloading the grids; all I am doing in area balancing is...
@CKehl Please don't worry; I have the code working to solve my problem; by the time you return I will have posted a full write up with the code, and...
@CKehl and @erikvansebille What is the most appropriate way to get the land mask (or equivalent)? I can't seem to find it in the field object. Thanks
Thank you -- That is helpful. I am going to find the land points in this case in an ad-hoc way. If it turns out it is helpful, I will...
I am going to close this issue. Thank you to @CKehl and @erikvansebille for there help. I will document the results here for those who might find it useful. I...
@erikvansebille I agree -- and it seems it would not be that hard to do. Certainly there are things I have discovered that I can do that would gain me...
@CKehl Of course, and thank you. Always welcome to show you the code I developed, if you wish.
I think #7028 might help you -- I was running into a similar problem. In short, try keeping your time variables as float64 instead of as date time (or converting...