fix (quasi) definitivo
This commit is contained in:
@@ -163,6 +163,7 @@ def genera_giornaliero():
|
|||||||
yaxis_title="Energia [kWh]"
|
yaxis_title="Energia [kWh]"
|
||||||
)
|
)
|
||||||
fig.show()
|
fig.show()
|
||||||
|
return df_monthly
|
||||||
|
|
||||||
# Scegli il percorso per il nuovo file orario
|
# Scegli il percorso per il nuovo file orario
|
||||||
path_export_hourly = path_export.replace('.csv', '_hourly.csv')
|
path_export_hourly = path_export.replace('.csv', '_hourly.csv')
|
||||||
@@ -170,7 +171,10 @@ path_export_hourly = path_export.replace('.csv', '_hourly.csv')
|
|||||||
# Esporta il file orario
|
# Esporta il file orario
|
||||||
df_hourly = export_hourly_pv_productivity(result_ac_energies_to_csv_df, path_export_hourly)
|
df_hourly = export_hourly_pv_productivity(result_ac_energies_to_csv_df, path_export_hourly)
|
||||||
|
|
||||||
|
# ES HORA DI ESEGUIRE LE FUNZIONIIIIS
|
||||||
|
generate_grafico_barrette_df(result_ac_energies_to_csv_df, "Produttività Fotovoltaica per kWp")
|
||||||
|
generate_grafico_barrette_df(df_hourly, "Produttività Fotovoltaica su Base Oraria")
|
||||||
|
generate_grafico_torri_mensile_df(genera_giornaliero(), "Produttività Fotovoltaica Mensile")
|
||||||
|
|
||||||
if joePlaying:
|
if joePlaying:
|
||||||
joe.terminate()
|
joe.terminate()
|
||||||
|
|||||||
Reference in New Issue
Block a user