in `gwftools.find`, add logic for finding files that contain superset of data needed
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Python
- Stars
- 10
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
While looking for locally cached data in gwftools.find, add logic for parsing filenames in an indicated directory that might not start at the same t0 requested, but which contain all of the requested data anyway.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the gwftools.find entry point and inspect how it searches the indicated directory and parses cached filenames. The change is complete when a requested interval can be satisfied by a cached file whose filename indicates a different start time but contains all requested data.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100