Metadata-Version: 2.1
Name: stactools-planet
Version: 0.2.0
Summary: PROVIDE DESCRIPTION HERE
Home-page: https://github.com/stactools-planets/stactools-planet
Author: stac-utils
Author-email: stac@radiant.earth
License: UNKNOWN
Project-URL: Documentation, https://stactools-planet.readthedocs.io/en/latest/
Project-URL: Issues, https://github.com/stactools-planets/stactools-planet/issues
Keywords: stactools,pystac,catalog,STAC
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: stactools

# stactools-planet

![CI](https://github.com/stactools-packages/planet/actions/workflows/continuous-integration.yml/badge.svg?branch=main)
![PyPI](https://img.shields.io/pypi/v/stactools-planet)

A "planet" command extension for [stactools](https://github.com/stac-utils/stactools).

## Installation

```
python -m pip stactools-planet
```

## Usage

```
stac planet --help
```

```
Usage: stac planet [OPTIONS] COMMAND [ARGS]...

Options:
  --help  Show this message and exit.

Commands:
  convert-order  Convert Planet Order data to STAC Collection
```


