icepyx.Query.granules

property Query.granules

Return the granules object, which provides the underlying functionality for searching, ordering, and downloading granules for the specified product. Users are encouraged to use the built-in wrappers rather than trying to access the granules object themselves.

See also

avail_granules, order_granules, download_granules, granules.Granules

Examples

>>> reg_a = ipx.Query('ATL06',[-55, 68, -48, 71],['2019-02-20','2019-02-28'])
>>> reg_a.granules
<icepyx.core.granules.Granules at [location]>