Fill out the form below to generate and launch a new project for the selected module.
Edit, share, submit, copy and see stats for all of your projects.
{{ raw }}
Total Project Emissions (tons)
EMIT Report - Module Fields
Prepared for: {{ user }}
Report Date: {{ Date() }}
Module: {{ module.label }}, {{ proj.name }}
EMIT Report - General Conformity
Prepared for: {{ user }}
Report Date: {{ Date() }}
Project Name & Status: {{ proj.name }},{{ proj.status }}
Location & Start Date: {{ proj.county +' County, '+ proj.state +' - '+ proj.start }}
The results of the screening analysis below show that this project {{ conformity }} applicable to the General Conformity Determination requirements.
Results:
Pollutant | Designation | de minimis (tpy) | Federal Emissions (tpy) | Result |
---|---|---|---|---|
{{ pol.label }} | {{ pol.design }} | {{ pol.level }} | {{ pol.sum.toFixed(4) }} | {{ pol.result }} |
Extended Report: The following emissions units and data were used in the applicability test.
Emissions Unit | Emissions {{ p.ref.toUpperCase() }} (tpy) |
---|---|
{{ e.name }} | {{ e[p.ref] }} |
Optional Profile Attributes
Pop-up Position
Enable Notifications
Confirmations
Phase | PM10 | PM2.5 | VOC | NOX | CO | SO2 | HAPs | CO2 | CH4 | N2O | CO2e |
---|---|---|---|---|---|---|---|---|---|---|---|
{{ e.phase }} | {{ e.pm10.toFixed(2) }} | {{ e.pm25.toFixed(2) }} | {{ e.voc.toFixed(2) }} | {{ e.nox.toFixed(2) }} | {{ e.co.toFixed(2) }} | {{ e.so2.toFixed(2) }} | {{ e.haps.toFixed(2) }} | {{ e.co2.toFixed(0) }} | {{ e.ch4.toFixed(2) }} | {{ e.n2o.toFixed(2) }} | {{ e.co2e.toFixed(0) }} |
EMIT Report - Leasing Analysis
Prepared for: {{ firebase.auth().currentUser.email }}
Report Date: {{ Date() }}
Sale State: {{ state }}
Lease Type & ID {{ view.toUpperCase() }},{{ sale }}
Scenario Group | Phase | PM10 | PM2.5 | VOC | NOX | CO | SO2 | HAPs | CO2 | CH4 | N2O | CO2e |
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ (indx < 2) ? "Low" : "High" }} | {{ e.phase }} | {{ e.pm10.toFixed(2) }} | {{ e.pm25.toFixed(2) }} | {{ e.voc.toFixed(2) }} | {{ e.nox.toFixed(2) }} | {{ e.co.toFixed(2) }} | {{ e.so2.toFixed(2) }} | {{ e.haps.toFixed(2) }} | {{ e.co2.toFixed(0) }} | {{ e.ch4.toFixed(2) }} | {{ e.n2o.toFixed(2) }} | {{ e.co2e.toFixed(0) }} |