Skip to content

Commit

Permalink
Data Manifest CL for OECD Air Emission at National Level.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 574049631
  • Loading branch information
Data Commons authored and copybara-github committed Jul 28, 2024
1 parent ac3bebc commit 35a5234
Show file tree
Hide file tree
Showing 5 changed files with 824 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/WorldDevelopmentIndicators.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Node: dcid:emittedThing
name: "emittedThing"
typeOf: schema:Property
domainIncludes: dcs:Emissions
rangeIncludes: dcs:GasType, dcs:AirPollutantEnum
rangeIncludes: dcs:GasType, dcs:AirPollutantEnum, dcs:EPA_CriteriaAirPollutant
description: "Type of emission, such as carbon dioxide."

Node: dcid:Emissions
Expand Down
12 changes: 12 additions & 0 deletions core/dcschema.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -4165,3 +4165,15 @@ Node: dcid:Per1000Males
typeOf: dcs:UnitOfMeasure
name: "Per 1k males"
description: "Per 1000 male population."

Node: dcid:KilogramPerCapita
name: "KilogramPerCapita"
typeOf: dcid:UnitOfMeasure

Node: dcid:IndustrialProcesses
typeOf: dcid:EmissionSourceEnum
name: "Industrial Processes"

Node: dcid:ProductUse
typeOf: dcid:EmissionSourceEnum
name: "Product Use"
37 changes: 37 additions & 0 deletions core/dcschema_enum_instances.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -3124,3 +3124,40 @@ Node: dcid:Sum
typeOf: dcs:StatisticalAggregationMethodEnum
name: "Sum"
description: "Computes the sum of input values in a Data Commons StatisticalAggregation."

Node: dcid:Combustion
typeOf: dcid:EmissionSourceEnum
name: "Combustion"
description: the process of burning

Node: dcid:CombustionExcludingIndustrial
typeOf: dcid:EmissionSourceEnum
name: "Combustion Excluding Industrial"
description: the process of burning excluding the industrial combustion

Node: dcid:IndustrialCombustion
typeOf: dcid:EmissionSourceEnum
name: "Industrial Combustion"
description: a vital part of many manufacturing processes across a wide array of sectors, from chemical plants to food production lines.

Node: dcid:ManMadeEmission
typeOf: dcid:EmissionSourceEnum
name: "Man Made Emission"
description: the emissions of various forms carbon - the most concerning being carbon dioxide - associated with human activities.

Node: dcid:Miscellaneous
typeOf: dcid:EmissionSourceEnum
name: "Miscellaneous"
description: composed of or containing a variety of things; mixed; varied. having varied capabilities, sides, etc.

Node: dcid:MobileSourceExcludingRoadTransport
typeOf: dcid:EmissionSourceEnum
name: "Mobile Source Excluding Road Transport"

Node: dcid:PowerStation
typeOf: dcid:EmissionSourceEnum
name: "Power Station"

Node: dcid:StationarySource
typeOf: dcid:EmissionSourceEnum
name: "Stationary Source"
26 changes: 25 additions & 1 deletion core/energy.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -2254,7 +2254,7 @@ name: "emissionSource"
typeOf: schema:Property
description: "Source of emission."
domainIncludes: dcs:Emissions
rangeIncludes: dcs:EmissionSourceEnum, dcs:EpaSccCodeEnum
rangeIncludes: dcs:EmissionSourceEnum, dcs:EpaSccCodeEnum, dcs:FireCauseSpecificEnum, dcs:EnergyConsumptionSectorEnum

Node: dcs:emissionSourceType
name: "emissionSourceType"
Expand Down Expand Up @@ -2346,6 +2346,18 @@ Node: dcid:OxidesOfSulfur
typeOf: dcid:GreenhouseGas
name: "OxidesOfSulfur"

Node: dcid:SulphurOxide
typeOf: dcid:GreenhouseGas
name: "Sulphur Oxide"

Node: dcid:NitrogenOxide
typeOf: dcid:GreenhouseGas
name: "Nitrogen Oxide"

Node: dcid:NonMethaneVolatileOrganicCompound
typeOf: dcid:GreenhouseGas
name: "Non Methane Volatile Organic Compound"

Node: dcid:EPA_CriteriaAirPollutant
name: "EPA_CriteriaAirPollutant"
typeOf: dcs:AirPollutantEnum
Expand Down Expand Up @@ -3013,3 +3025,15 @@ name: "India Energy Dashboard Unspecified Sector"
Node: dcid:IndiaEDM_OtherOilProducts
typeOf: dcs:EnergySourceEnum
name: "India Energy Dashboard Other Oil Products"

Node: dcid:SulphurOxide
typeOf: dcid:GreenhouseGas
name: "Sulphur Oxide"

Node: dcid:NitrogenOxide
typeOf: dcid:GreenhouseGas
name: "Nitrogen Oxide"

Node: dcid:NonMethaneVolatileOrganicCompound
typeOf: dcid:GreenhouseGas
name: "Non Methane Volatile Organic Compound"
Loading

0 comments on commit 35a5234

Please sign in to comment.