well-id / dliswriter

An open-source Python package for writing DLIS files.
https://well-id-widcdliswriter.readthedocs-hosted.com/index.html
MIT License
5 stars 0 forks source link

Express input chunk size in bytes #12

Open the-mysh opened 9 months ago

the-mysh commented 9 months ago

When writing the file, data are loaded in chunks,

The size of those chunks is currently specified (by the user) as the number of rows of data table loaded at a time.

Consider expressing this in bytes instead.

the-mysh commented 9 months ago

Related to issue 11