uvacw / inca

24 stars 6 forks source link

Make timeline generator an exporter #363

Closed damian0604 closed 6 years ago

damian0604 commented 6 years ago

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.