Create a STAC Items from raster datasets.
Documentation: https://developmentseed.github.io/rio-stac/
Source Code: https://github.com/developmentseed/rio-stac
rio-stac
is a simple rasterio plugin for creating valid STAC item from raster dataset. The library is build on top of pystac to make sure we follow the STAC specification.
$ pip install pip -U
# From Pypi
$ pip install rio-stac
# Or from sources
$ pip install git+http://github.com/developmentseed/rio-stac
See CONTRIBUTING.md
See contributors
See CHANGES.md.
See LICENSE