icepyx.Query.granules¶
-
property
Query.granules¶ Return the granules object, which provides the underlying funtionality for searching, ordering, and downloading granules for the specified dataset. Users are encouraged to use the built in wrappers rather than trying to access the granules object themselves.
See also
avail_granulesorder_granulesdownload_granulesgranules.Granules
Examples
>>> reg_a = icepyx.query.Query('ATL06',[-55, 68, -48, 71],['2019-02-20','2019-02-28']) >>> reg_a.granules <icepyx.core.granules.Granules at [location]>