icepyx.Query.CMRparams
- property Query.CMRparams: CMRParamsWithBbox | CMRParamsWithPolygon
value pairs that will be submitted. It generates the dictionary if it does not already exist.
Examples
>>> reg_a = ipx.Query('ATL06',[-55, 68, -48, 71],['2019-02-20','2019-02-28']) >>> reg_a.CMRparams {'concept_id': 'C3564876127-NSIDC_CPRD', 'temporal': '2019-02-20T00:00:00Z,2019-02-28T23:59:59Z', 'bounding_box': '-55.0,68.0,-48.0,71.0'}
- Type:
Display the CMR key