📦 Feature Request: Add script to download Case Study 1 sample data using pooch
Description
To improve the onboarding experience for new users and make it easier to get started with CoastSeg, it would be helpful to provide a built-in way to download the sample dataset from Case Study 1.
This can be implemented as a new script or function that uses pooch to programmatically download the sample data. This allows users to quickly access and experiment with CoastSeg using a known dataset without needing to manually fetch and configure it.
Proposed Features
Motivation
- Lower barrier to entry for new users
- Consistency in how sample data is accessed
- Enables quick testing and validation of CoastSeg setup
Credit: Idea originally from @dbuscombe-usgs
📦 Feature Request: Add script to download Case Study 1 sample data using
poochDescription
To improve the onboarding experience for new users and make it easier to get started with CoastSeg, it would be helpful to provide a built-in way to download the sample dataset from Case Study 1.
This can be implemented as a new script or function that uses
poochto programmatically download the sample data. This allows users to quickly access and experiment with CoastSeg using a known dataset without needing to manually fetch and configure it.Proposed Features
download_sample_data.pyorcoastseg/utils/download_case_study_data.py)poochto download all relevant files for Case Study 1Motivation
Credit: Idea originally from @dbuscombe-usgs