geodata.plot#

Attributes#

Functions#

ds_ts_aggregate(→ Union[xarray.DataArray, xarray.Dataset])

Aggregate the xarray.Dataset or xarray.DataArray along the lat and lon dimensions.

time_series(, ds_name, loc_name, title, title_size, ...)

Take in the xarray.DataArray, slice of latitude or longitude,

heatmap(, title, title_size, grid, return_fig, ...)

Take an xarray.DataArray and a time index or string, plot contour/colormesh map for its values.

heatmap_animation(ds[, time_factor, agg_method, ...])

Created animated version of colormesh so users can see the value change over time

save_animation(file_name)

If the Ipython notebook is opened in a browser, and an animation output was already generated.

Module Contents#

geodata.plot.logger[source]#
geodata.plot.CoordinateType[source]#
geodata.plot.ReductionType[source]#