Awesome
stactools-msbuildings
- Name: msbuildings
- Package:
stactools.msbuildings
- PyPI: https://pypi.org/project/stactools-msbuildings/
- Owner: @TomAugspurger
- Dataset homepage: http://example.com
- STAC extensions used:
- Extra fields:
msbuildings:region
: The region covered by an item.
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