Coastseg should not read settings from the files shoreline_settings.json & transect_settings.json . After testing coastseg with users our team has determined that the best approach is to store all relevant settings in a single file config.json. Saving these settings to different files is an artifact from a time where we wanted to store different settings in different files, however, this makes to more complicated for both developers and users to track settings, so we have decided to abandon this approach.
Tasks
Coastseg should not read settings from the files shoreline_settings.json & transect_settings.json . After testing coastseg with users our team has determined that the best approach is to store all relevant settings in a single file
config.json. Saving these settings to different files is an artifact from a time where we wanted to store different settings in different files, however, this makes to more complicated for both developers and users to track settings, so we have decided to abandon this approach.Tasks
modify the
load_session_filesto not read the shoreline and transect settings from shoreline_settings.json & transect_settings.jsondon't save the shoreline and transect settings in a separate file
remove all code that generates the shoreline and transect settings files