coord_runs

method of dascore.io.index.backend.SQLiteIndexBackend source

coord_runs(
    self ,
    name: str ,
    patch_ids ,
)-> ‘pd.DataFrame’

The runs one coordinate is stored as, per patch, as envelope objects.

Only a segmented coordinate is linked to runs (run_index past 0), and a partial index holds just those links, so an archive of contiguous patches answers from an empty index. Columns are patch_id, run_index and _env_min/_env_max/ _env_step; no row for a patch means it states no runs.