David Hoese

Results 933 comments of David Hoese

What is the status of this PR? I'm running into this with my projects as I switch to pyproject.toml for all my configuration (over setup.cfg or other).

I had it set to 0.3 for EnableSpeed and the duration to 500. I bumped it to 1000 and yeah it feels a little better. Edit: Can't get it to...

Of course I find a workaround right after posting this. I have `header=` in my config file. Removing this seems to fix the newlines.

Oh, also note that the geotiff written after this works just fine. I just don't like the log message. :wink:

I could, but in the best case I don't want to hide/remove it but rather update the URL to point to a different location (python source file instead of .rst...

@12rambau one "workaround" for your situation is that you could create git submodules for those other repositories in your "main" repository. That way those files still "live" in your main...

Git submodules are 50% good and 50% bad. In your case it may make things easier. In the vispy project I got annoyed by the single git submodule we had...

This is something we are constantly working on in the pyresample project (https://github.com/pytroll/pyresample/). We have a lot of dask compatible solutions but no explicitly defined interfaces. We're working towards a...

Oh I should have mentioned that the interfaces that aren't fully defined in pyresample *are* being used in Satpy. That might be a better starting point if you're curious. Of...

Very interesting. I'm not sure whether virtual warping is doing something extremely magical or just doing the warping when you ask for it. Your concurrency link has been brought up...