hydromodpy.display.viz#
Public hmp.viz dispatcher exposed at the top level.
Single-entry function show(data, downsample="auto", crs=None) that
auto-dispatches based on the input type:
xarray.DataArray-> rasterize via datashader when the array is dense or whendownsample="auto"triggers, otherwise straight toplot.imshowstyle.pandas.Series-> LTTB-downsample when dense, then plot.geopandas.GeoDataFrame-> render via geopandas (datashader/holoviews layered backends are reserved for theinteractiveextra).
Functions
|
Display |