Industrial Waste Emission Account
The Industrial Waste Emission Account is a systematic approach to tracking and reporting waste emissions generated by industrial activities. It quantifies the types and quantities of waste produced, including hazardous and non-hazardous materials. This account aids in assessing environmental impacts, facilitating regulatory compliance, and promoting sustainable practices. By maintaining accurate records, industries can identify areas for improvement, implement waste reduction strategies, and enhance resource efficiency. The data collected can also inform policymakers and stakeholders, enabling better decision-making for environmental protection and sustainable development initiatives.
:::
Dataset Metadata
- CSV
- XML
- JSON
| Dataset Code | STAT_P_151 |
|---|---|
| Organization | Department of Statistics |
| Environmental Protection Project Categories | Resource Recycling |
| Sustainable Development Goals | Responsible Consumption and Production |
| Main field | year、wastegenerated_value、wastedisposal_value、intermediatedisposal_value、intermediatedisposal_sterilization_value、intermediatedisposal_chemicaltreatment_value、intermediatedisposal_composting_value、intermediatedisposal_heattreatment_value、intermediatedisposal_incineration_value、intermediatedisposal_physicaltreatment_value、intermediatedisposal_curingtreatment_value、intermediatedisposal_stabilization_value、finaldisposal_value、finaldisposal_sanitarylandfill_value、finaldisposal_oceandisposal_value、recyclingandreusing_value、offshoretreatment_value、others_value、wastenotdisposal_value |
| Authorization Method | Open Government Data License |
| Authorization Description Link | https://data.gov.tw/license |
| Encoding Scheme | UTF-8 |
| Update Frequency | Annually |
| Contact Name | Ms. LIN |
| Contact Phone Number | (02)2311-7722#2113 |
| Contact Email | yuhsuan.lin@moenv.gov.tw |
| Tags | Industrial Waste |
Data Field Description
| Column | Type | |
|---|---|---|
| year | text | |
| wastegenerated_value | text | |
| wastedisposal_value | text | |
| intermediatedisposal_value | text | |
| intermediatedisposal_sterilization_value | text | |
Data Preview
- CSV
- XML
- JSON
| No Data | ||||||||||||||||||
0 result(s)
Data Code Examples
// JavaScript 範例:使用 fetch 取得資料
const apiUrl = 'https://data.moenv.gov.tw/api/v2/STAT_P_151?api_key=${your-api-key}&limit=1000&sort=ImportDate%20desc&format=json';
fetch(apiUrl)
.then(response => response.json())
.then(data => {
console.log('取得的資料:', data);
// 在這裡處理你的資料
})
.catch(error => {
console.error('發生錯誤:', error);
});Historical Data Download ※If the csv file shows garbled text, please refer to the Q&A page.
- CSV
- XML
- JSON
| Dataset Name | Download Type | |
|---|---|---|
| Industrial Waste Emission Account | CSV JSON XML |