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

Issue: Sensitive ROI Directory Naming in Data Directory #201

Open
2320sharon opened this issue Nov 7, 2023 · 0 comments
Open

Issue: Sensitive ROI Directory Naming in Data Directory #201

2320sharon opened this issue Nov 7, 2023 · 0 comments
Assignees
Labels
Optional An optional feature that's not necessary to be built. Research Investigate if something is possible, experiment V3

Comments

@2320sharon
Copy link
Collaborator

Issue: Sensitive ROI Directory Naming in Data Directory

Problem:

CoastSeg expects the ROI directory to follow a specific naming convention within the data directory. Beta testing revealed issues when users attempted to extract shorelines with ROI directories that were nested within another directory of the same name, likely due to data being downloaded on a different computer. This misplacement causes the extraction process to fail due to incorrect ROI directory path.

Complications:

  • Directory Nesting: Searching for nested ROI directories could be time-consuming, as it may involve traversing multiple subdirectories.
  • Configuration Mismatch: Config files might not correspond correctly to the new file locations.
  • Session Discrepancy: Existing sessions may not be able to locate download data if the original file locations have changed.

Current Status:

This is a complex issue with no immediate solution due to the current structure of the application. It requires further investigation and careful consideration of future application design to handle such cases effectively.

Action Required:

  • Investigate potential solutions for directory structure flexibility.
  • Consider implementation changes in future versions of CoastSeg to accommodate varying user data directory structures.
  • Create efficient methods for iterating through downloaded data quickly

This issue serves as a reminder to address this challenge in upcoming development cycles.

@2320sharon 2320sharon added Research Investigate if something is possible, experiment Optional An optional feature that's not necessary to be built. V3 labels Nov 7, 2023
@2320sharon 2320sharon self-assigned this Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Optional An optional feature that's not necessary to be built. Research Investigate if something is possible, experiment V3
Projects
None yet
Development

No branches or pull requests

1 participant