Metadata-Version: 2.1
Name: rio-stac
Version: 0.1.1
Summary: Create STAC Items from raster datasets.
Home-page: https://github.com/developmentseed/rio-stac
Author: Vincent Sarago
Author-email: vincent@developmentseed.org
License: MIT
Description: # rio-stac
        
        <p align="center">
          <img src="https://user-images.githubusercontent.com/10407788/111794250-696da080-889c-11eb-9043-5bdc3aadb8bf.png" alt="rio-stac"></a>
        </p>
        <p align="center">
          <em>Create a STAC Items from raster datasets.</em>
        </p>
        <p align="center">
          <a href="https://github.com/developmentseed/rio-stac/actions?query=workflow%3ACI" target="_blank">
              <img src="https://github.com/developmentseed/rio-stac/workflows/CI/badge.svg" alt="Test">
          </a>
          <a href="https://codecov.io/gh/developmentseed/rio-stac" target="_blank">
              <img src="https://codecov.io/gh/developmentseed/rio-stac/branch/master/graph/badge.svg" alt="Coverage">
          </a>
          <a href="https://pypi.org/project/rio-stac" target="_blank">
              <img src="https://img.shields.io/pypi/v/rio-stac?color=%2334D058&label=pypi%20package" alt="Package version">
          </a>
          <a href="https://pypistats.org/packages/rio-stac" target="_blank">
              <img src="https://img.shields.io/pypi/dm/rio-stac.svg" alt="Downloads">
          </a>
          <a href="https://github.com/developmentseed/rio-stac/blob/master/LICENSE" target="_blank">
              <img src="https://img.shields.io/github/license/developmentseed/rio-stac.svg" alt="Downloads">
          </a>
        </p>
        
        ---
        
        **Documentation**: <a href="https://developmentseed.github.io/rio-stac/" target="_blank">https://developmentseed.github.io/rio-stac/</a>
        
        **Source Code**: <a href="https://github.com/developmentseed/rio-stac" target="_blank">https://github.com/developmentseed/rio-stac</a>
        
        ---
        
        `rio-stac` is a simple [rasterio](https://github.com/mapbox/rasterio) plugin for creating valid STAC item from raster dataset. The library is build on top of [pystac](https://github.com/stac-utils/pystac) to make sure we follow the STAC specification.
        
        ## Installation
        
        ```bash
        $ pip install pip -U
        
        # From Pypi
        $ pip install rio-stac
        
        # Or from sources
        $ pip install git+http://github.com/developmentseed/rio-stac
        ```
        
        ## Contribution & Development
        
        See [CONTRIBUTING.md](https://github.com/developmentseed/rio-stac/blob/master/CONTRIBUTING.md)
        
        ## Authors
        
        See [contributors](https://github.com/developmentseed/rio-stac/graphs/contributors)
        
        ## Changes
        
        See [CHANGES.md](https://github.com/developmentseed/rio-stac/blob/master/CHANGES.md).
        
        ## License
        
        See [LICENSE](https://github.com/developmentseed/rio-stac/blob/master/LICENSE)
        
Keywords: COG STAC rasterio
Platform: UNKNOWN
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: test
Provides-Extra: docs
