geoviews.operation package#

Submodules#

Module contents#

geoviews.operation.add_crs(op, element, **kwargs)[source]#

Converts any elements in the input to their equivalent geotypes if given a coordinate reference system.

geoviews.operation.convert_to_geotype(element, crs=None)[source]#

Converts a HoloViews element type to the equivalent GeoViews element if given a coordinate reference system.

geoviews.operation.find_crs(op, element)[source]#

Traverses the supplied object looking for coordinate reference systems (crs). If multiple clashing reference systems are found it will throw an error.