stac-utils / stac-utils/rustac

Support as many stactools subcommands as is reasonable

Open
#442 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

[crate] cli
Dominant language
Rust
Stars
145
Forks
24
Avg merge
1d 10h
Merged PRs (30d)
12

Description

If we do want to be The One STAC CLI™, we should provide most of the functionality that exists in other CLis.

  • add: Add an item to a catalog/collection.
  • add-asset: Add an asset to an item or collection.
  • add-raster: Add raster extension to an Item.
  • copy: Copy a STAC Catalog
  • create-item: Creates an item from an asset
  • describe: Prints out a list of all catalogs, collections and items in this STAC.
  • info: Display info about a static STAC catalog.
  • layout: Reformat the layout of a STAC based on templating.
  • [ ] lint: Lint a stac object with stac-check. Will not support, don't want to depend on stac-check
  • merge: Merge items from one STAC into another.
  • migrate: Migrate a STAC object to the latest version
  • move-assets: Move or copy assets in a STAC catalog to the locations...
  • summary: Summarize a STAC collection's contents.
  • update-extent: Update a STAC collection's extent.
  • update-geometry: Update an item geometry from an asset footprint
  • validate: Validate a stac object.
  • version: Display version info.

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 reviewing the existing validate and version subcommands, then compare their structure with the unchecked command list. Determine which subcommand is the smallest viable addition and confirm its expected STAC behavior before implementing. Done means the selected command is supported and its behavior is covered by the project's existing checks.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
cli
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.