xarray.DataArray.dggs.explore#
- DataArray.dggs.explore(*, cmap='viridis', center=None, alpha=None)#
interactively explore the data using lonboard
Requires lonboard, matplotlib, and arro3.core to be installed.
- Parameters:
- Returns:
map (
lonboard.Map) – The rendered map.
Notes
Plotting currently is restricted to 1D DataArray objects.