Greg Lucas

Results 198 comments of Greg Lucas

Yes, I think that would be ideal. Changing the license is probably a bit trickier than removing a CLA though, so I would probably suggest separating these two (CLA removal,...

Hm... I am pretty sure it isn't related to this because this would have complained about bad "map_projection" or similar errors. Perhaps the numpy 1.22 floating point difference from AVX512......

@dopplershift, I _think_ the failing tests were due to the floating point issues with AVX512 after all. I added a commit to increase the floating point dtype size https://github.com/SciTools/cartopy/pull/1980/commits/7c71977b659c402cd1846dd9ab2ef9de7c146b68, which...

@dopplershift, I _think_ the commit to address that other failed test example is in this PR... Maybe I should have broken it out :)

It looks like you are on Cartopy v0.18.0, The most recent Cartopy releases have removed the webservice, so this should only affect older Cartopy versions and I'm not sure we...

`conda create -n test -c conda-forge cartopy` installs Cartopy 0.20.3 for me, so there must be some other package conflicts for you.

pyepsg is no longer a dependency, the epsg work is all handled by pyproj now. So, there is really nothing we can do here, the solution is to upgrade your...

I have run into the same issue before and I wonder if there is a good reason why there is a "map_projection" keyword here rather than just using "projection" and...

I think @rcomer is on the right track. I think that suggestion would also help some other cases too with the pluralization confusion. See here for a possible starting implementation:...

I believe this was superseded by https://github.com/SciTools/cartopy/pull/1999 which should allow single geometries to be passed through now. Feel free to re-open if that is not the case.