Documentation
¶
Overview ¶
Package processors provides data processing for Google Maps Takeout.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Processor ¶
type Processor struct{}
Processor handles the Maps location history processing pipeline.
func NewMapsProcessor ¶
func NewMapsProcessor() *Processor
NewMapsProcessor creates a new Maps processor.
func (*Processor) ConfigSchema ¶
func (p *Processor) ConfigSchema() []core.ConfigOption
ConfigSchema returns the configuration options for this processor.
func (*Processor) Description ¶
func (*Processor) Process ¶
func (p *Processor) Process(ctx context.Context, cfg core.ProcessorConfig, events chan<- core.ProgressEvent) (*core.ProcessResult, error)
Process runs the Maps processing pipeline. Phases: 1) Scan files, 2) Parse location history, 3) Parse saved places, 4) Parse timeline, 5) Generate summary
Click to show internal directories.
Click to hide internal directories.