Skip to content

Commit

Permalink
add new measures in pums1 and 5
Browse files Browse the repository at this point in the history
  • Loading branch information
hermosillajelmy committed Oct 7, 2024
1 parent 54db149 commit eb1ad84
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
17 changes: 16 additions & 1 deletion schema/pums_1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -231,5 +231,20 @@
<Annotation name="units_of_measurement">USD</Annotation>
<Annotation name="aggregation_method">AVERAGE</Annotation>
</CalculatedMeasure>
</Cube>

<CalculatedMeasure name="Average Income" formula="[Weighted Income] / [Total Population]" visible="true">
<Annotation name="units_of_measurement">USD</Annotation>
<Annotation name="aggregation_method">AVERAGE</Annotation>
</CalculatedMeasure>

<CalculatedMeasure name="Average Age" formula="[Weighted Age] / [Total Population]" visible="true">
<Annotation name="units_of_measurement">Years</Annotation>
<Annotation name="aggregation_method">AVERAGE</Annotation>
</CalculatedMeasure>

<CalculatedMeasure name="Average Usual Hours Worked Per Week" formula="[Weighted Usual Hours Worked Per Week] / [Total Population]" visible="true">
<Annotation name="units_of_measurement">Hours</Annotation>
<Annotation name="aggregation_method">AVERAGE</Annotation>
</CalculatedMeasure>
</Cube>
</Schema>
15 changes: 15 additions & 0 deletions schema/pums_5.xml
Original file line number Diff line number Diff line change
Expand Up @@ -231,5 +231,20 @@
<Annotation name="units_of_measurement">USD</Annotation>
<Annotation name="aggregation_method">AVERAGE</Annotation>
</CalculatedMeasure>

<CalculatedMeasure name="Average Income" formula="[Weighted Income] / [Total Population]" visible="true">
<Annotation name="units_of_measurement">USD</Annotation>
<Annotation name="aggregation_method">AVERAGE</Annotation>
</CalculatedMeasure>

<CalculatedMeasure name="Average Age" formula="[Weighted Age] / [Total Population]" visible="true">
<Annotation name="units_of_measurement">Years</Annotation>
<Annotation name="aggregation_method">AVERAGE</Annotation>
</CalculatedMeasure>

<CalculatedMeasure name="Average Usual Hours Worked Per Week" formula="[Weighted Usual Hours Worked Per Week] / [Total Population]" visible="true">
<Annotation name="units_of_measurement">Hours</Annotation>
<Annotation name="aggregation_method">AVERAGE</Annotation>
</CalculatedMeasure>
</Cube>
</Schema>

0 comments on commit eb1ad84

Please sign in to comment.