Documents · Verb reference
landsat_ndvi_plot
Lazy import wrapper for Landsat NDVI plotting.
Callable type: Visualization helper (direct call) · Browse: Visualization
Call this helper directly with the documented data arguments; it does not return a configured pipe stage. Use v.apply(...) or an explicit callable if composition is needed.
Usage
from cubedynamics import verbs as v
v.landsat_ndvi_plot(*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.