geestac ======= .. py:module:: geestac .. autoapi-nested-parse:: The init file of the package. Submodules ---------- .. toctree:: :maxdepth: 1 /autoapi/geestac/bands/index /autoapi/geestac/catalog/index /autoapi/geestac/custom_types/index /autoapi/geestac/dataset/index /autoapi/geestac/feature_collection/index /autoapi/geestac/helpers/index /autoapi/geestac/image/index /autoapi/geestac/image_collection/index /autoapi/geestac/stac/index Attributes ---------- .. autoapisummary:: geestac.__author__ geestac.__email__ geestac.__version__ geestac.eecatalog Classes ------- .. autoapisummary:: geestac.EECatalog Functions --------- .. autoapisummary:: geestac.fromId Package Contents ---------------- .. 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:function:: fromId(assetId) Load a Catalog or Dataset from an ID. .. py:data:: __author__ :value: 'Rodrigo Esteban Principe' .. py:data:: __email__ :value: 'fitoprincipe82@gmail.com' .. py:data:: __version__ :value: '0.0.1' .. py:data:: eecatalog