monet.plots.mapgen

map utilities

Functions

draw_map([crs, natural_earth, coastlines, ...])

Short summary.

monet.plots.mapgen.draw_map(crs=None, natural_earth=False, coastlines=True, states=False, countries=True, resolution='10m', extent=None, figsize=(10, 5), linewidth=0.25, return_fig=False, **kwargs)

Short summary.

Parameters
  • ax (type) – Description of parameter ax (the default is None).

  • natural_earth (bool) – Description of parameter natural_earth (the default is True).

  • coastlines (bool) – Description of parameter coastlines (the default is True).

  • states (bool) – Description of parameter states (the default is True).

  • countries (bool) – Description of parameter countries (the default is True).

  • state_resolutions (bool) – Description of parameter state_resolutions (the default is ‘10m’).

  • extent ([lon_min,lon_max,lat_min,lat_max]) – Description of parameter extent (the default is None).

Returns

Description of returned object.

Return type

type