-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2772 from bcgov/feat/343-activity-ng-transmission…
…-non-compression Feat: 343 activity ng transmission non compression
- Loading branch information
Showing
21 changed files
with
1,929 additions
and
34 deletions.
There are no files selected for viewing
56 changes: 56 additions & 0 deletions
56
bc_obps/reporting/json_schemas/2024/ng_non_compression/10_other_venting_sources.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
56 changes: 56 additions & 0 deletions
56
bc_obps/reporting/json_schemas/2024/ng_non_compression/11_other_fugitive_sources.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
50 changes: 50 additions & 0 deletions
50
...ng/json_schemas/2024/ng_non_compression/12_third_party_line_hits_with_release_of_gas.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
86 changes: 86 additions & 0 deletions
86
...orting/json_schemas/2024/ng_non_compression/1_ng_pneumatic_high_bleed_device_venting.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
86 changes: 86 additions & 0 deletions
86
bc_obps/reporting/json_schemas/2024/ng_non_compression/2_ng_pneumatic_pump_venting.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.