From 7cf3dfe4ab34ffdbd45f1fc5c294c2a92484a6d2 Mon Sep 17 00:00:00 2001 From: Data Commons Date: Thu, 28 Sep 2023 04:29:55 -0700 Subject: [PATCH] Data Manifests CL for India Water Resources Information System Rainfall data. PiperOrigin-RevId: 569137563 --- core/climate.mcf | 14 ++++++++++++++ stat_vars/WRIS_rainfall_stat_vars.mcf | 21 +++++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 stat_vars/WRIS_rainfall_stat_vars.mcf diff --git a/core/climate.mcf b/core/climate.mcf index 9a51b80ce..6b5a0acd5 100644 --- a/core/climate.mcf +++ b/core/climate.mcf @@ -1252,3 +1252,17 @@ subClassOf: schema:Enumeration Node: dcid:HighSeverity name: "High" typeOf: dcs:NaturalHazardSeverityEnum + +Node: dcid:estimatedRainfall +typeOf: dcs:Property +name: "estimatedRainfall" +rangeIncludes: dcs:Number,dcs:Quantity +domainIncludes: dcs:Place + + +Node: dcid:percentDeviationValue +typeOf: dcs:Property +name: "percentDeviationValue" +description: "Percentage change between actual and normal measurements." +rangeIncludes: dcs:Number +domainIncludes: dcs:Place diff --git a/stat_vars/WRIS_rainfall_stat_vars.mcf b/stat_vars/WRIS_rainfall_stat_vars.mcf new file mode 100644 index 000000000..1369936c3 --- /dev/null +++ b/stat_vars/WRIS_rainfall_stat_vars.mcf @@ -0,0 +1,21 @@ +Node: dcid:Monthly_EstimatedRainfall_Place +typeOf: dcid:StatisticalVariable +populationType: dcid:Place +measuredProperty: dcid:estimatedRainfall +measurementQualifier: dcid:Monthly +statType: dcid:measuredValue + +Node: dcid:Monthly_PercentDeviation_Rainfall_Place +typeOf: dcid:StatisticalVariable +populationType: dcid:Place +measuredProperty: dcid:rainfall +measurementQualifier: dcid:Monthly +statType: dcid:percentDeviationValue + +Node: dcid:Monthly_Rainfall_Place +typeOf: dcid:StatisticalVariable +populationType: dcid:Place +measuredProperty: dcid:rainfall +measurementQualifier: dcid:Monthly +statType: dcid:measuredValue +