Greg Lucas
                                            Greg Lucas
                                        
                                    You haven't set the extent, so it is likely that the image one has a different set of limits than the top one. Try using `set_extent()` or `set_xlim()`. For the...
I think if you put xlim/ylim in the call to temp2, you are specifying xlim/ylim in LambertConformal units because you are specifying that transform. But, I'm guessing those units are...
This is likely some bad projection going on when transforming the geometries near a boundary. As a workaround, you can use the `transform_first` keyword which should avoid that path. https://scitools.org.uk/cartopy/docs/latest/gallery/scalar_data/contour_transforms.html#sphx-glr-gallery-scalar-data-contour-transforms-py
I think we should leave it open and hope for a better solution rather than a workaround. If you're interested in tackling this that would be great! It may not...
@dependabot rebase
We are getting: `Error: Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run` which looks like it could...
I can reproduce this on Python 3.12 with the latest installs of everything. It isn't an issue with Python 3.11 and all of the same versions of the dependencies (and...
I think this might have to do with the PROJ bundled with the pyproj wheels (I'm on an Intel Mac). @snowman2 any ideas if the Python 3.12 wheels have a...
I think this would be a nice feature to add to Cartopy! I think the request would be some way of making it easier to add a clip path to...
`cfeature.STATES` and `cfeature.BORDERS` are not included with Cartopy, so it is likely those two lines. You can download data and supply it via the `cartopy.config` dictionary: https://scitools.org.uk/cartopy/docs/latest/reference/config.html There is also...