Greg Lucas
Greg Lucas
This removes the GEOS dependency and pushes the geometry handling into Shapely. It currently takes ~2x longer, so opening this for discussion purposes. ping: @QuLogic, @jorisvandenbossche For simple benchmarking I've...
It looks like Iris has moved their main documentation to ReadTheDocs: https://scitools-iris.readthedocs.io/en/stable/ Do we want to do that as well? This would be much easier for a deploy hook on...
When reading in the shapefile, use the .prj file information if it is present to set a crs attribute on the reader which can be used down the line by...
People often complain about how slow Cartopy is lately since we moved over to pyproj and not the direct C bindings we were using. If a user knows what they...
Once we support only Numpy 2.0+ we can remove the casting checks we have added to the Cython code for single-point transforms and Geod's fwd/inv single-point as well. Right now...
v0.17 of pytest-mpl might be producing flaky results on CI, so pin it to the old version for now until a new fix comes out. This is a WIP to...
There are multiple triggers for the GitHub Actions build and upload to PyPI (push, PR + label, release), and the concurrent triggers get cancelled and this can mean that the...
## PR summary The mask is no longer compressed and full 2D arrays are used for the PolyQuadMesh objects. This removes the deprecation path that began in v3.8. ## PR...
The MultiLineString return type was a plain list, but it should be an empty MultiLineString to be consistent with the other return types. Additionally, all geometry constructors take empty lists,...
Would it be possible to implement something similar to #1291 with barbs? I am experiencing significant slowdowns with the barb transformation with high-resolution data. Appears I'm not the only one:...