kit-data-manager / kit-data-manager/tomo_mapper
Fix input encoding limitations
Open
- Dominant language
- Python
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
metadata files may come in different encodings.
In general it is hard to guess file encodings. The most common approach is `chardet`, but it is still guessing.
Possible approaches are:
- auto-detect (with limitations)
- define in parser (may still fail if assumption of stable encoding per parser turns out to be incorrect)
- provide option to define / override in map file
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.