stac-utils / stac-utils/rustac

Add a filter on an iterator for geometry filling from a search

Open
#969 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.