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

Region Environmental - Details


🖽 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.
environmentCategory str The category of environmental effects to filter by.

📋Environment Categories

🔗Links:

Please note that the valid categories depend on the environmentReleaseString, as different years provide different data (see the linked articles).

Category
Water Withdrawals
Point Source Releases to Water
Greenhouse Gases
Mineral Extraction
Point Source Release to Ground
Disposals
Transfers
Air Releases
Criteria and Hazardous Air Emissions
Commercial Non-Hazardous Waste Excluding Construction Activities
Nitrogen and PHosphorous Release from Agriculture
Pesticide Releases
Commercial Non-Hazardous Waste From Construction Activities
Commercial RCRA Defined Hazardous Waste
Land Use

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

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

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/EnvironmentDetail?hashId=Bzxjpp2YbN

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

📥 Response

Environment Name,Environment Context,Environment Unit,Units per $ of Output,Environmental Output
Carbon dioxide,emission/air,kg,0.0,105201287.0
Nitrous oxide,emission/air,kg,0.0,3315740.0
Methane,emission/air,kg,0.0,2202353.0
Total,,,0.0,110719381.0
⚠️ **GitHub.com Fallback** ⚠️