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 Sep 29, 2023
1 parent 59ba3e2 commit 1ebe55b
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
13 changes: 13 additions & 0 deletions core/climate.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -1252,3 +1252,16 @@ subClassOf: schema:Enumeration
Node: dcid:HighSeverity
name: "High"
typeOf: dcs:NaturalHazardSeverityEnum

Node: dcid:estimatedRainfall
typeOf: dcs:Property
name: "estimatedRainfall"
rangeIncludes: dcs:Number
domainIncludes: dcs:Place


Node: dcid:percentDeviationValue
typeOf: dcs:Property
name: "percentDeviationValue"
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 1ebe55b

Please sign in to comment.