geestac.catalog =============== .. py:module:: geestac.catalog .. autoapi-nested-parse:: Earth Engine STAC Catalog. Classes ------- .. autoapisummary:: geestac.catalog.Catalog geestac.catalog.EECatalog geestac.catalog.LazyDataset Module Contents --------------- .. py:class:: Catalog(href, name, parent) Bases: :py:obj:`geestac.stac.STAC` Catalog. .. py:method:: __call__() Fetch data. .. py:method:: _get_datasets() Get all catalogs and set them as instance properties. .. py:attribute:: children :type: geestac.custom_types.ListNamespace[Union[geestac.dataset.Dataset, LazyDataset]] .. py:attribute:: data .. py:class:: EECatalog Bases: :py:obj:`geestac.stac.STAC` Earth Engine STAC Catalog. .. py:method:: _get_catalogs() Get all catalogs and set them as instance properties. .. py:attribute:: base_url :value: 'https://earthengine-stac.storage.googleapis.com/catalog/catalog.json' .. py:attribute:: children .. py:attribute:: data .. py:class:: LazyDataset(href, name, parent) Bases: :py:obj:`geestac.stac.STAC` Catalog. .. py:method:: __call__() Fetch data and return the corresponding object. .. py:attribute:: data