icepyx.Query.subsetparams

Query.subsetparams(**kwargs)

Display the subsetting key:value pairs that will be submitted. It generates the dictionary if it does not already exist and returns an empty dictionary if subsetting is set to False during ordering.

Parameters:
**kwargskey-value pairs

Additional parameters to be passed to the subsetter. By default temporal and spatial subset keys are passed. Acceptable key values are [‘format’,’projection’,’projection_parameters’,’Coverage’]. At this time (2020-05), only variable (‘Coverage’) parameters will be automatically formatted.

See also

order_granules

Examples

>>> reg_a = ipx.Query('ATL06',[-55, 68, -48, 71],['2019-02-20','2019-02-28'])
>>> reg_a.subsetparams()
{'time': '2019-02-20T00:00:00,2019-02-28T23:59:59',
'bbox': '-55.0,68.0,-48.0,71.0'}