cvts.tasks package

Module contents

Luigi tasks.

class cvts.tasks.ListRawFiles(*args, **kwargs)

Bases: luigi.task.Task

Gather information about input files.

pickle_file_name = '~/.cvts/output/raw_files.pkl'
class cvts.tasks.MatchToNetwork(*args, **kwargs)

Bases: luigi.task.Task

Match trips to the network.

dates = <luigi.parameter.Parameter object>
pickle_file_name = '~/.cvts/output/seq_files.pkl'
class cvts.tasks.RasterCounts(*args, **kwargs)

Bases: luigi.task.Task

Counts the number of stop points in each cell of a raster.

ASCII_GRID_FILE_NAME = '~/.cvts/output/grid_points.asc'
class cvts.tasks.RegionCounts(*args, **kwargs)

Bases: cvts.tasks._regiondensity._CountsTask

Counts the number of stop points in each region.

METRIC()

The name of the metric we are using.

class cvts.tasks.SourceDestinationCounts(*args, **kwargs)

Bases: cvts.tasks._regiondensity._CountsTask

Counts the number of stop points in each region.

METRIC()

The name of the metric we are using.