Bake the EOV membership and precomputed-indicator layers into a store
Source:R/eov.R
obis_eov_bake.RdAdds two tables to an obis_h3 DuckDB store:
eov—(eov, taxonID)membership, each EOV's seeds expanded to their full descendant set over the baked WoRMStaxontable.idx_h3_eov— precomputed indicators per(eov, res)for res 1-7, so an EOV tile map reads a small clustered lookup instead of re-aggregatingocc_h3on every tile.
Details
Requires taxon (see data-raw/migrate_add_taxon.R) and, for complete
coverage, a closed taxon tree (see obis_taxon_fill_gaps()) — any EOV
member whose AphiaID is missing from taxon is silently excluded.