Skip to content

Multiple Units in singular ndjson file? #1324

Answered by jawalonoski
Jayman391 asked this question in Q&A
Discussion options

You must be logged in to vote

All the observation values and units of measure are controlled by the modules. Except in specific circumstances, for example social determinants of health, observations use the metric system. There are no configuration options to alter this.

Internally, weight is stored as kilograms, and weight is controlled by code, for instance:

private static double adjustWeight(Person person, long time) {

One option is to export all the observations as kilograms (as per normal), and post process the data to randomly convert some to pounds (using whatever method you want) and use that file as your…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Jayman391
Comment options

Answer selected by Jayman391
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants