Greg Lucas

Results 189 comments of Greg Lucas

> > 2. The most time spent in Shapely seems to be in getting coordinates, > It might be easier to comment inline on a draft PR, but one idea...

I agree with you, I thought there were some other issues mentioning this brought up a while ago, but I can't find them now. It doesn't seem like it would...

This is due to the extent of the axes not being initialized immediately to your coordinate frame. If you add `ax.set_global()` right after your axis creation this works as you...

It looks like you have geos installed... Just to be sure, you did activate the environment when pip installing? This is the conda installation procedure, so perhaps check that your...

You have geos 3.10.1 installed according to your environment though! `geos 3.10.1 h39d44d4_1 conda-forge` So, somehow the system isn't finding that library that you already have. Look for these paths...

I'm not sure what code you are looking at, but this is the explanation with references for the Miller projection. https://github.com/SciTools/cartopy/blob/ecabeb883afb4d450f369afe4819ea743b8c73dc/lib/cartopy/crs.py#L1901-L1904 You should upgrade to v0.20 if you want the...

Want to try implementing this for the 0.18 release?

Looks like this would close #768.

Looks like you'll have to update some images that are causing the test failures. I think all of the new images look like improvements to me, which is good :)...

@ludwigVonKoopa, the images were just updated, so you're going to have to rebase this and likely need to update the Orthographic test image. Can you also remove the `0.9999*a` in...