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

Feature Request: Update coastsat_package and coastseg to be less sensitive to tiff name changes #10

Open
2320sharon opened this issue Nov 21, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@2320sharon
Copy link
Collaborator

This bug was reported by a user who was editing the reference shoreline after loading from a session where the data had been downloaded in a previous session. When the user attempted to extract shorelines they got a no roi_settings found error despite the fact the log file for show that when the user loaded the session load_config_json shows that the roi settings were read from the config.json file.

Relevant Files

roi_setting_bug.zip

@2320sharon 2320sharon added the bug Something isn't working label Nov 21, 2023
@2320sharon 2320sharon self-assigned this Nov 21, 2023
@2320sharon
Copy link
Collaborator Author

We found the cause of the issue

When it downloads files it puts the session name in it and when you download any files a new session name is created using the current time you downloaded data. So all your files from the other session have the wrong name which means they all got filtered out because the session name didn't match.

@2320sharon
Copy link
Collaborator Author

This issue would need to be fixed in both coastsat_package and coastseg. Basically instead of reading the exact filename it should query the correct file based on the date and satellite. To avoid this kind of issue in the future coastsat_package should be updated to no longer save the sitename as part of the filename. This would make combining multiple download MUCH easier

@2320sharon 2320sharon added enhancement New feature or request and removed bug Something isn't working labels Dec 6, 2023
@2320sharon 2320sharon changed the title Roi Settings Randomly do not load Feature Request: Update coastsat_package and coastseg to be less sensitive to tiff name changes Dec 6, 2023
@2320sharon 2320sharon transferred this issue from SatelliteShorelines/CoastSeg Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant