cesiumpy.extension package

Submodules

cesiumpy.extension.io.read_geojson(path)
cesiumpy.extension.io.read_shape(path)
class cesiumpy.extension.shapefile.DummyClass

Bases: object

cesiumpy.extension.shapefile.ShapelyLineString

alias of DummyClass

cesiumpy.extension.shapefile.ShapelyLinearRing

alias of DummyClass

cesiumpy.extension.shapefile.ShapelyMultiLineString

alias of DummyClass

cesiumpy.extension.shapefile.ShapelyMultiPoint

alias of DummyClass

cesiumpy.extension.shapefile.ShapelyMultiPolygon

alias of DummyClass

cesiumpy.extension.shapefile.ShapelyPoint

alias of DummyClass

cesiumpy.extension.shapefile.ShapelyPolygon

alias of DummyClass

cesiumpy.extension.shapefile.to_entity(shape)

Convert shapely.geometry to corresponding entities. Result may be a list if geometry is consists from multiple instances.

class cesiumpy.extension.spatial.ConvexHull(hull)

Bases: cesiumpy.extension.spatial._Spatial

Wrapper for scipy.spatial.ConvexHull

hull : ConvexHull of list of points

get_polyline()
class cesiumpy.extension.spatial.Voronoi(vor)

Bases: cesiumpy.extension.spatial._Spatial

Wrapper for scipy.spatial.Voronoi

vor : Voronoi of list of points

get_polygons()

Module contents