geestac.stac ============ .. py:module:: geestac.stac .. autoapi-nested-parse:: STAC Base class. Classes ------- .. autoapisummary:: geestac.stac.STAC Module Contents --------------- .. py:class:: STAC(href, name, parent=None) Base STAC class. Fetch the STAC data at init. :param href: URL of the catalog / dataset. :param name: name of the catalog / dataset. :param parent: parent STAC class. .. py:method:: __call__() Fetch the data. .. py:method:: __eq__(other) Compare with another object. .. py:method:: __repr__() Object representation. .. py:method:: is_lazy() Lazy means it has not fetched the real data yet. .. py:attribute:: _lazy :value: True .. py:attribute:: data :type: dict .. py:property:: description Description of the Catalog. .. py:attribute:: href .. py:attribute:: name .. py:attribute:: parent :value: None .. py:property:: version STAC Version.