geestac.dataset =============== .. py:module:: geestac.dataset .. autoapi-nested-parse:: Module to handle GEE Datasets. Classes ------- .. autoapisummary:: geestac.dataset.Dataset geestac.dataset.Property Module Contents --------------- .. py:class:: Dataset(href, name, parent) Bases: :py:obj:`geestac.stac.STAC` Dataset class. :param href: the URL. :param name: name of the Dataset. :param parent: the parent Catalog. .. py:method:: __repr__() Object representation. .. py:method:: _get_interval() Temporal interval. .. py:method:: _get_summaries() .. py:property:: DOI :type: str | None DOI. .. py:property:: assetId :type: str | None Earth Engine Asset Id. .. py:property:: citation :type: str | None Citation. .. py:property:: eeObject Earth Engine Object. .. py:property:: eeType Earth Engine Object Type. .. py:property:: end_date :type: str | None End date of the dataset. .. py:property:: license :type: str | None License of Use. .. py:property:: properties :type: geestac.custom_types.ListNamespace Dataset properties. .. py:property:: spatial_extent :type: ee.Geometry | None Spatial Extent. .. py:property:: start_date :type: str | None Start date of the dataset. .. py:property:: status :type: str | None Status of the Dataset. .. py:property:: terms_of_use :type: str | None Terms of use. .. py:class:: Property(name, type, description) An object that represents a property. :param name: name of the property. :param type: data type of the property. :param description: description of the property. .. py:method:: __repr__() Object representation. .. py:attribute:: description .. py:attribute:: name .. py:attribute:: type