David Hoese

Results 933 comments of David Hoese

And something I didn't make very clear before, the drawing issues get harder and harder to see the more pixels you give it to do the antialiasing (I assume). Like,...

I've been contacted by someone over email (aapost) who doesn't use github, but has given me permission to repeat parts of our conversation here. They have been combing through the...

Another case like this would be different resolutions of dependencies going into a composite (I'm a user and I want this composite to use the 500m band 2 even though...

`antigrain.com` is not our website. We originally downloaded the C library "agg" from that site which aggdraw wraps so it can be accessed from python, but otherwise it is a...

Sorry, this may have sounded more dismissive than I meant it to be. This project went unmaintained for some years until we picked it up because of our (pytroll's) dependence...

If someone has time to update the links to the archived version of the site that would be really appreciated. If someone can find out what happened to the last...

As Johan mentioned on slack, there is this option: ``` from satpy.writers import get_enhanced_image arr = np.moveaxis(get_enhanced_image(scn).data.values, 0, -1) plt.imshow(arr, ...) ``` But I personally prefer letting xarray figure it...

1. I am unable to reproduce any warning or error message with `dask.persist`. What's the error you're seeing? 2. For geoviews, by default dynamic is set to False and I...

1. Regarding the resampling/dask error, what version of pyresample are you running? 2. For geoviews, I'm really not sure. I wasn't able to reproduce this and that error seems very...

So 32767 is the maximum value of a 16-bit signed integer. As far as I can tell all the path information for creating a line is stored in this class...