inca/analysis/timeline_analysis.py contains a class timeline_generator(), which is needed by the VAR analysis.
However, a very frequent use case is actually using this timeline generator seperately to create a csv file (or similar) with aggregated timelines. In accordance with the move towards bestpractices, this should be available as myinca.exporters.timeline or comparable.
inca/analysis/timeline_analysis.py
contains a classtimeline_generator()
, which is needed by the VAR analysis. However, a very frequent use case is actually using this timeline generator seperately to create a csv file (or similar) with aggregated timelines. In accordance with the move towardsbestpractices
, this should be available asmyinca.exporters.timeline
or comparable.