icepyx.Query.order_granules

Query.order_granules(verbose=False, subset=True, email=False, **kwargs)

Place an order for the available granules for the query object.

Parameters:
verboseboolean, default False

Print out all feedback available from the order process. Progress information is automatically printed regardless of the value of verbose.

subsetboolean, default True

Apply subsetting to the data order from the NSIDC, returning only data that meets the subset parameters. Spatial and temporal subsetting based on the input parameters happens by default when subset=True, but additional subsetting options are available. Spatial subsetting returns all data that are within the area of interest (but not complete granules. This eliminates false-positive granules returned by the metadata-level search)

email: boolean, default False

Have NSIDC auto-send order status email updates to indicate order status as pending/completed. The emails are sent to the account associated with your Earthdata account.

**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’]. The variable ‘Coverage’ list should be constructed using the order_vars.wanted attribute of the object. At this time (2020-05), only variable (‘Coverage’) parameters will be automatically formatted.

See also

granules.place_order

Examples

>>> reg_a = ipx.Query('ATL06',[-55, 68, -48, 71],['2019-02-20','2019-02-28']) 
>>> reg_a.order_granules() 
order ID: [###############]
[order status output]
error messages:
[if any were returned from the NSIDC subsetter, e.g. No data found that matched subset constraints.]
.
.
.
Retry request status is: complete