earthkit.plots.geo

Geographic / map plots. Accessed as ekp.geo on the top-level earthkit.plots package.

earthkit.plots.geo[source]

Bases: object

Shortcuts for geographic / map plots.

plot(*args, **kwargs)[source]

Plot geospatial data as one or more map panels.

See earthkit.plots.quickplot.plot() for full documentation.

quickplot(*args, **kwargs)[source]

Alias for plot().

See earthkit.plots.quickplot.plot() for full documentation.

contourf(*args, **kwargs)[source]

Plot filled contours on a map.

See earthkit.plots.quickplot.contourf() for full documentation.

contour(*args, **kwargs)[source]

Plot contour lines on a map.

See earthkit.plots.quickplot.contour() for full documentation.

pcolormesh(*args, **kwargs)[source]

Plot a pseudocolor mesh on a map.

See earthkit.plots.quickplot.pcolormesh() for full documentation.

grid_cells(*args, **kwargs)[source]

Plot data as grid cells on a map.

See earthkit.plots.quickplot.grid_cells() for full documentation.

grid_points(*args, **kwargs)[source]

Plot grid point centroids as scatter points on a map.

See earthkit.plots.quickplot.grid_points() for full documentation.

point_cloud(*args, **kwargs)[source]

Plot data values as a coloured point cloud on a map.

See earthkit.plots.quickplot.point_cloud() for full documentation.

rgb_composite(*args, **kwargs)[source]

Plot an RGB composite image on a map.

See earthkit.plots.quickplot.rgb_composite() for full documentation.

choropleth(*args, **kwargs)[source]

Create a choropleth map from a GeoDataFrame.

See earthkit.plots.quickplot.choropleth() for full documentation.

spaghetti(*args, **kwargs)[source]

Plot spaghetti contours for ensemble data on a single map.

See earthkit.plots.quickplot.spaghetti() for full documentation.

quiver(*args, **kwargs)[source]

Plot wind / vector data as arrows on a map.

See earthkit.plots.quickplot.quiver() for full documentation.

streamplot(*args, **kwargs)[source]

Plot wind / vector data as streamlines on a map.

See earthkit.plots.quickplot.streamplot() for full documentation.

barbs(*args, **kwargs)[source]

Plot wind barbs on a map.

See earthkit.plots.quickplot.barbs() for full documentation.