|
|
|
@ -229,12 +229,6 @@ def create_observed_impacts(
|
|
|
|
|
profiles_csv, profile_features_crest_toes_csv, raw_profile_features_csv, output_file
|
|
|
|
|
):
|
|
|
|
|
|
|
|
|
|
profiles_csv = "./data/interim/profiles.csv"
|
|
|
|
|
profile_features_crest_toes_csv = "./data/interim/profile_features_crest_toes.csv"
|
|
|
|
|
raw_profile_features_csv = (
|
|
|
|
|
"./data/raw/profile_features_chris_leaman/profile_features_chris_leaman.csv"
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
logger.info("Creating observed wave impacts")
|
|
|
|
|
logger.info("Importing data")
|
|
|
|
|
df_profiles = pd.read_csv(profiles_csv, index_col=[0, 1, 2])
|
|
|
|
|