From 2064b61e93c84cf3e69a6521f1bfb66c155ca7c3 Mon Sep 17 00:00:00 2001 From: Data Commons Date: Wed, 29 Jun 2022 21:20:14 -0700 Subject: [PATCH] Added Measurement Methods for CensusPEPSurvey PiperOrigin-RevId: 458130883 --- core/measurement_methods.mcf | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/core/measurement_methods.mcf b/core/measurement_methods.mcf index 366f2acd2..58a58e39b 100644 --- a/core/measurement_methods.mcf +++ b/core/measurement_methods.mcf @@ -174,3 +174,27 @@ name: "CensusPEPSurvey" typeOf: dcs:CensusSurveyEnum description: "Measurement method for US Census Population Estimates Program Survey" +Node: dcid:CensusPEPSurvey_RaceUpto1999 +name: "CensusPEPSurvey_RaceUpto1999" +typeOf: dcs:CensusSurveyEnum +description: "Measurement method for US Census Population Estimates Program Survey with Race data upto the year 2000" + +Node: dcid:CensusPEPSurvey_Race2000Onwards +name: "CensusPEPSurvey_Race2000Onwards" +typeOf: dcs:CensusSurveyEnum +description: "Measurement method for US Census Population Estimates Program Survey with Race data since the year 2000" + +Node: dcid:CensusPEPSurvey_PartialAggregate +name: "CensusPEPSurvey_PartialAggregate" +typeOf: dcs:CensusSurveyEnum +description: "Measurement method for US Census Population Estimates Program Survey which contains a combination of direct from source and aggregated data" + +Node: dcid:CensusPEPSurvey_PartialAggregate_Race2000Onwards +name: "CensusPEPSurvey_PartialAggregate_Race2000Onwards" +typeOf: dcs:CensusSurveyEnum +description: "Measurement method for US Census Population Estimates Program Survey with Race data since the year 2000, contains a combination of direct from source and aggregated data" + +Node: dcid:CensusPEPSurvey_PartialAggregate_RaceUpto1999 +name: "CensusPEPSurvey_PartialAggregate_RaceUpto1999" +typeOf: dcs:CensusSurveyEnum +description: "Measurement method for US Census Population Estimates Program Survey with Race data before the year 2000, contains a combination of direct from source and aggregated data"