Skip to content

Latest commit

 

History

History
67 lines (47 loc) · 1.75 KB

README-template.md

File metadata and controls

67 lines (47 loc) · 1.75 KB

stactools-ephemeral

PyPI GitHub Workflow Status (with event)

A short description of the package and its usage.

STAC examples

Installation

pip install stactools-ephemeral

Command-line usage

Description of the command line functions

stac ephemeral create-item source destination

Use stac ephemeral --help to see all subcommands and options.

Contributing

We use pre-commit to check any changes. To set up your development environment:

uv sync
uv run pre-commit install

To check all files:

uv run pre-commit run --all-files

To run the tests:

uv run pytest -vv

If you've updated the STAC metadata output, update the examples:

uv run scripts/update-examples