Creates a minimized version of a larger AquaMaps database, by filtering all tables to contain a single identifier.

db_minify(key, slice_file, chunk_size = 10000)

Arguments

key

the species identifier to keep

slice_file

the file path for storing the resulting SQLite3 db

chunk_size

for chunked data transfer, default: 1e4

See also