In particular with datasets curated via cldfbench it may be desirable to extract "just the CLDF files" for a dataset from the contents of a repository/cldfbench-enabled directory.
A method Dataset.copy(dest), copying sources and data files and metadata to dest (adapting any path references in the metadata) would make that easy.
In particular with datasets curated via cldfbench it may be desirable to extract "just the CLDF files" for a dataset from the contents of a repository/cldfbench-enabled directory.
A method
Dataset.copy(dest)
, copying sources and data files and metadata todest
(adapting any path references in the metadata) would make that easy.