David Ahijevych

Results 3 comments of David Ahijevych

I do now get a UxDataArray from var.inverse_distance_weighted_remap(destination_obj=var.uxgrid) However, the plot.polygon() trips up with an error: /glade/work/ahijevyc/conda-envs/uxarray/lib/python3.11/site-packages/uxarray/remap/inverse_distance_weighted.py:190: UserWarning: Your data is stored on n_face, but you are remapping to nodes...

I added that, but still got the same error: ---> 12 var.inverse_distance_weighted_remap(destination_obj=var.uxgrid, remap_to="face centers").plot.polygon() 13 # returns UxDataset, not UxDataArray File /glade/work/ahijevyc/conda-envs/uxarray/lib/python3.11/site-packages/uxarray/plot/accessor.py:286, in UxDataArrayPlotAccessor.__getattr__(self, name) 284 return getattr(xarray_plot_accessor, name) 285...

Do you have a workaround for this? On Mon, May 6, 2024 at 5:36 PM Philip Chmielowiec ***@***.***> wrote: > It appears that the remapping is functioning normally (new values...