from_source

method of dascore.core.lazy_array.LazyArray source

from_source(
    source: ArraySource ,
    base_uri: str = ““,
)-> ‘LazyArray’

Return the array one source loads, placed at the origin.

Parameters

Parameter Description
source A loadable source which states the extent of its whole array.
base_uri A prefix the source’s path is stored relative to.