mapmaker.sources.fc_powerpoint package

Submodules

Module contents

mapmaker.sources.fc_powerpoint.contained_in(inside_shape, outer_shape, outside_fraction=0.0)[source]
class mapmaker.sources.fc_powerpoint.FCPowerpointSource(flatmap, id, href, kind, source_range=None, shape_filter: ShapeFilter | None = None, **kwds)[source]

Bases: PowerpointSource

get_raster_source()[source]
class mapmaker.sources.fc_powerpoint.FCSlide(flatmap: FlatMap, source: PowerpointSource, index: int, pptx_slide: Slide, theme: ColourTheme, bounds: tuple[float, float, float, float], transform: Transform, shape_filter: ShapeFilter | None = None, sckan_neurons: SckanNeuronPopulations | None = None)[source]

Bases: Slide

process(annotator: Annotator | None = None)[source]