Region Data Environmental Summary - Implan-Group/api GitHub Wiki

Region Environmental - Summary


🖽 The Export Request Object

Property Type Details
environmentReleaseString str The year to filter environmental release data by.
industryCodes array[int]❔ An array of IndustryCodes used to filter the data.

GET /api/v1/regions/export/{aggregationSchemeId}/EnvironmentSummary

This endpoint provides a CSV file containing environmental data as found in IMPLAN Cloud under Regions -> Environmental -> Region Environmental Summary.

Parameter Spec Type Details
aggregationSchemeId route int The Aggregation Scheme to filter by.
hashId query str❔ The HashId of the Region to filter by.
urid query int❔ The Urid of the Region to filter by.
userModelId query int❔ The UserModelId of the Region to filter by.
body body str An Export Request object.

🧾Example

📤 Request

GET /api/v1/regions/export/14/EnvironmentSummary?hashId=Bzxjpp2YbN

{
    "environmentReleaseString": "2024",
    "industryCodes": [1,2,3]
}

📥 Response

Industry,Commercial Non-Hazardous Waste Excluding Construction Activities kg,Commercial RCRA Defined Hazardous Waste kg,Criteria and Hazardous Air Emissions kg,Greenhouse Gases kg,Land Use m2*a,Nitrogen and PHosphorous Releases from Agriculture kg,Pesticide Releases kg,Water Withdrawals kg
1 - Oilseed farming,17354.0,11.0,131623.0,513977.0,45833313.0,11025.0,2275.0,511194448.0
2 - Grain farming,980141.0,263.0,12882042.0,39654618.0,2477576164.0,6816864.0,191863.0,332953103021.0
3 - Vegetable and melon farming,1859312.0,1302.0,3153791.0,70550784.0,705411154.0,3774530.0,747557.0,356489627668.0
Totals,2856808.0,1578.0,16167456.0,110719381.0,3228820632.0,10602420.0,941696.0,689953925139.0
⚠️ **GitHub.com Fallback** ⚠️