Region Data Environmental Details - Implan-Group/api GitHub Wiki
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. |
- https://support.implan.com/hc/en-us/articles/20259830843163-Using-Environmental-Data
- https://support.implan.com/hc/en-us/articles/20259678008347-2023-Environmental-Release-Notes
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 |
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. |
GET /api/v1/regions/export/14/EnvironmentDetail?hashId=Bzxjpp2YbN
{ "environmentReleaseString": "2024", "industryCodes": [1,2,3], "environmentCategory": "Greenhouse Gases" }
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