Home

Awesome

stactools-msbuildings

PyPI

This package generates STAC items for the Bing Maps building footprints dataset.

STAC Examples

Installation

pip install stactools-msbuildings

Command-line Usage

Description of the command line functions

$ stac msbuildings create-item source destination

Use stac msbuildings --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