Skip to content

Commit

Permalink
Data Manifests CL for India Water Resources Information System Rainfa…
Browse files Browse the repository at this point in the history
…ll data.

PiperOrigin-RevId: 569137563
  • Loading branch information
Data Commons authored and copybara-github committed Dec 19, 2023
1 parent 68e4cd0 commit 7cf3dfe
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
14 changes: 14 additions & 0 deletions core/climate.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -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
21 changes: 21 additions & 0 deletions stat_vars/WRIS_rainfall_stat_vars.mcf
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7cf3dfe

Please sign in to comment.