Improvements to the DMR++ parser #230
Labels
DMR++
documentation
Improvements or additions to documentation
references generation
Reading byte ranges from archival files
The DMR++ parser was merged in #133, but there are a few ways it could be improved.
open_virtual_dataset
.ChunkManifest.from_arrays
, which should increase performance and will reduce reliance on the kerchunk in-memory format (open_virtual_dataset with dmr++ #113 (comment))a. Use
pathlib
module instead ofos
internallyb. Refactor to be more functional, see open_virtual_dataset with dmr++ #113 (comment)
cc @ayushnag @betolink
The text was updated successfully, but these errors were encountered: