issue_comments: 176693726
This data as json
html_url | issue_url | id | node_id | user | created_at | updated_at | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
https://github.com/pydata/xarray/issues/729#issuecomment-176693726 | https://api.github.com/repos/pydata/xarray/issues/729 | 176693726 | MDEyOklzc3VlQ29tbWVudDE3NjY5MzcyNg== | 16919188 | 2016-01-29T11:00:02Z | 2016-01-29T11:00:02Z | NONE | @mrocklin I have tried your lines, it seemed to work but finally I got the memory error message. However the crash was different than what I used to have... My dataset is a set of several variables, which are calculated like this : I have DataArray of unitary data for four rainfall height(0,5,10,15 mm/days,"SYMB") and another DataArray with spatialized rainfall height values ("RAIN").
Then I created an array which is the result of interpolation between this two arrays The function is : ``` python def interp(array,pluie):
``` So M = interp(SYMB,RAIN)
My final variable is the product of this interpolated array and an other spatialized variable("FLUX")
RES = (M * FLUX).sum("Paliers")
I hope this is at less understandable... thanks a lot for your help |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
129150619 |