Benjamin Root

Results 181 comments of Benjamin Root
trafficstars

You can merge master back into your branch. Then push your branch back up. That will retrigger tests. Turns out the science lead on my project is also interested in...

Oh, before merging master back into your branch, you should fetch master from this repo. Let me know if you have questions!

This PR also got me thinking about my work-in-progress adding SPEI support to the "spi" script. Right now, the spi script pre-allocates fitting arrays and stores them in a dictionary...

I am currently learning how to do better with dask and xarray. Probably the best lesson I have learned so far is to not be too clever. Looking through your...

I got into the nitty-gritty yesterday, and I should have a proof-of-concept by the end of the day (famous last words!). From a CLI perspective, my thinking is that supplying...

Good question. As it stands right now, that idea wouldn't work because negative input values are clipped to 0 just before the sliding sums scaling is performed. Negative PET values...

I have some apprehensions about the adding 1000.0 trick that is currently in the code. I haven't looked to see how that impacts the distribution fits, especially gamma. I think...

I ran into this issue today. I have an AWS lambda method that is constructed from an archive_file. In the zip file, I have in addition to the source code...

This is my first significant chunk of Java code, so don't assume I did any of this correctly. The reason for this submission and its design is that I plan...

And, this is partly in response to https://github.com/Unidata/netcdf-java/issues/1052