granularities Package

Contains functionality defining time and distance measures used by enrichers.

Granularities are measures of time or distance used by enrichers when enriching (joining) data. There are time granularities such as hourly or daily, and location granularity such as closest distance.

Modules

granularity

Contains granularity definitions for time and location.

The granularities are organized as follows:

You work with a granularity by specifying it in an enricher function. For example, when using the HolidayEnricher class methods to enrich data, specify the TimeGranularity as an input parameter to the method.