-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Labels
DMR++documentationImprovements or additions to documentationImprovements or additions to documentationreferences generationReading byte ranges from archival filesReading byte ranges from archival files
Milestone
Description
The DMR++ parser was merged in #133, but there are a few ways it could be improved.
- Docs. It's not actually listed anywhere publicly that DMR++ files are supported, not even in the docstring of
open_virtual_dataset
. - HDF4 support (Support HDF4? #216)
- Use
ChunkManifest.from_arrays
, which should increase performance and will reduce reliance on the kerchunk in-memory format (open_virtual_dataset with dmr++ #113 (comment)) - Internal code improvements, e.g.:
a. Usepathlib
module instead ofos
internally
b. Refactor to be more functional, see open_virtual_dataset with dmr++ #113 (comment)
Mikejmnez and ayushnag
Metadata
Metadata
Assignees
Labels
DMR++documentationImprovements or additions to documentationImprovements or additions to documentationreferences generationReading byte ranges from archival filesReading byte ranges from archival files