Koen Hufkens

Results 14 comments of Koen Hufkens

@eliocamp I was looking at your metR package and thought it would make a fitting example, visualizing things. Even more so as I was dealing with wind data the past...

Hi @retostauffer, @eliocamp these are all wonderful examples! I would argue that cutting edge research is not needed - too hard to keep up with things anyway. I think the...

If things are more substantial in terms of custom functions I would suggest to put them in the ecmwfrExtra repo (https://github.com/khufkens/ecmwfrExtra) together with any proposals written to gather support. The...

Yep, probably best to do some checks. Grab all filenames and `if (any(duplicated(filenames))) {}` should do the trick.

Wonderful, will push this to CRAN next week or so. Stuff is piled high and deep for the moment.

Yes, but I would not jump the gun. The fact that this triggered 2 issues indicates to me that people have used this workflow, in part to get around some...

So I think the best we can do toward the future is give some sort of warning when called (with strong pointers to how things are done now), and keep...

I've been looking into this myself for some of my phenology modelling work (which uses tons of single sites rather than wall to wall data). Sadly, this has had little...

From the CDSAPI I can infer there is a workflow routine to submit python toolbox code, including all requests as specified in your example. A `remote` example for python is...

the solution of @Seanberite works. I was running CUDA 8 without cuDNN. This would give the out of memory issue. I downgraded to CUDA 7.5 and cuDNN v2. I can...