Documents · Verb reference
landsat8_mpc
Lazy import wrapper for the Landsat MPC helper.
Callable type: Grammar verb / pipe stage · Browse: Other helpers
Usage
from cubedynamics import verbs as v
v.landsat8_mpc(*args, **kwargs)
Arguments
| Argument | Meaning | Default |
|---|---|---|
| args | See implementation docstring below; no parameter-specific description supplied. | forwarded arguments |
| kwargs | See implementation docstring below; no parameter-specific description supplied. | forwarded arguments |
Accepts
Location, dates and Landsat-specific options forwarded to the source helper.
Returns
The public docstring does not specify a return contract. Do not assume a pipe-ready return; consult the linked implementation.
Order / grammar behavior
A pipe passes the preceding result to the next callable. Confirm that the previous step's dimensions and semantic state satisfy the input contract. Reductions can remove dimensions; plotting may produce side effects.
Minimal example
Use the Landsat MPC workflow with its optional dependencies and live STAC access. This legacy source helper is not a registered scientific noun.
Works with
Location, dates and Landsat-specific options forwarded to the source helper.
See also
Implementation notes
No additional implementation notes in the current docstring.
Implementation source. Signatures and descriptions on this page are generated from this checkout, not hand-maintained copies.