🐛 Bug Report
When doing area weighted regridding, the lat-lon coordinates on the result are the same object as the lat-lon coordinates on the target cube, editing one edits the other. I believe this was introduced by #3623, before this PR result coordinates were only copies. The coordinates in question appear to be fetched on this line:
|
grid_x, grid_y = _get_xy_coords(grid_cube) |
🐛 Bug Report
When doing area weighted regridding, the lat-lon coordinates on the result are the same object as the lat-lon coordinates on the target cube, editing one edits the other. I believe this was introduced by #3623, before this PR result coordinates were only copies. The coordinates in question appear to be fetched on this line:
iris/lib/iris/analysis/_area_weighted.py
Line 242 in 0fa0d6b