Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug : config.json overwritten when continuing a download #273

Open
1 task
2320sharon opened this issue Jul 11, 2024 · 0 comments
Open
1 task

Bug : config.json overwritten when continuing a download #273

2320sharon opened this issue Jul 11, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@2320sharon
Copy link
Collaborator

2320sharon commented Jul 11, 2024

When a user loads an session with an ROI that has already been downloaded and they want to download an additional satellite, they may only select the satellite they want to download then click download imagery. If they do this the sat_list stored in the config.json will be overwritten to only include the satellite they selected. For example lets say the initial session had downloaded L5 and L8; the user loads it up and selected S2 from the drop down in settings, then click download imagery. This will overwrite the sat_list in config.json to be overwritten from [L5,L8] to [S2]. This will cause issues when extracting shorelines.

Additionally it should be checked that the dates are not being overwritten in the config.json file as well.

Tasks

  • Separate the download settings from the loaded session settings to avoid this issue

If I can detect an existing session was loaded and extend the settings instead of overwriting them this would work.

@2320sharon 2320sharon added the bug Something isn't working label Jul 11, 2024
@2320sharon 2320sharon self-assigned this Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

1 participant