geoviews.plotting.plot module#

class geoviews.plotting.plot.ProjectionPlot(*, infer_projection, name)[source]#

Bases: Parameterized

Implements custom _get_projection method to make the coordinate reference system available to HoloViews plots as a projection.

Methods

get_extents(element, ranges[, range_type])

Subclasses the get_extents method using the GeoAxes set_extent method to project the extents to the Elements coordinate reference system.

Parameter Definitions


infer_projection = Boolean(default=True, label='Infer projection')

Whether the projection should be inferred from the element crs.

get_extents(element, ranges, range_type='combined', **kwargs)[source]#

Subclasses the get_extents method using the GeoAxes set_extent method to project the extents to the Elements coordinate reference system.