stac-utils / stac-utils/rustac
Add strict conversion to geoarrow
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 145
- Forks
- 24
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 12
Description
Add a flag to our geoarrow builder to enforce "strict" mode that does a bit work to ensure the output schema is STAC-valid.
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 geoarrow builder entry point and inspect how its output schema is currently produced. Add the requested strict-mode flag so the resulting schema is checked for STAC validity; done means strict mode enforces that requirement while the existing behavior remains available.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- data
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100