icepyx.Query.download_granules

Query.download_granules(path, verbose=False, subset=True, restart=False, **kwargs)

Downloads the data ordered using order_granules.

Parameters:
pathstring

String with complete path to desired download location.

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)

restartboolean, default false

If previous download was terminated unexpectedly. Run again with restart set to True to continue.

**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.download