|
|
@ -137,6 +137,7 @@ def calculate_volumes(profile_name, survey_date, csv_output_dir, ch_limits, volu
|
|
|
|
try:
|
|
|
|
try:
|
|
|
|
volumes = pd.read_csv(csv_vol, index_col=0)
|
|
|
|
volumes = pd.read_csv(csv_vol, index_col=0)
|
|
|
|
except FileNotFoundError:
|
|
|
|
except FileNotFoundError:
|
|
|
|
|
|
|
|
# Create new dataframe if csv does not exist
|
|
|
|
volumes = pd.DataFrame()
|
|
|
|
volumes = pd.DataFrame()
|
|
|
|
|
|
|
|
|
|
|
|
for current_date in profiles.columns:
|
|
|
|
for current_date in profiles.columns:
|
|
|
|