- 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.
pip install stactools-msbuildingsDescription of the command line functions
$ stac msbuildings create-item source destinationUse stac msbuildings --help to see all subcommands and options.
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 installTo check all files:
$ pre-commit run --all-filesTo run the tests:
$ pytest -vv