Closed uliw closed 4 months ago
Has this code previously worked? Essentially, since you're plotting in the same transform as the data (you're not passing a transform
argument to imshow
), no regridding takes place. The error is triggered because we just pass all kwargs on to Matplotlib, which doesn't understand regrid_shape
.
Description
The following code runs fine but results in a low-resolution version of the image. Uncommenting
regrid_shape
results however in the error below.results in
Operating system
linux 6.9.7-1-default
Cartopy version
artopy 0.23.0 py311h14de704_1 conda-forge
conda list
pip list