@@ -61,13 +61,14 @@ def cli():
6161@option_cronologico
6262@option_conjunto
6363@option_html
64+ @option_csv
6465@option_posnw
6566@option_nomearquivo
6667@option_limInf
6768@option_limSup
6869@option_boxplot
6970@option_usinas
70- def realiza_report (outpath , arquivo_json , txt , nomearquivo , tipo , automatico , cronologico , conjunto , html , posnw , liminf , limsup , boxplot , usinas ):
71+ def realiza_report (outpath , arquivo_json , txt , nomearquivo , tipo , automatico , cronologico , conjunto , html , posnw , liminf , limsup , boxplot , usinas , csv ):
7172 start_time = time .time ()
7273 cores = ["black" , "red" , "blue" , "yellow" , "gray" , "green" ,"purple" ,"darkgreen" , "darkblue" ,"royalblue" ,"skyblue" ,"gold" ]
7374 contador = 0
@@ -152,7 +153,7 @@ def realiza_report(outpath, arquivo_json, txt, nomearquivo, tipo, automatico, cr
152153 arquivo_json = "exemplo_conj.json"
153154
154155 from apps .services .report import Report
155- Report (outpath , arquivo_json , txt , nomearquivo , tipo , cronologico , conjunto , html , posnw , liminf , limsup , boxplot , usinas )
156+ Report (outpath , arquivo_json , txt , nomearquivo , tipo , cronologico , conjunto , html , posnw , liminf , limsup , boxplot , usinas , csv )
156157 end_time = time .time ()
157158 elapsed_time = end_time - start_time
158159 minutes = int (elapsed_time // 60 )
0 commit comments