JSON Input and Output#361
Closed
daleroberts wants to merge 45 commits into
Closed
Conversation
… come from DynaML.xsd
Remove DynaML.xsd, including unit tests
Fix locale issues
Initial changes to support SIRGAS 95 and 2000
Static build fixes
Add iteration times
Report adjustment durations in HH:MM:SS for durations greater than 60s
Add support for epoch of observation #325
- Matrix class: packed/symmetric storage, attach-to-mmap, calloc allocator - LM solver + Anderson acceleration CLI - Static build fixes (glibc 2.34+ pthread) - Matrix test suite
Memory and performance improvements
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds JSON Lines (JSONL) input and output support for DynAdjust data.
It uses the JSONL format which is a variation on JSON that uses one object per line, so it is streamable, diffable, and easier to process with standard tools than XML.
Key points:
How To Use
Import JSONL directly with dnaimport:
Convert existing DynaML XML to JSONL:
or write to a specific file:
Enable JSONL output from adjustment runs with --output-json:
This keeps the existing text reports and also writes JSONL siblings, for example: