Skip to main content
Ctrl+K
GeoViews v1.14.1 - Home GeoViews v1.14.1 - Home
  • Home
  • User Guide
  • Gallery
  • Examples
  • API
    • Developer Guide
    • Releases
    • About
  • GitHub
  • Twitter
  • Discourse
  • Discord
  • Home
  • User Guide
  • Gallery
  • Examples
  • API
  • Developer Guide
  • Releases
  • About
  • GitHub
  • Twitter
  • Discourse
  • Discord
  • Home
  • User Guide
    • Projections
    • Geometries
    • Gridded Datasets I
    • Gridded Datasets II
    • Working with Bokeh
    • Resampling Grids
    • Annotating Geographic Elements
    • Using Features Offline
    • Using WMTS Offline
  • Gallery
  • Examples
  • API
    • annotators
    • data
      • geoviews.data.geom_dict module
      • geoviews.data.geopandas module
      • geoviews.data.iris module
    • element
      • geoviews.element.comparison module
      • geoviews.element.geo module
    • links
    • models
      • geoviews.models.custom_tools module
    • operation
      • geoviews.operation.projection module
      • geoviews.operation.regrid module
      • geoviews.operation.resample module
    • plotting
      • geoviews.plotting.bokeh package
        • geoviews.plotting.bokeh.callbacks module
        • geoviews.plotting.bokeh.plot module
      • geoviews.plotting.mpl package
        • geoviews.plotting.mpl.chart module
      • geoviews.plotting.plot module
    • plotting.bokeh
      • geoviews.plotting.bokeh.callbacks module
      • geoviews.plotting.bokeh.plot module
    • plotting.matplotlib
      • geoviews.plotting.mpl.chart module
    • streams
    • util
  • Developer Guide
  • Releases
  • About
HoloViz.org
  • Panel
  • hvPlot
  • HoloViews
  • Datashader
  • Param
  • Lumen
  • Colorcet

  • Examples Gallery
  • Blog
  • API Reference Manual
  • geoviews.links module

geoviews.links module#

class geoviews.links.PointTableLink(source, target, **params)[source]#

Bases: Link

Defines a Link between a Points type and a Table which will display the projected coordinates.

Parameter Definitions


point_columns = List(bounds=(0, None), default=[], label='Point columns')

class geoviews.links.RectanglesTableLink(source, target=None, **params)[source]#

Bases: RectanglesTableLink

Links a Rectangles element to a Table.

Parameter Definitions


class geoviews.links.RectanglesTableLinkCallback(root_model, link, source_plot, target_plot=None)[source]#

Bases: RectanglesTableLinkCallback

class geoviews.links.VertexTableLink(source, target, **params)[source]#

Bases: Link

Defines a Link between a Path type and a Table which will display the vertices of selected path.

Parameter Definitions


vertex_columns = List(bounds=(0, None), default=[], label='Vertex columns')

previous

geoviews.element.geo module

next

geoviews.models package

On this page
  • PointTableLink
  • RectanglesTableLink
  • RectanglesTableLinkCallback
  • VertexTableLink

This Page

  • Show Source

© Copyright 2018 HoloViz Developers.

Created using Sphinx 8.2.3.

Built with the PyData Sphinx Theme 0.16.1.