uxarray
uxarray copied to clipboard
How to return an xarray with only valid values using `cross_section`?
See below, uxvar.cross_section along a constant latitude will return an xarray with longitude from -180 to 180.
If you one try to check the values, it will return most nan.
Is it possible to return an xarray with only valid values? Thanks!