Results Environmental Impact Industry Summary - Implan-Group/api GitHub Wiki

Environmental Impact - Industry Summary

🔗Links


GET /api/v1/impact/results/EnvironmentIndustrySummary/{runId}

This endpoint returns a csv report of the Environment Category Impact by Industry for a Impact Analysis.

Parameter Spec Type Details
runId route int The analysis run identifier.
body body json A specification for the filters.

Caution

There is a maximum limit of 5,000 rows returned in this csv. Please add additional filters in order to reduce the number of rows.

📋Filters

Property Type Details
dollarYear int❔ The Dollar Year to filter by.
environmentReleaseString str❔
environmentName str❔
environmentCategories array[str]
industryCode int❔
regions array[str]
impacts array[str or int] An optional list of Impact Types to filter by.
groupNames array[str]
eventNames array[str]
eventTags array[str]
naicsAggregationSchemeId int❔

🧾Example

📤 Request

GET /api/v1/impact/results/EnvironmentIndustrySummary/17289

{
  "dollarYear": 2019,
  "environmentReleaseString": "2023",
}

📥 Response

Industry,Commercial Non-Hazardous Waste Excluding Construction Activities kg,Commercial Non-Hazardous Waste From Construction Activities kg,Commercial RCRA Defined Hazardous Waste kg,Criteria and Hazardous Air Emissions kg,Greenhouse Gases kg,Land Use m2*a,Mineral Extraction kg,Mineral Extraction MJ,Nitrogen and PHosphorous Releases from Agriculture kg,Pesticide Releases kg,Point Source Industrial Releases to Ground kg,Point Source Releases to Water kBq,Point Source Releases to Water kg,Water Withdrawals kg
1 - Oilseed farming,109322.0,,74.0,829132.0,8122846.0,288717347.0,,,69452.0,14336.0,,,,3220162276.0
⚠️ **GitHub.com Fallback** ⚠️