Skip to content

Files

Latest commit

83ed376 · Feb 26, 2022

History

History
57 lines (33 loc) · 895 Bytes

reference.rst

File metadata and controls

57 lines (33 loc) · 895 Bytes

API Reference

Here you will find all easystac classes and methods:

General STAC

Classes and methods for using easystac with any kind of STAC objects:

.. currentmodule:: easystac.base

.. autosummary::

   ImageCollection

Planetary Computer

Authentication methods:

.. currentmodule:: easystac.planetary

.. autosummary::
   :toctree: stubs

   Authenticate
   Initialize

Classes and methods for using easystac with Planetary Computer:

.. currentmodule:: easystac.planetary.image_collection

.. autosummary::

   ImageCollection

Radiant ML Hub

Authentication methods:

.. currentmodule:: easystac.radiant

.. autosummary::
   :toctree: stubs

   Authenticate
   Initialize

Classes and methods for using easystac with Radiant ML Hub:

.. currentmodule:: easystac.radiant.image_collection

.. autosummary::

   ImageCollection