Register aedes dataset adapters for use with
coconatfly.
Details
The aedes dataset is continually evolving. You three two main choices for how to handle this.
use a specific numeric version (aka materialisation) of the segmentation.
use the latest materialisation version (
version='latest')map ids to the current time (
version='now')
Option 2 is the default since this can make queries somewhat faster and stable but note that 'latest' can be several days old.
Examples
if (FALSE) { # \dontrun{
register_aedes_coconat()
cf_meta(cf_ids(aedes="/class:MBON.*"))
aedes_set_version('now')
cf_meta(cf_ids(aedes="/class:MBON.*"))
} # }