stac-utils / stac-utils/rustac
Add a filter on an iterator for geometry filling from a search
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 145
- Forks
- 24
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 12
Description
The iterator should:
- Keep going until the input geometry is filled/covered
- (optionally) Discard items that are already covered
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 by locating the iterator used for geometry filling from a search and read its existing termination and filtering behavior. The change is done when iteration continues until the input geometry is filled or covered and, when requested, items already covered are discarded; no file or test is named in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- data, search
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100