Skip to content

Commit

Permalink
Merge pull request #2772 from bcgov/feat/343-activity-ng-transmission…
Browse files Browse the repository at this point in the history
…-non-compression

Feat: 343 activity ng transmission non compression
  • Loading branch information
pbastia authored Feb 5, 2025
2 parents 21707c6 + e432474 commit 1c7989a
Show file tree
Hide file tree
Showing 21 changed files with 1,929 additions and 34 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{
"type": "object",
"title": "Other venting sources",
"default": { "units": [{ "emissions": [{}] }] },
"properties": {
"units": {
"type": "array",
"title": "Source sub-type",
"items": {
"type": "object",
"properties": {
"sourceSubType": {
"title": "Source sub-type",
"default": "",
"type": "string",
"enum": [
"Onshore Natural Gas Transmission Compression and Pipelines",
"Underground Natural Gas Storage",
"Natural Gas Distribution"
]
},
"descriptionOfOtherSources": {
"title": "Description of other sources",
"default": "",
"type": "string"
},
"emissions": {
"title": "Emission Data",
"type": "array",
"items": {
"type": "object",
"properties": {
"gasType": {
"title": "Gas Type",
"type": "string",
"enum": []
},
"emission": {
"title": "Emission",
"type": "number",
"minimum": 0
},
"equivalentEmission": {
"title": "Equivalent Emission",
"type": "string",
"readOnly": true,
"default": "Value will be computed upon saving"
}
}
}
}
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{
"type": "object",
"title": "Other fugitive sources",
"default": { "units": [{ "emissions": [{}] }] },
"properties": {
"units": {
"type": "array",
"title": "Source sub-type",
"items": {
"type": "object",
"properties": {
"sourceSubType": {
"title": "Source sub-type",
"default": "",
"type": "string",
"enum": [
"Onshore Natural Gas Transmission Compression and Pipelines",
"Underground Natural Gas Storage",
"Natural Gas Distribution"
]
},
"descriptionOfOtherSources": {
"title": "Description of other sources",
"default": "",
"type": "string"
},
"emissions": {
"title": "Emission Data",
"type": "array",
"items": {
"type": "object",
"properties": {
"gasType": {
"title": "Gas Type",
"type": "string",
"enum": []
},
"emission": {
"title": "Emission",
"type": "number",
"minimum": 0
},
"equivalentEmission": {
"title": "Equivalent Emission",
"type": "string",
"readOnly": true,
"default": "Value will be computed upon saving"
}
}
}
}
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{
"type": "object",
"title": "Third party line hits with release of gas",
"default": { "units": [{ "emissions": [{}] }] },
"properties": {
"units": {
"type": "array",
"title": "Source sub-type",
"items": {
"type": "object",
"properties": {
"sourceSubType": {
"title": "Source sub-type",
"default": "",
"type": "string",
"enum": [
"Onshore Natural Gas Transmission Compression and Pipelines",
"Natural Gas Distribution"
]
},
"emissions": {
"title": "Emission Data",
"type": "array",
"items": {
"type": "object",
"properties": {
"gasType": {
"title": "Gas Type",
"type": "string",
"enum": []
},
"emission": {
"title": "Emission",
"type": "number",
"minimum": 0
},
"equivalentEmission": {
"title": "Equivalent Emission",
"type": "string",
"readOnly": true,
"default": "Value will be computed upon saving"
}
}
}
}
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
{
"type": "object",
"title": "Natural gas pneumatic high bleed device venting",
"default": { "units": [{ "fuels": [{ "emissions": [{}] }] }] },
"properties": {
"units": {
"type": "array",
"title": "Source sub-type",
"items": {
"type": "object",
"properties": {
"sourceSubType": {
"title": "Source sub-type",
"default": "",
"type": "string",
"enum": [
"Underground Natural Gas Storage",
"Natural Gas Distribution"
]
},
"fuels": {
"title": "Fuel Data",
"type": "array",
"items": {
"type": "object",
"properties": {
"fuelType": {
"type": "object",
"properties": {
"fuelName": {
"title": "Fuel Name",
"type": "string",
"enum": []
},
"fuelClassification": {
"title": "Fuel Classification",
"maxLength": 200,
"type": "string",
"readOnly": true
},
"fuelUnit": {
"title": "Fuel Unit",
"maxLength": 200,
"type": "string",
"readOnly": true
}
}
},
"annualFuelAmount": {
"title": "Annual Fuel Amount",
"type": "number",
"minimum": 0
},
"emissions": {
"title": "Emission Data",
"type": "array",
"items": {
"type": "object",
"properties": {
"gasType": {
"title": "Gas Type",
"type": "string",
"enum": []
},
"emission": {
"title": "Emission",
"type": "number",
"minimum": 0
},
"equivalentEmission": {
"title": "Equivalent Emission",
"type": "string",
"readOnly": true,
"default": "Value will be computed upon saving"
}
}
}
}
}
}
}
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
{
"type": "object",
"title": "Natural gas pneumatic pump venting",
"default": { "units": [{ "fuels": [{ "emissions": [{}] }] }] },
"properties": {
"units": {
"type": "array",
"title": "Source sub-type",
"items": {
"type": "object",
"properties": {
"sourceSubType": {
"title": "Source sub-type",
"default": "",
"type": "string",
"enum": [
"Underground Natural Gas Storage",
"Natural Gas Distribution"
]
},
"fuels": {
"title": "Fuel Data",
"type": "array",
"items": {
"type": "object",
"properties": {
"fuelType": {
"type": "object",
"properties": {
"fuelName": {
"title": "Fuel Name",
"type": "string",
"enum": []
},
"fuelClassification": {
"title": "Fuel Classification",
"maxLength": 200,
"type": "string",
"readOnly": true
},
"fuelUnit": {
"title": "Fuel Unit",
"maxLength": 200,
"type": "string",
"readOnly": true
}
}
},
"annualFuelAmount": {
"title": "Annual Fuel Amount",
"type": "number",
"minimum": 0
},
"emissions": {
"title": "Emission Data",
"type": "array",
"items": {
"type": "object",
"properties": {
"gasType": {
"title": "Gas Type",
"type": "string",
"enum": []
},
"emission": {
"title": "Emission",
"type": "number",
"minimum": 0
},
"equivalentEmission": {
"title": "Equivalent Emission",
"type": "string",
"readOnly": true,
"default": "Value will be computed upon saving"
}
}
}
}
}
}
}
}
}
}
}
}
Loading

0 comments on commit 1c7989a

Please sign in to comment.