Skip to content

Latest commit

 

History

History
60 lines (42 loc) · 1.34 KB

README-template.md

File metadata and controls

60 lines (42 loc) · 1.34 KB

stactools-ephemeral

PyPI

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:

pip install -e .
pip install -r requirements-dev.txt
pre-commit install

To check all files:

pre-commit run --all-files

To run the tests:

pytest -vv