hydromodpy.display.geo.mixin#

Mixin for spatial figures drawn on a CRS-aware axes.

A figure that inherits from GeoFigureMixin gains three helpers that are useful for maps: add_scale_bar() draws a simple metric scale bar, add_north_arrow() adds a small N arrow, and add_basemap() delegates to basemaps.add_basemap when the optional contextily dependency is available.

Classes

GeoFigureMixin()

Helpers for figures drawn on projected (x,y) axes.