Metadata-Version: 2.1
Name: stac.py
Version: 0.9.0.post5
Summary: Python Client Library for STAC.
Home-page: https://github.com/brazil-data-cube/stac.py
Author: Brazil Data Cube Team
Author-email: brazildatacube@inpe.br
License: MIT
Description: ..
            This file is part of Python Client Library for STAC.
            Copyright (C) 2019-2020 INPE.
        
            Python Client Library for STAC is free software; you can redistribute it and/or modify it
            under the terms of the MIT License; see LICENSE file for more details.
        
        
        ==============================
        Python Client Library for STAC
        ==============================
        
        
        .. image:: https://img.shields.io/badge/license-MIT-green
                :target: https://github.com//brazil-data-cube/stac.py/blob/master/LICENSE
                :alt: Software License
        
        
        .. image:: https://travis-ci.com/brazil-data-cube/stac.py.svg?branch=master
                :target: https://travis-ci.com/brazil-data-cube/stac.py
                :alt: Build Status
        
        
        .. image:: https://coveralls.io/repos/github/brazil-data-cube/stac.py/badge.svg?branch=master
                :target: https://coveralls.io/github/brazil-data-cube/stac.py?branch=master
                :alt: Code Coverage Test
        
        
        .. image:: https://readthedocs.org/projects/stacpy/badge/?version=latest
                :target: https://stacpy.readthedocs.io/en/latest/
                :alt: Documentation Status
        
        
        .. image:: https://img.shields.io/badge/lifecycle-maturing-blue.svg
                :target: https://www.tidyverse.org/lifecycle/#maturing
                :alt: Software Life Cycle
        
        
        .. image:: https://img.shields.io/github/tag/brazil-data-cube/stac.py.svg
                :target: https://github.com/brazil-data-cube/stac.py/releases
                :alt: Release
        
        
        .. image:: https://img.shields.io/pypi/v/stac.py
                :target: https://pypi.org/project/stac.py/
                :alt: Release
        
        
        .. image:: https://img.shields.io/discord/689541907621085198?logo=discord&logoColor=ffffff&color=7389D8
                :target: https://discord.com/channels/689541907621085198#
                :alt: Join us at Discord
        
        
        About
        =====
        
        
        ``stac.py`` is a Python client API for the `SpatioTemporal Asset Catalog (STAC) specification <https://github.com/radiantearth/stac-spec>`_. The client library supports version ``0.7.0``, ``0.8.0``, ``0.8.1``, and ``0.9.0`` of the STAC API. Nevertheless, we aim to support new versions of the API in future releases of ``stac.py``. See the `milestones <https://github.com/brazil-data-cube/stac.py/milestones>`_ to get the list of versions planned in each release.
        
        
        Installation
        ============
        
        
        Linux, macOS, and Windows users can get ``stac.py`` from the `Python Package Index <https://pypi.org/project/stac.py/>`_ with a recent version of ``pip``::
        
            pip install stac.py
        
        
        Developer Documentation
        =======================
        
        
        See https://stacpy.readthedocs.io/en/latest.
        
        
        License
        =======
        
        
        .. admonition::
            Copyright (C) 2019-2020 INPE.
        
            Python Client Library for STAC is free software; you can redistribute it and/or modify it
            under the terms of the MIT License; see LICENSE file for more details.
        
        
        ..
            This file is part of Python Client Library for STAC.
            Copyright (C) 2019-2020 INPE.
        
            Python Client Library for STAC is free software; you can redistribute it and/or modify it
            under the terms of the MIT License; see LICENSE file for more details.
        
        
        Changes
        =======
        
        Version 0.9.0-5
        ---------------
        
        Released 2020-09-22
        
        - Add feature iterator on ItemCollection
        - Add function to read Item as numpy array
        
        Version 0.9.0-4
        ---------------
        
        
        Released 2020-09-15
        
        
        - Add Jupyter integration: #47.
        
        
        Version 0.9.0-3
        ---------------
        
        
        Released 2020-09-14
        
        
        - Publish into pypi
        
        
        Version 0.9.0-2
        ---------------
        
        
        Released 2020-09-10
        
        
        - Bug fix: properly handle query parameter(#42).
        
        
        
        Version 0.9.0-1
        ---------------
        
        
        Released 2020-09-01
        
        
        - Improved tests.
        
        
        Version 0.9.0-0
        ---------------
        
        
        Released 2020-09-01
        
        
        - Support for STAC version 0.9.0.
        
        - Review of Sphinx project.
        
        
        Version 0.8.1-0
        ---------------
        
        
        Released 2020-04-14
        
        
        - Support for STAC version 0.8.1.
        
        - Added tests for STAC version 0.8.1.
        
        
        Version 0.8.0-0
        ---------------
        
        
        Released 2020-04-03
        
        
        - Support for STAC version 0.8.0.
        
        - Added tests for STAC version 0.8.0.
        
        - Added CLI support.
        
        - Added tests for CLI.
        
        - Removed stac.collections property
        
        
        Version 0.7.0-0
        ---------------
        
        
        Released 2020-02-27
        
        
        - First experimental version.
        
        - Support for STAC version 0.7.0.
        
        - Documentation system based on Sphinx.
        
        - Documentation integrated to ``Read the Docs``.
        
        - Unit-tests with code coverage.
        
        - Package support through Setuptools.
        
        - Installation and use instructions.
        
        - Source code versioning based on `Semantic Versioning 2.0.0 <https://semver.org/>`_.
        
        - License: `MIT <https://raw.githubusercontent.com/brazil-data-cube/stac.py/v0.7.0-0/LICENSE>`_.
        
Keywords: SpatioTemporal Asset Catalog,stac,earth-observation,geospatial,gis
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: GIS
Description-Content-Type: text/x-rst
Provides-Extra: docs
Provides-Extra: examples
Provides-Extra: oauth
Provides-Extra: tests
Provides-Extra: all
