odc.stac.RasterLoadParams
- class odc.stac.RasterLoadParams(dtype=None, fill_value=None, src_nodata_fallback=None, src_nodata_override=None, use_overviews=True, resampling='nearest', fail_on_error=True, dims=())[source]
Captures data loading configuration.
- __init__(dtype=None, fill_value=None, src_nodata_fallback=None, src_nodata_override=None, use_overviews=True, resampling='nearest', fail_on_error=True, dims=())
Methods
__init__([dtype, fill_value, ...])patch(**kwargs)Return a new object with updated fields.
same_as(src)Construct from source object.
Attributes
dimsDimension names for this band.
dtypeOutput dtype, default same as source.
extra_dimsNon-spatial dimension names.
fail_on_errorQuit on the first error or continue.
fill_valueValue to use for missing pixels.
nearestReport True if nearest resampling is used.
resamplingResampling method to use.
src_nodata_fallbackFallback
nodatamarker for source.src_nodata_overrideOverride
nodatamarker for source.use_overviewsDisable use of overview images.
ydimIndex of y dimension, typically 0.