UXARRAY / uxarray

Xarray-styled package for reading and directly operating on unstructured grid datasets following UGRID conventions
https://uxarray.readthedocs.io/
Apache License 2.0
139 stars 30 forks source link

Remapping Overwrites Original Data in Dataset #809

Closed aaronzedwick closed 2 weeks ago

aaronzedwick commented 1 month ago

Version

v2024.05.0

How did you install UXarray?

Conda

What happened?

When using IDW remapping, it rewrote the original dataset variable with the new remapped one. I assume this also occurs with NN remapping.

What did you expect to happen?

I was expecting it to return to the provided variable a dataset, and leave my original data untouched.

Can you provide a MCVE to repoduce the bug?

No response