danielrosehill
commited on
Commit
·
9b02303
1
Parent(s):
ba7bf77
updated
Browse files- docs/{key-docs → documentation}/data-dictionary.md +0 -0
- docs/documentation/notes/index.md +5 -0
- docs/documentation/notes/pollutants.md +28 -0
- docs/documentation/release-notes/v2.md +46 -0
- docs/{key-docs → documentation}/sample-data.md +0 -0
- docs/documentation/specs/aggregated.md +103 -0
- docs/documentation/specs/airpollution.md +13 -0
- docs/documentation/specs/geo/territories-by-type.md +241 -0
- docs/documentation/specs/geo/territories.md +239 -0
- docs/documentation/specs/ghg.md +13 -0
- docs/documentation/specs/landconversion.md +13 -0
- docs/documentation/specs/landuse.md +13 -0
- docs/documentation/specs/raw/airpollution_manifest.md +358 -0
- docs/documentation/specs/raw/ghgs_manifest.md +16 -0
- docs/documentation/specs/raw/land-conversion_manifest.md +280 -0
- docs/documentation/specs/raw/land-use_manifest.md +286 -0
- docs/documentation/specs/raw/waste_manifest.md +286 -0
- docs/documentation/specs/raw/water-consumption_manifest.md +265 -0
- docs/documentation/specs/raw/water-pollution_manifest.md +767 -0
- docs/documentation/specs/waste.md +9 -0
- docs/documentation/specs/waterconsumption.md +13 -0
- docs/documentation/specs/waterpollution.md +13 -0
- docs/documentation/specs/without-countries/airpollution_manifest.md +79 -0
- docs/documentation/specs/without-countries/ghgs_manifest.md +16 -0
- docs/documentation/specs/without-countries/land-conversion_manifest.md +56 -0
- docs/documentation/specs/without-countries/land-use_manifest.md +62 -0
- docs/documentation/specs/without-countries/territories.md +8 -0
- docs/documentation/specs/without-countries/waste_manifest.md +64 -0
- docs/documentation/specs/without-countries/water-consumption_manifest.md +42 -0
- docs/documentation/specs/without-countries/water-pollution-params.md +138 -0
- docs/documentation/specs/without-countries/water-pollution_manifest.md +544 -0
docs/{key-docs → documentation}/data-dictionary.md
RENAMED
File without changes
|
docs/documentation/notes/index.md
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Notes
|
2 |
+
|
3 |
+
## Pollution
|
4 |
+
|
5 |
+
- [Primary vs. secondary pollutants](pollutants)
|
docs/documentation/notes/pollutants.md
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: "Primary vs. secondary pollutants (air pollution)"
|
3 |
+
---
|
4 |
+
|
5 |
+
In the IFVI air pollution methodology, primary and secondary pollutants are captured differently based on their distinct pathways and impacts. Here’s a breakdown of each:
|
6 |
+
|
7 |
+
### 1. Primary Pollutants
|
8 |
+
|
9 |
+
- **Definition**: These are pollutants directly emitted from sources such as transportation, industrial processes, or agriculture. Examples include PM2.5, PM10, NOx, SOx, NH3, and VOCs.
|
10 |
+
- **Capture Method**:
|
11 |
+
- **Direct Measurement**: Primary pollutants are measured at their emission sources, using data on quantities (mass in metric tons or kilograms) emitted by companies.
|
12 |
+
- **Value Factors**: The methodology uses “value factors” from the Global Value Factors Database, applying pollutant-specific rates to estimate the direct societal impacts of these emissions.
|
13 |
+
- **Location Context**: For primary pollutants, emission location types (e.g., urban, rural, or transport zones) are essential, as population density and activity levels influence exposure and health impacts.
|
14 |
+
- **Health and Environmental Impacts**:
|
15 |
+
- Primary pollutants have immediate impacts, including respiratory and cardiovascular diseases in humans and damage to local vegetation. These pollutants are measured and valued directly to estimate their direct costs on health and visibility.
|
16 |
+
|
17 |
+
### 2. Secondary Pollutants
|
18 |
+
|
19 |
+
- **Definition**: These pollutants form in the atmosphere due to chemical reactions involving primary pollutants under specific conditions, such as sunlight. Common secondary pollutants include ozone (O3) and secondary particulate matter (e.g., sulfates, nitrates).
|
20 |
+
- **Capture Method**:
|
21 |
+
- **Air Dispersion Models**: Secondary pollutants are more complex to track directly, so the methodology uses models (such as ATMOS 4.0) to simulate their formation based on emissions of primary pollutants like NOx and VOCs.
|
22 |
+
- **Value Transfer Functions**: For example, societal cost calculations for ozone are based on a multivariate transfer function, using data like ambient concentration levels, population density, and income to assess regional impact.
|
23 |
+
- **Health and Environmental Impacts**:
|
24 |
+
- Secondary pollutants also affect health but over larger areas and timescales. They increase risks of respiratory illness and reduce crop productivity, and visibility in densely populated or high-traffic areas.
|
25 |
+
|
26 |
+
### Summary of Differences
|
27 |
+
|
28 |
+
Primary pollutants are captured directly from emission sources and assessed based on the pollutant type and emission location. Secondary pollutants are modeled due to their formation processes in the atmosphere and are captured based on the concentration and transformation of primary pollutants in specific conditions
|
docs/documentation/release-notes/v2.md
ADDED
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: "Release Notes: V2, Derivative Dataset, IFVI GVFD"
|
3 |
+
---
|
4 |
+
|
5 |
+
This release standardises versioning for an early iteration (V2) of the derivative database of the [IFVI Global Value Factors Database (GVFD)](https://ifvi.org/methodology/environmental-topic-methodology/interim-methodologies/).
|
6 |
+
|
7 |
+
This package consists of `JSON` representations of the original `XLSM` database contained in the original IFVI data release.
|
8 |
+
|
9 |
+
## JSON hierarchies reflecting different organisations of the source data
|
10 |
+
|
11 |
+
The data tables in this derivative dataset are organised into various hierarchies to support different data analytics and visualisation use-cases:
|
12 |
+
|
13 |
+
- `by-methodology` This folder is divided into subfolders tracking the various methodologies used by the IFVI. The files it contains are "custom" (original) hierarchies representing the data. Not all the methodologies have data tables in this folder.
|
14 |
+
- `by-methodology-by-country` This folder maps most closely onto the original format in which the data was released and divides the database firstly by methodology and then by country (and then with impacts, values, etc)
|
15 |
+
- `by-territory` This folder consists of individual JSON files for the various countries and territories (including US states) that were included in some or all of the methodology data releases. The datasets here are organised firstly into geographical continents and then by country (or territory; some of the territories are not widely recognised as independent sovereigns). US states - which were included in one methodology - have their own subfolder.
|
16 |
+
|
17 |
+
## Data Modifications (Non-Substantive)
|
18 |
+
|
19 |
+
This dataset (and the repository containing it) is a non-official derivative of the International Foundation for Valuing Impact (IFVI) Global Value Factors Database (GVFD) V1. This derivative dataset is intended to support the programmatic use of the Database for research-related analysis and visualisation.
|
20 |
+
|
21 |
+
This dataset intends to reflect an accurate reformatting of the source data at the time of its compilation. This version of the derivative dataset is based upon the first version of the GVFD as published by the IFVI on October 15th 2024.
|
22 |
+
|
23 |
+
No material edits have been made to the source data.
|
24 |
+
|
25 |
+
The following edits were made solely to support the intended use-case:
|
26 |
+
|
27 |
+
---
|
28 |
+
|
29 |
+
### Removal of currency symbols
|
30 |
+
|
31 |
+
To streamline intake of these `JSON` files into database systems, non-integer data (currency symbols) were scrubbed from the dataset. As is noted in the metadata, the IFVI Database is standardised on the US Dollar.
|
32 |
+
|
33 |
+
### Editing of country and territory names
|
34 |
+
|
35 |
+
To assist with geovisualisation use-cases, all countries and territories were matched with their corresponding `alpha-2` values as defined by `ISO 3166`,
|
36 |
+
|
37 |
+
In order to render the names of countries and territories in more easily recognisable formatting, the names of 18 countries and territories were lightly reformatted.
|
38 |
+
|
39 |
+
For example `"Bahamas, The"` was renamed `"Bahamas"` and `"Egypt, Arab Rep."` was renamed as simply `"Egypt."`
|
40 |
+
|
41 |
+
---
|
42 |
+
|
43 |
+
## Separation Of Non-Data Entities
|
44 |
+
|
45 |
+
- `metadata` This folder provides individual JSONs which capture the notes that were appended on each tab of the source `XLSM`
|
46 |
+
- `reference` A static snapshot of the supporting documentation (methodologies and user manuals) released by the IFVI alongside the data release
|
docs/{key-docs → documentation}/sample-data.md
RENAMED
File without changes
|
docs/documentation/specs/aggregated.md
ADDED
@@ -0,0 +1,103 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: Aggregated Data Parameters
|
3 |
+
---
|
4 |
+
|
5 |
+
## Air Pollution: Data Description
|
6 |
+
|
7 |
+
| **Title** | **Details** |
|
8 |
+
|-------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
9 |
+
| **Dataset Name** | Air Pollution Methodology |
|
10 |
+
| **Methodology Status** | Interim |
|
11 |
+
| **Location-sensitive?** | Yes |
|
12 |
+
| **Territories provided**| 197 countries, 51 US states/territories (including Washington, D.C.) |
|
13 |
+
| **Example parameters** | PM2.5, PM10, SOx, NOx, NH3, VOC |
|
14 |
+
| **Units** | Metric tons per year (per pollutant) |
|
15 |
+
| **Sample datapoint** | Air Pollution_PM2.5_Urban_Primary Health |
|
16 |
+
|
17 |
+
---
|
18 |
+
|
19 |
+
## GHG Emissions: Data Description
|
20 |
+
|
21 |
+
| **Title** | **Details** |
|
22 |
+
|-------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
23 |
+
| **Dataset Name** | GHG Methodology |
|
24 |
+
| **Methodology Status** | Interim |
|
25 |
+
| **Location-sensitive?** | No |
|
26 |
+
| **Territories provided**| N/A |
|
27 |
+
| **Example parameters** | Global warming potential, carbon dioxide equivalency |
|
28 |
+
| **Units** | $/tCO2e (USD per metric ton of CO2 equivalent) |
|
29 |
+
| **Sample datapoint** | 236.0 $/tCO2e |
|
30 |
+
|
31 |
+
---
|
32 |
+
|
33 |
+
## Land Conversion: Data Description
|
34 |
+
|
35 |
+
| **Title** | **Details** |
|
36 |
+
|-------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
37 |
+
| **Dataset Name** | Land Conversion Methodology |
|
38 |
+
| **Methodology Status** | Interim |
|
39 |
+
| **Location-sensitive?** | Yes |
|
40 |
+
| **Territories provided**| 197 countries |
|
41 |
+
| **Example parameters** | Wheat - conventional, Oilseeds - conventional, Cashmere - sustainable, Forestry, Paved |
|
42 |
+
| **Units** | Hectares (for land use categories) |
|
43 |
+
| **Sample datapoint** | Land Conversion_Wheat - conventional_Lost Ecosystem Services |
|
44 |
+
|
45 |
+
|
46 |
+
---
|
47 |
+
|
48 |
+
## Land Use: Data Description:
|
49 |
+
|
50 |
+
| **Title** | **Details** |
|
51 |
+
|-------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
52 |
+
| **Dataset Name** | Land Use Methodology |
|
53 |
+
| **Methodology Status** | Interim |
|
54 |
+
| **Location-sensitive?** | Yes |
|
55 |
+
| **Territories provided**| 197 countries |
|
56 |
+
| **Example parameters** | Wheat - conventional, Oilseeds - conventional, Cashmere - sustainable, Forestry, Paved |
|
57 |
+
| **Units** | Hectares (ha) |
|
58 |
+
| **Sample datapoint** | Land Use_Wheat - conventional_Lost Ecosystem Services |
|
59 |
+
|
60 |
+
|
61 |
+
---
|
62 |
+
|
63 |
+
## Waste: Data Description
|
64 |
+
|
65 |
+
| **Title** | **Details** |
|
66 |
+
|-------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
67 |
+
| **Dataset Name** | Waste Methodology |
|
68 |
+
| **Methodology Status** | Interim |
|
69 |
+
| **Location-sensitive?** | Yes |
|
70 |
+
| **Territories provided**| 197 countries |
|
71 |
+
| **Example parameters** | Hazardous, Non-Hazardous; disposal methods: Landfill, Incineration, Unspecified |
|
72 |
+
| **Units** | Kilograms (kg) |
|
73 |
+
| **Sample datapoint** | Waste_Hazardous_Landfill_Leachate |
|
74 |
+
|
75 |
+
|
76 |
+
---
|
77 |
+
|
78 |
+
## Water Consumption: Data Description:
|
79 |
+
|
80 |
+
| **Title** | **Details** |
|
81 |
+
|-------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
82 |
+
| **Dataset Name** | Water Consumption Methodology |
|
83 |
+
| **Methodology Status** | Interim |
|
84 |
+
| **Location-sensitive?** | No |
|
85 |
+
| **Territories provided**| 197 countries |
|
86 |
+
| **Example parameters** | Malnutrition, Water-borne disease, Resource cost, Ecosystem services |
|
87 |
+
| **Units** | Cubic meters (m³) |
|
88 |
+
| **Sample datapoint** | Water Consumption_N/A for WC_N/A for WC_Malnutrition |
|
89 |
+
|
90 |
+
|
91 |
+
---
|
92 |
+
|
93 |
+
## Water Pollution: Data Description:
|
94 |
+
|
95 |
+
| **Title** | **Details** |
|
96 |
+
|-------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
97 |
+
| **Dataset Name** | Water Pollution Methodology |
|
98 |
+
| **Methodology Status** | Interim |
|
99 |
+
| **Location-sensitive?** | Yes |
|
100 |
+
| **Territories provided**| 197 countries |
|
101 |
+
| **Example parameters** | Phosphorus, Nitrogen, Heavy Metals (e.g., Cadmium, Lead, Mercury), Pesticides, Pharmaceuticals (e.g., Antibiotics, NSAIDs) |
|
102 |
+
| **Units** | Kilograms (kg) |
|
103 |
+
| **Sample datapoint** | Water Pollution_Phosphorus_N/A for this Category_Eutrophication |
|
docs/documentation/specs/airpollution.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: Air Pollution Data Parameters
|
3 |
+
---
|
4 |
+
|
5 |
+
| **Title** | **Details** |
|
6 |
+
|-------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
7 |
+
| **Dataset Name** | Air Pollution Methodology |
|
8 |
+
| **Methodology Status** | Interim |
|
9 |
+
| **Location-sensitive?** | Yes |
|
10 |
+
| **Territories provided**| 197 countries, 51 US states/territories (including Washington, D.C.) |
|
11 |
+
| **Example parameters** | PM2.5, PM10, SOx, NOx, NH3, VOC |
|
12 |
+
| **Units** | Metric tons per year (per pollutant) |
|
13 |
+
| **Sample datapoint** | Air Pollution_PM2.5_Urban_Primary Health |
|
docs/documentation/specs/geo/territories-by-type.md
ADDED
@@ -0,0 +1,241 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# IFVI Global Value Factors Database (GVFD) V1
|
2 |
+
|
3 |
+
## Data Manifest; Territories By Type & ISO-3166 (Alpha -2)
|
4 |
+
|
5 |
+
---
|
6 |
+
|
7 |
+
### 1. Generally Recognized Sovereign States
|
8 |
+
|
9 |
+
- Afghanistan (AF)
|
10 |
+
- Albania (AL)
|
11 |
+
- Algeria (DZ)
|
12 |
+
- Andorra (AD)
|
13 |
+
- Angola (AO)
|
14 |
+
- Antigua and Barbuda (AG)
|
15 |
+
- Argentina (AR)
|
16 |
+
- Armenia (AM)
|
17 |
+
- Australia (AU)
|
18 |
+
- Austria (AT)
|
19 |
+
- Azerbaijan (AZ)
|
20 |
+
- Bahamas (BS)
|
21 |
+
- Bahrain (BH)
|
22 |
+
- Bangladesh (BD)
|
23 |
+
- Barbados (BB)
|
24 |
+
- Belarus (BY)
|
25 |
+
- Belgium (BE)
|
26 |
+
- Belize (BZ)
|
27 |
+
- Benin (BJ)
|
28 |
+
- Bhutan (BT)
|
29 |
+
- Bolivia (BO)
|
30 |
+
- Bosnia and Herzegovina (BA)
|
31 |
+
- Botswana (BW)
|
32 |
+
- Brazil (BR)
|
33 |
+
- Brunei Darussalam (BN)
|
34 |
+
- Bulgaria (BG)
|
35 |
+
- Burkina Faso (BF)
|
36 |
+
- Burundi (BI)
|
37 |
+
- Cabo Verde (CV)
|
38 |
+
- Cambodia (KH)
|
39 |
+
- Cameroon (CM)
|
40 |
+
- Canada (CA)
|
41 |
+
- Central African Republic (CF)
|
42 |
+
- Chad (TD)
|
43 |
+
- Chile (CL)
|
44 |
+
- China (CN)
|
45 |
+
- Colombia (CO)
|
46 |
+
- Comoros (KM)
|
47 |
+
- Democratic Republic of the Congo (CD)
|
48 |
+
- Republic of the Congo (CG)
|
49 |
+
- Costa Rica (CR)
|
50 |
+
- Cote d'Ivoire (CI)
|
51 |
+
- Croatia (HR)
|
52 |
+
- Cuba (CU)
|
53 |
+
- Cyprus (CY)
|
54 |
+
- Czechia (CZ)
|
55 |
+
- Denmark (DK)
|
56 |
+
- Djibouti (DJ)
|
57 |
+
- Dominica (DM)
|
58 |
+
- Dominican Republic (DO)
|
59 |
+
- Ecuador (EC)
|
60 |
+
- Egypt (EG)
|
61 |
+
- El Salvador (SV)
|
62 |
+
- Equatorial Guinea (GQ)
|
63 |
+
- Eritrea (ER)
|
64 |
+
- Estonia (EE)
|
65 |
+
- Eswatini (SZ)
|
66 |
+
- Ethiopia (ET)
|
67 |
+
- Fiji (FJ)
|
68 |
+
- Finland (FI)
|
69 |
+
- France (FR)
|
70 |
+
- Gabon (GA)
|
71 |
+
- Gambia (GM)
|
72 |
+
- Georgia (GE)
|
73 |
+
- Germany (DE)
|
74 |
+
- Ghana (GH)
|
75 |
+
- Greece (GR)
|
76 |
+
- Grenada (GD)
|
77 |
+
- Guatemala (GT)
|
78 |
+
- Guinea (GN)
|
79 |
+
- Guinea-Bissau (GW)
|
80 |
+
- Guyana (GY)
|
81 |
+
- Haiti (HT)
|
82 |
+
- Honduras (HN)
|
83 |
+
- Hungary (HU)
|
84 |
+
- Iceland (IS)
|
85 |
+
- India (IN)
|
86 |
+
- Indonesia (ID)
|
87 |
+
- Iran (IR)
|
88 |
+
- Iraq (IQ)
|
89 |
+
- Ireland (IE)
|
90 |
+
- Israel (IL)
|
91 |
+
- Italy (IT)
|
92 |
+
- Jamaica (JM)
|
93 |
+
- Japan (JP)
|
94 |
+
- Jordan (JO)
|
95 |
+
- Kazakhstan (KZ)
|
96 |
+
- Kenya (KE)
|
97 |
+
- Kiribati (KI)
|
98 |
+
- North Korea (KP)
|
99 |
+
- South Korea (KR)
|
100 |
+
- Kuwait (KW)
|
101 |
+
- Kyrgyz Republic (KG)
|
102 |
+
- Lao (LA)
|
103 |
+
- Latvia (LV)
|
104 |
+
- Lebanon (LB)
|
105 |
+
- Lesotho (LS)
|
106 |
+
- Liberia (LR)
|
107 |
+
- Libya (LY)
|
108 |
+
- Liechtenstein (LI)
|
109 |
+
- Lithuania (LT)
|
110 |
+
- Luxembourg (LU)
|
111 |
+
- Madagascar (MG)
|
112 |
+
- Malawi (MW)
|
113 |
+
- Malaysia (MY)
|
114 |
+
- Maldives (MV)
|
115 |
+
- Mali (ML)
|
116 |
+
- Malta (MT)
|
117 |
+
- Marshall Islands (MH)
|
118 |
+
- Mauritania (MR)
|
119 |
+
- Mauritius (MU)
|
120 |
+
- Mexico (MX)
|
121 |
+
- Micronesia (FM)
|
122 |
+
- Moldova (MD)
|
123 |
+
- Monaco (MC)
|
124 |
+
- Mongolia (MN)
|
125 |
+
- Montenegro (ME)
|
126 |
+
- Morocco (MA)
|
127 |
+
- Mozambique (MZ)
|
128 |
+
- Myanmar (MM)
|
129 |
+
- Namibia (NA)
|
130 |
+
- Nauru (NR)
|
131 |
+
- Nepal (NP)
|
132 |
+
- Netherlands (NL)
|
133 |
+
- New Zealand (NZ)
|
134 |
+
- Nicaragua (NI)
|
135 |
+
- Niger (NE)
|
136 |
+
- Nigeria (NG)
|
137 |
+
- North Macedonia (MK)
|
138 |
+
- Norway (NO)
|
139 |
+
- Oman (OM)
|
140 |
+
- Pakistan (PK)
|
141 |
+
- Palau (PW)
|
142 |
+
- Panama (PA)
|
143 |
+
- Papua New Guinea (PG)
|
144 |
+
- Paraguay (PY)
|
145 |
+
- Peru (PE)
|
146 |
+
- Philippines (PH)
|
147 |
+
- Poland (PL)
|
148 |
+
- Portugal (PT)
|
149 |
+
- Qatar (QA)
|
150 |
+
- Romania (RO)
|
151 |
+
- Russian Federation (RU)
|
152 |
+
- Rwanda (RW)
|
153 |
+
- Samoa (WS)
|
154 |
+
- San Marino (SM)
|
155 |
+
- Sao Tome and Principe (ST)
|
156 |
+
- Saudi Arabia (SA)
|
157 |
+
- Senegal (SN)
|
158 |
+
- Serbia (RS)
|
159 |
+
- Seychelles (SC)
|
160 |
+
- Sierra Leone (SL)
|
161 |
+
- Singapore (SG)
|
162 |
+
- Slovak Republic (SK)
|
163 |
+
- Slovenia (SI)
|
164 |
+
- Solomon Islands (SB)
|
165 |
+
- Somalia (SO)
|
166 |
+
- South Africa (ZA)
|
167 |
+
- South Sudan (SS)
|
168 |
+
- Spain (ES)
|
169 |
+
- Sri Lanka (LK)
|
170 |
+
- St. Kitts and Nevis (KN)
|
171 |
+
- St. Lucia (LC)
|
172 |
+
- St. Vincent and the Grenadines (VC)
|
173 |
+
- Sudan (SD)
|
174 |
+
- Suriname (SR)
|
175 |
+
- Sweden (SE)
|
176 |
+
- Switzerland (CH)
|
177 |
+
- Syria (SY)
|
178 |
+
- Tajikistan (TJ)
|
179 |
+
- Tanzania (TZ)
|
180 |
+
- Thailand (TH)
|
181 |
+
- Timor-Leste (TL)
|
182 |
+
- Togo (TG)
|
183 |
+
- Tonga (TO)
|
184 |
+
- Trinidad and Tobago (TT)
|
185 |
+
- Tunisia (TN)
|
186 |
+
- Turkiye (TR)
|
187 |
+
- Turkmenistan (TM)
|
188 |
+
- Tuvalu (TV)
|
189 |
+
- Uganda (UG)
|
190 |
+
- Ukraine (UA)
|
191 |
+
- United Arab Emirates (AE)
|
192 |
+
- United Kingdom (GB)
|
193 |
+
- United States (US)
|
194 |
+
- Uruguay (UY)
|
195 |
+
- Uzbekistan (UZ)
|
196 |
+
- Vanuatu (VU)
|
197 |
+
- Venezuela (VE)
|
198 |
+
- Vietnam (VN)
|
199 |
+
- Yemen (YE)
|
200 |
+
- Zambia (ZM)
|
201 |
+
- Zimbabwe (ZW)
|
202 |
+
|
203 |
+
---
|
204 |
+
|
205 |
+
### 2. Overseas Dependencies (by country)
|
206 |
+
|
207 |
+
#### United States
|
208 |
+
|
209 |
+
- American Samoa (AS)
|
210 |
+
- Guam (GU)
|
211 |
+
- Northern Mariana Islands (MP)
|
212 |
+
- Puerto Rico (PR)
|
213 |
+
- Virgin Islands (U.S.) (VI)
|
214 |
+
|
215 |
+
#### United Kingdom
|
216 |
+
|
217 |
+
- Bermuda (BM)
|
218 |
+
- British Virgin Islands (VG)
|
219 |
+
- Cayman Islands (KY)
|
220 |
+
- Gibraltar (GI)
|
221 |
+
- Turks and Caicos Islands (TC)
|
222 |
+
- Isle of Man (IM)
|
223 |
+
- Channel Islands (JE, GG)
|
224 |
+
|
225 |
+
#### France
|
226 |
+
|
227 |
+
- French Polynesia (PF)
|
228 |
+
- New Caledonia (NC)
|
229 |
+
- Faroe Islands (FO)
|
230 |
+
|
231 |
+
---
|
232 |
+
|
233 |
+
### 3. Partially or Disputed Sovereignty
|
234 |
+
|
235 |
+
- Kosovo (XK)
|
236 |
+
- Taiwan (TW)
|
237 |
+
- West Bank and Gaza (PS)
|
238 |
+
- Hong Kong SAR (HK)
|
239 |
+
- Macao SAR (MO)
|
240 |
+
|
241 |
+
|
docs/documentation/specs/geo/territories.md
ADDED
@@ -0,0 +1,239 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: "Geographical Scope: Countries & Territories"
|
3 |
+
---
|
4 |
+
|
5 |
+
Among the methodologies that are geographically segmented (all methodologies except GHG emissions), the following countries and overseas dependencies are present in the GVFD.
|
6 |
+
|
7 |
+
## Data Manifest; Territories By Type & ISO-3166 (Alpha -2)
|
8 |
+
|
9 |
+
### 1. Generally Recognized Sovereign States
|
10 |
+
|
11 |
+
| Country Name | ISO-3166 (Alpha 2) |
|
12 |
+
|---|---|
|
13 |
+
| Afghanistan | AF |
|
14 |
+
| Albania | AL |
|
15 |
+
| Algeria | DZ |
|
16 |
+
| Andorra | AD |
|
17 |
+
| Angola | AO |
|
18 |
+
| Antigua and Barbuda | AG |
|
19 |
+
| Argentina | AR |
|
20 |
+
| Armenia | AM |
|
21 |
+
| Australia | AU |
|
22 |
+
| Austria | AT |
|
23 |
+
| Azerbaijan | AZ |
|
24 |
+
| Bahamas | BS |
|
25 |
+
| Bahrain | BH |
|
26 |
+
| Bangladesh | BD |
|
27 |
+
| Barbados | BB |
|
28 |
+
| Belarus | BY |
|
29 |
+
| Belgium | BE |
|
30 |
+
| Belize | BZ |
|
31 |
+
| Benin | BJ |
|
32 |
+
| Bhutan | BT |
|
33 |
+
| Bolivia | BO |
|
34 |
+
| Bosnia and Herzegovina | BA |
|
35 |
+
| Botswana | BW |
|
36 |
+
| Brazil | BR |
|
37 |
+
| Brunei Darussalam | BN |
|
38 |
+
| Bulgaria | BG |
|
39 |
+
| Burkina Faso | BF |
|
40 |
+
| Burundi | BI |
|
41 |
+
| Cabo Verde | CV |
|
42 |
+
| Cambodia | KH |
|
43 |
+
| Cameroon | CM |
|
44 |
+
| Canada | CA |
|
45 |
+
| Central African Republic | CF |
|
46 |
+
| Chad | TD |
|
47 |
+
| Chile | CL |
|
48 |
+
| China | CN |
|
49 |
+
| Colombia | CO |
|
50 |
+
| Comoros | KM |
|
51 |
+
| Democratic Republic of the Congo | CD |
|
52 |
+
| Republic of the Congo | CG |
|
53 |
+
| Costa Rica | CR |
|
54 |
+
| Cote d'Ivoire | CI |
|
55 |
+
| Croatia | HR |
|
56 |
+
| Cuba | CU |
|
57 |
+
| Cyprus | CY |
|
58 |
+
| Czechia | CZ |
|
59 |
+
| Denmark | DK |
|
60 |
+
| Djibouti | DJ |
|
61 |
+
| Dominica | DM |
|
62 |
+
| Dominican Republic | DO |
|
63 |
+
| Ecuador | EC |
|
64 |
+
| Egypt | EG |
|
65 |
+
| El Salvador | SV |
|
66 |
+
| Equatorial Guinea | GQ |
|
67 |
+
| Eritrea | ER |
|
68 |
+
| Estonia | EE |
|
69 |
+
| Eswatini | SZ |
|
70 |
+
| Ethiopia | ET |
|
71 |
+
| Fiji | FJ |
|
72 |
+
| Finland | FI |
|
73 |
+
| France | FR |
|
74 |
+
| Gabon | GA |
|
75 |
+
| Gambia | GM |
|
76 |
+
| Georgia | GE |
|
77 |
+
| Germany | DE |
|
78 |
+
| Ghana | GH |
|
79 |
+
| Greece | GR |
|
80 |
+
| Grenada | GD |
|
81 |
+
| Guatemala | GT |
|
82 |
+
| Guinea | GN |
|
83 |
+
| Guinea-Bissau | GW |
|
84 |
+
| Guyana | GY |
|
85 |
+
| Haiti | HT |
|
86 |
+
| Honduras | HN |
|
87 |
+
| Hungary | HU |
|
88 |
+
| Iceland | IS |
|
89 |
+
| India | IN |
|
90 |
+
| Indonesia | ID |
|
91 |
+
| Iran | IR |
|
92 |
+
| Iraq | IQ |
|
93 |
+
| Ireland | IE |
|
94 |
+
| Israel | IL |
|
95 |
+
| Italy | IT |
|
96 |
+
| Jamaica | JM |
|
97 |
+
| Japan | JP |
|
98 |
+
| Jordan | JO |
|
99 |
+
| Kazakhstan | KZ |
|
100 |
+
| Kenya | KE |
|
101 |
+
| Kiribati | KI |
|
102 |
+
| North Korea | KP |
|
103 |
+
| South Korea | KR |
|
104 |
+
| Kuwait | KW |
|
105 |
+
| Kyrgyz Republic | KG |
|
106 |
+
| Lao | LA |
|
107 |
+
| Latvia | LV |
|
108 |
+
| Lebanon | LB |
|
109 |
+
| Lesotho | LS |
|
110 |
+
| Liberia | LR |
|
111 |
+
| Libya | LY |
|
112 |
+
| Liechtenstein | LI |
|
113 |
+
| Lithuania | LT |
|
114 |
+
| Luxembourg | LU |
|
115 |
+
| Madagascar | MG |
|
116 |
+
| Malawi | MW |
|
117 |
+
| Malaysia | MY |
|
118 |
+
| Maldives | MV |
|
119 |
+
| Mali | ML |
|
120 |
+
| Malta | MT |
|
121 |
+
| Marshall Islands | MH |
|
122 |
+
| Mauritania | MR |
|
123 |
+
| Mauritius | MU |
|
124 |
+
| Mexico | MX |
|
125 |
+
| Micronesia | FM |
|
126 |
+
| Moldova | MD |
|
127 |
+
| Monaco | MC |
|
128 |
+
| Mongolia | MN |
|
129 |
+
| Montenegro | ME |
|
130 |
+
| Morocco | MA |
|
131 |
+
| Mozambique | MZ |
|
132 |
+
| Myanmar | MM |
|
133 |
+
| Namibia | NA |
|
134 |
+
| Nauru | NR |
|
135 |
+
| Nepal | NP |
|
136 |
+
| Netherlands | NL |
|
137 |
+
| New Zealand | NZ |
|
138 |
+
| Nicaragua | NI |
|
139 |
+
| Niger | NE |
|
140 |
+
| Nigeria | NG |
|
141 |
+
| North Macedonia | MK |
|
142 |
+
| Norway | NO |
|
143 |
+
| Oman | OM |
|
144 |
+
| Pakistan | PK |
|
145 |
+
| Palau | PW |
|
146 |
+
| Panama | PA |
|
147 |
+
| Papua New Guinea | PG |
|
148 |
+
| Paraguay | PY |
|
149 |
+
| Peru | PE |
|
150 |
+
| Philippines | PH |
|
151 |
+
| Poland | PL |
|
152 |
+
| Portugal | PT |
|
153 |
+
| Qatar | QA |
|
154 |
+
| Romania | RO |
|
155 |
+
| Russian Federation | RU |
|
156 |
+
| Rwanda | RW |
|
157 |
+
| Samoa | WS |
|
158 |
+
| San Marino | SM |
|
159 |
+
| Sao Tome and Principe | ST |
|
160 |
+
| Saudi Arabia | SA |
|
161 |
+
| Senegal | SN |
|
162 |
+
| Serbia | RS |
|
163 |
+
| Seychelles | SC |
|
164 |
+
| Sierra Leone | SL |
|
165 |
+
| Singapore | SG |
|
166 |
+
| Slovak Republic | SK |
|
167 |
+
| Slovenia | SI |
|
168 |
+
| Solomon Islands | SB |
|
169 |
+
| Somalia | SO |
|
170 |
+
| South Africa | ZA |
|
171 |
+
| South Sudan | SS |
|
172 |
+
| Spain | ES |
|
173 |
+
| Sri Lanka | LK |
|
174 |
+
| St. Kitts and Nevis | KN |
|
175 |
+
| St. Lucia | LC |
|
176 |
+
| St. Vincent and the Grenadines | VC |
|
177 |
+
| Sudan | SD |
|
178 |
+
| Suriname | SR |
|
179 |
+
| Sweden | SE |
|
180 |
+
| Switzerland | CH |
|
181 |
+
| Syria | SY |
|
182 |
+
| Tajikistan | TJ |
|
183 |
+
| Tanzania | TZ |
|
184 |
+
| Thailand | TH |
|
185 |
+
| Timor-Leste | TL |
|
186 |
+
| Togo | TG |
|
187 |
+
| Tonga | TO |
|
188 |
+
| Trinidad and Tobago | TT |
|
189 |
+
| Tunisia | TN |
|
190 |
+
| Turkiye | TR |
|
191 |
+
| Turkmenistan | TM |
|
192 |
+
| Tuvalu | TV |
|
193 |
+
| Uganda | UG |
|
194 |
+
| Ukraine | UA |
|
195 |
+
| United Arab Emirates | AE |
|
196 |
+
| United Kingdom | GB |
|
197 |
+
| United States | US |
|
198 |
+
| Uruguay | UY |
|
199 |
+
| Uzbekistan | UZ |
|
200 |
+
| Vanuatu | VU |
|
201 |
+
| Venezuela | VE |
|
202 |
+
| Vietnam | VN |
|
203 |
+
| Yemen | YE |
|
204 |
+
| Zambia | ZM |
|
205 |
+
| Zimbabwe | ZW |
|
206 |
+
|
207 |
+
|
208 |
+
### 2. Overseas Dependencies (by country)
|
209 |
+
|
210 |
+
| Country | Dependency | ISO-3166 (Alpha 2) |
|
211 |
+
|---|---|---|
|
212 |
+
| United States | American Samoa | AS |
|
213 |
+
| United States | Guam | GU |
|
214 |
+
| United States | Northern Mariana Islands | MP |
|
215 |
+
| United States | Puerto Rico | PR |
|
216 |
+
| United States | Virgin Islands (U.S.) | VI |
|
217 |
+
| United Kingdom | Bermuda | BM |
|
218 |
+
| United Kingdom | British Virgin Islands | VG |
|
219 |
+
| United Kingdom | Cayman Islands | KY |
|
220 |
+
| United Kingdom | Gibraltar | GI |
|
221 |
+
| United Kingdom | Turks and Caicos Islands | TC |
|
222 |
+
| United Kingdom | Isle of Man | IM |
|
223 |
+
| United Kingdom | Channel Islands | JE, GG |
|
224 |
+
| France | French Polynesia | PF |
|
225 |
+
| France | New Caledonia | NC |
|
226 |
+
| France | Faroe Islands | FO |
|
227 |
+
|
228 |
+
|
229 |
+
### 3. Partially or Disputed Sovereignty
|
230 |
+
|
231 |
+
| Territory | ISO-3166 (Alpha 2) |
|
232 |
+
|---|---|
|
233 |
+
| Kosovo | XK |
|
234 |
+
| Taiwan | TW |
|
235 |
+
| West Bank and Gaza | PS |
|
236 |
+
| Hong Kong SAR | HK |
|
237 |
+
| Macao SAR | MO |
|
238 |
+
|
239 |
+
|
docs/documentation/specs/ghg.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: GHG Emissions
|
3 |
+
---
|
4 |
+
|
5 |
+
| **Title** | **Details** |
|
6 |
+
|-------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
7 |
+
| **Dataset Name** | GHG Methodology |
|
8 |
+
| **Methodology Status** | Interim |
|
9 |
+
| **Location-sensitive?** | No |
|
10 |
+
| **Territories provided**| N/A |
|
11 |
+
| **Example parameters** | Global warming potential, carbon dioxide equivalency |
|
12 |
+
| **Units** | $/tCO2e (USD per metric ton of CO2 equivalent) |
|
13 |
+
| **Sample datapoint** | 236.0 $/tCO2e |
|
docs/documentation/specs/landconversion.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: Land Conversion Data Parameters
|
3 |
+
---
|
4 |
+
|
5 |
+
| **Title** | **Details** |
|
6 |
+
|-------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
7 |
+
| **Dataset Name** | Land Conversion Methodology |
|
8 |
+
| **Methodology Status** | Interim |
|
9 |
+
| **Location-sensitive?** | Yes |
|
10 |
+
| **Territories provided**| 197 countries |
|
11 |
+
| **Example parameters** | Wheat - conventional, Oilseeds - conventional, Cashmere - sustainable, Forestry, Paved |
|
12 |
+
| **Units** | Hectares (for land use categories) |
|
13 |
+
| **Sample datapoint** | Land Conversion_Wheat - conventional_Lost Ecosystem Services |
|
docs/documentation/specs/landuse.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: Land Conversion Data Parameters
|
3 |
+
---
|
4 |
+
|
5 |
+
**Title** | **Details** |
|
6 |
+
|-------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
7 |
+
| **Dataset Name** | Land Use Methodology |
|
8 |
+
| **Methodology Status** | Interim |
|
9 |
+
| **Location-sensitive?** | Yes |
|
10 |
+
| **Territories provided**| 197 countries |
|
11 |
+
| **Example parameters** | Wheat - conventional, Oilseeds - conventional, Cashmere - sustainable, Forestry, Paved |
|
12 |
+
| **Units** | Hectares (ha) |
|
13 |
+
| **Sample datapoint** | Land Use_Wheat - conventional_Lost Ecosystem Services |
|
docs/documentation/specs/raw/airpollution_manifest.md
ADDED
@@ -0,0 +1,358 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Air Pollution Methodology - Manifest
|
2 |
+
|
3 |
+
## Column Overview
|
4 |
+
|
5 |
+
### Category
|
6 |
+
|
7 |
+
Parameters:
|
8 |
+
|
9 |
+
- PM2.5
|
10 |
+
- SOx
|
11 |
+
- NH3
|
12 |
+
- PM10
|
13 |
+
- NOx
|
14 |
+
- VOC
|
15 |
+
|
16 |
+
### Location
|
17 |
+
|
18 |
+
Parameters:
|
19 |
+
|
20 |
+
- Urban
|
21 |
+
- Peri-Urban
|
22 |
+
- Rural
|
23 |
+
- Transport
|
24 |
+
- N/A for PM2.5
|
25 |
+
- N/A for SOx
|
26 |
+
- N/A for NH3
|
27 |
+
- N/A for PM10
|
28 |
+
- N/A for NOx
|
29 |
+
- N/A for VOC
|
30 |
+
|
31 |
+
### Impact
|
32 |
+
|
33 |
+
Parameters:
|
34 |
+
|
35 |
+
- Primary Health
|
36 |
+
- Visibility
|
37 |
+
- Agriculture
|
38 |
+
- Secondary Health
|
39 |
+
|
40 |
+
### Units
|
41 |
+
|
42 |
+
Parameters:
|
43 |
+
|
44 |
+
- /metric ton
|
45 |
+
|
46 |
+
### Reference
|
47 |
+
|
48 |
+
Parameters:
|
49 |
+
|
50 |
+
- Air Pollution_PM2.5_Urban_Primary Health
|
51 |
+
- Air Pollution_PM2.5_Peri-Urban_Primary Health
|
52 |
+
- Air Pollution_PM2.5_Rural_Primary Health
|
53 |
+
- Air Pollution_PM2.5_Transport_Primary Health
|
54 |
+
- Air Pollution_PM2.5_N/A for PM2.5_Visibility
|
55 |
+
- Air Pollution_SOx_Urban_Primary Health
|
56 |
+
- Air Pollution_SOx_Peri-Urban_Primary Health
|
57 |
+
- Air Pollution_SOx_Rural_Primary Health
|
58 |
+
- Air Pollution_SOx_Transport_Primary Health
|
59 |
+
- Air Pollution_SOx_N/A for SOx_Visibility
|
60 |
+
- Air Pollution_NH3_Urban_Primary Health
|
61 |
+
- Air Pollution_NH3_Peri-Urban_Primary Health
|
62 |
+
- Air Pollution_NH3_Rural_Primary Health
|
63 |
+
- Air Pollution_NH3_Transport_Primary Health
|
64 |
+
- Air Pollution_NH3_N/A for NH3_Visibility
|
65 |
+
- Air Pollution_PM10_Urban_Primary Health
|
66 |
+
- Air Pollution_PM10_Peri-Urban_Primary Health
|
67 |
+
- Air Pollution_PM10_Rural_Primary Health
|
68 |
+
- Air Pollution_PM10_Transport_Primary Health
|
69 |
+
- Air Pollution_PM10_N/A for PM10_Visibility
|
70 |
+
- Air Pollution_NOx_Urban_Primary Health
|
71 |
+
- Air Pollution_NOx_Peri-Urban_Primary Health
|
72 |
+
- Air Pollution_NOx_Rural_Primary Health
|
73 |
+
- Air Pollution_NOx_Transport_Primary Health
|
74 |
+
- Air Pollution_NOx_N/A for NOx_Agriculture
|
75 |
+
- Air Pollution_NOx_N/A for NOx_Visibility
|
76 |
+
- Air Pollution_VOC_N/A for VOC_Secondary Health
|
77 |
+
- Air Pollution_VOC_N/A for VOC_Visibility
|
78 |
+
- Air Pollution_VOC_N/A for VOC_Agriculture
|
79 |
+
|
80 |
+
---
|
81 |
+
|
82 |
+
## Countries And Territories
|
83 |
+
|
84 |
+
### Country
|
85 |
+
|
86 |
+
Parameters:
|
87 |
+
|
88 |
+
- Afghanistan
|
89 |
+
- Albania
|
90 |
+
- Algeria
|
91 |
+
- American Samoa
|
92 |
+
- Andorra
|
93 |
+
- Angola
|
94 |
+
- Antigua and Barbuda
|
95 |
+
- Argentina
|
96 |
+
- Armenia
|
97 |
+
- Aruba
|
98 |
+
- Australia
|
99 |
+
- Austria
|
100 |
+
- Azerbaijan
|
101 |
+
- Bahamas
|
102 |
+
- Bahrain
|
103 |
+
- Bangladesh
|
104 |
+
- Barbados
|
105 |
+
- Belarus
|
106 |
+
- Belgium
|
107 |
+
- Belize
|
108 |
+
- Benin
|
109 |
+
- Bermuda
|
110 |
+
- Bhutan
|
111 |
+
- Bolivia
|
112 |
+
- Bosnia and Herzegovina
|
113 |
+
- Botswana
|
114 |
+
- Brazil
|
115 |
+
- British Virgin Islands
|
116 |
+
- Brunei Darussalam
|
117 |
+
- Bulgaria
|
118 |
+
- Burkina Faso
|
119 |
+
- Burundi
|
120 |
+
- Cabo Verde
|
121 |
+
- Cambodia
|
122 |
+
- Cameroon
|
123 |
+
- Canada
|
124 |
+
- Cayman Islands
|
125 |
+
- Central African Republic
|
126 |
+
- Chad
|
127 |
+
- Channel Islands
|
128 |
+
- Chile
|
129 |
+
- China
|
130 |
+
- Colombia
|
131 |
+
- Comoros
|
132 |
+
- Democratic Republic of the Congo
|
133 |
+
- Republic of the Congo
|
134 |
+
- Costa Rica
|
135 |
+
- Cote d'Ivoire
|
136 |
+
- Croatia
|
137 |
+
- Cuba
|
138 |
+
- Curacao
|
139 |
+
- Cyprus
|
140 |
+
- Czechia
|
141 |
+
- Denmark
|
142 |
+
- Djibouti
|
143 |
+
- Dominica
|
144 |
+
- Dominican Republic
|
145 |
+
- Ecuador
|
146 |
+
- Egypt
|
147 |
+
- El Salvador
|
148 |
+
- Equatorial Guinea
|
149 |
+
- Eritrea
|
150 |
+
- Estonia
|
151 |
+
- Eswatini
|
152 |
+
- Ethiopia
|
153 |
+
- Faroe Islands
|
154 |
+
- Fiji
|
155 |
+
- Finland
|
156 |
+
- France
|
157 |
+
- French Polynesia
|
158 |
+
- Gabon
|
159 |
+
- Gambia
|
160 |
+
- Georgia
|
161 |
+
- Germany
|
162 |
+
- Ghana
|
163 |
+
- Gibraltar
|
164 |
+
- Greece
|
165 |
+
- Greenland
|
166 |
+
- Grenada
|
167 |
+
- Guam
|
168 |
+
- Guatemala
|
169 |
+
- Guinea
|
170 |
+
- Guinea-Bissau
|
171 |
+
- Guyana
|
172 |
+
- Haiti
|
173 |
+
- Honduras
|
174 |
+
- Hong Kong SAR
|
175 |
+
- Hungary
|
176 |
+
- Iceland
|
177 |
+
- India
|
178 |
+
- Indonesia
|
179 |
+
- Iran
|
180 |
+
- Iraq
|
181 |
+
- Ireland
|
182 |
+
- Isle of Man
|
183 |
+
- Israel
|
184 |
+
- Italy
|
185 |
+
- Jamaica
|
186 |
+
- Japan
|
187 |
+
- Jordan
|
188 |
+
- Kazakhstan
|
189 |
+
- Kenya
|
190 |
+
- Kiribati
|
191 |
+
- North Korea
|
192 |
+
- South Korea
|
193 |
+
- Kosovo
|
194 |
+
- Kuwait
|
195 |
+
- Kyrgyz Republic
|
196 |
+
- Lao
|
197 |
+
- Latvia
|
198 |
+
- Lebanon
|
199 |
+
- Lesotho
|
200 |
+
- Liberia
|
201 |
+
- Libya
|
202 |
+
- Liechtenstein
|
203 |
+
- Lithuania
|
204 |
+
- Luxembourg
|
205 |
+
- Macao
|
206 |
+
- Madagascar
|
207 |
+
- Malawi
|
208 |
+
- Malaysia
|
209 |
+
- Maldives
|
210 |
+
- Mali
|
211 |
+
- Malta
|
212 |
+
- Marshall Islands
|
213 |
+
- Mauritania
|
214 |
+
- Mauritius
|
215 |
+
- Mexico
|
216 |
+
- Micronesia
|
217 |
+
- Moldova
|
218 |
+
- Monaco
|
219 |
+
- Mongolia
|
220 |
+
- Montenegro
|
221 |
+
- Morocco
|
222 |
+
- Mozambique
|
223 |
+
- Myanmar
|
224 |
+
- Namibia
|
225 |
+
- Nauru
|
226 |
+
- Nepal
|
227 |
+
- Netherlands
|
228 |
+
- New Caledonia
|
229 |
+
- New Zealand
|
230 |
+
- Nicaragua
|
231 |
+
- Niger
|
232 |
+
- Nigeria
|
233 |
+
- North Macedonia
|
234 |
+
- Northern Mariana Islands
|
235 |
+
- Norway
|
236 |
+
- Oman
|
237 |
+
- Pakistan
|
238 |
+
- Palau
|
239 |
+
- Panama
|
240 |
+
- Papua New Guinea
|
241 |
+
- Paraguay
|
242 |
+
- Peru
|
243 |
+
- Philippines
|
244 |
+
- Poland
|
245 |
+
- Portugal
|
246 |
+
- Puerto Rico
|
247 |
+
- Qatar
|
248 |
+
- Romania
|
249 |
+
- Russian Federation
|
250 |
+
- Rwanda
|
251 |
+
- Samoa
|
252 |
+
- San Marino
|
253 |
+
- Sao Tome and Principe
|
254 |
+
- Saudi Arabia
|
255 |
+
- Senegal
|
256 |
+
- Serbia
|
257 |
+
- Seychelles
|
258 |
+
- Sierra Leone
|
259 |
+
- Singapore
|
260 |
+
- St. Maarten (Dutch part)
|
261 |
+
- Slovak Republic
|
262 |
+
- Slovenia
|
263 |
+
- Solomon Islands
|
264 |
+
- Somalia
|
265 |
+
- South Africa
|
266 |
+
- South Sudan
|
267 |
+
- Spain
|
268 |
+
- Sri Lanka
|
269 |
+
- St. Kitts and Nevis
|
270 |
+
- St. Lucia
|
271 |
+
- St. Martin (French part)
|
272 |
+
- St. Vincent and the Grenadines
|
273 |
+
- Sudan
|
274 |
+
- Suriname
|
275 |
+
- Sweden
|
276 |
+
- Switzerland
|
277 |
+
- Syria
|
278 |
+
- Taiwan
|
279 |
+
- Tajikistan
|
280 |
+
- Tanzania
|
281 |
+
- Thailand
|
282 |
+
- Timor-Leste
|
283 |
+
- Togo
|
284 |
+
- Tonga
|
285 |
+
- Trinidad and Tobago
|
286 |
+
- Tunisia
|
287 |
+
- Turkiye
|
288 |
+
- Turkmenistan
|
289 |
+
- Turks and Caicos Islands
|
290 |
+
- Tuvalu
|
291 |
+
- Uganda
|
292 |
+
- Ukraine
|
293 |
+
- United Arab Emirates
|
294 |
+
- United Kingdom
|
295 |
+
- United States
|
296 |
+
- Uruguay
|
297 |
+
- Uzbekistan
|
298 |
+
- Vanuatu
|
299 |
+
- Venezuela
|
300 |
+
- Vietnam
|
301 |
+
- Virgin Islands (U.S.)
|
302 |
+
- West Bank and Gaza
|
303 |
+
- Yemen
|
304 |
+
- Zambia
|
305 |
+
- Zimbabwe
|
306 |
+
|
307 |
+
## US States
|
308 |
+
|
309 |
+
- Alabama
|
310 |
+
- Alaska
|
311 |
+
- Arizona
|
312 |
+
- Arkansas
|
313 |
+
- California
|
314 |
+
- Colorado
|
315 |
+
- Connecticut
|
316 |
+
- Delaware
|
317 |
+
- Florida
|
318 |
+
- Georgia (US)
|
319 |
+
- Hawaii
|
320 |
+
- Idaho
|
321 |
+
- Illinois
|
322 |
+
- Indiana
|
323 |
+
- Iowa
|
324 |
+
- Kansas
|
325 |
+
- Kentucky
|
326 |
+
- Louisiana
|
327 |
+
- Maine
|
328 |
+
- Maryland
|
329 |
+
- Massachusetts
|
330 |
+
- Michigan
|
331 |
+
- Minnesota
|
332 |
+
- Mississippi
|
333 |
+
- Missouri
|
334 |
+
- Montana
|
335 |
+
- Nebraska
|
336 |
+
- Nevada
|
337 |
+
- New Hampshire
|
338 |
+
- New Jersey
|
339 |
+
- New Mexico
|
340 |
+
- New York
|
341 |
+
- North Carolina
|
342 |
+
- North Dakota
|
343 |
+
- Ohio
|
344 |
+
- Oklahoma
|
345 |
+
- Oregon
|
346 |
+
- Pennsylvania
|
347 |
+
- Rhode Island
|
348 |
+
- South Carolina
|
349 |
+
- South Dakota
|
350 |
+
- Tennessee
|
351 |
+
- Texas
|
352 |
+
- Utah
|
353 |
+
- Vermont
|
354 |
+
- Virginia
|
355 |
+
- Washington
|
356 |
+
- West Virginia
|
357 |
+
- Wisconsin
|
358 |
+
- Wyoming
|
docs/documentation/specs/raw/ghgs_manifest.md
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# GHG Data Manifest
|
2 |
+
|
3 |
+
## Column Overview
|
4 |
+
|
5 |
+
### Units
|
6 |
+
|
7 |
+
Parameters:
|
8 |
+
|
9 |
+
- $/tCO2e
|
10 |
+
|
11 |
+
### Impact
|
12 |
+
|
13 |
+
Parameters:
|
14 |
+
|
15 |
+
- 236.0
|
16 |
+
|
docs/documentation/specs/raw/land-conversion_manifest.md
ADDED
@@ -0,0 +1,280 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Land Conversion Data Manifest
|
2 |
+
|
3 |
+
## Column Overview
|
4 |
+
|
5 |
+
### Category
|
6 |
+
|
7 |
+
Parameters:
|
8 |
+
|
9 |
+
- Wheat - conventional
|
10 |
+
- Vegetables, fruit, nuts - conventional
|
11 |
+
- Cereals, grains - conventional
|
12 |
+
- Oilseeds - conventional
|
13 |
+
- Sugarcane, sugarbeet - conventional
|
14 |
+
- Plant-based fibers - conventional
|
15 |
+
- Other crops - conventional
|
16 |
+
- Other crops - organic
|
17 |
+
- Other crops - sustainable
|
18 |
+
- Bovine, sheep, goats, horses - conventional
|
19 |
+
- Bovine, sheep, goats, horses - organic
|
20 |
+
- Bovine, sheep, goats, horses - sustainable
|
21 |
+
- Cashmere - conventional
|
22 |
+
- Cashmere - organic
|
23 |
+
- Cashmere - sustainable
|
24 |
+
- Forestry
|
25 |
+
- Paddy rice
|
26 |
+
- Paved
|
27 |
+
|
28 |
+
### Impact
|
29 |
+
|
30 |
+
Parameters:
|
31 |
+
|
32 |
+
- Lost Ecosystem Services
|
33 |
+
|
34 |
+
### Reference
|
35 |
+
|
36 |
+
Parameters:
|
37 |
+
|
38 |
+
- Land Conversion_Wheat - conventional_N/A for LULC_Lost Ecosystem Services
|
39 |
+
- Land Conversion_Vegetables, fruit, nuts - conventional_N/A for LULC_Lost Ecosystem Services
|
40 |
+
- Land Conversion_Cereals, grains - conventional_N/A for LULC_Lost Ecosystem Services
|
41 |
+
- Land Conversion_Oilseeds - conventional_N/A for LULC_Lost Ecosystem Services
|
42 |
+
- Land Conversion_Sugarcane, sugarbeet - conventional_N/A for LULC_Lost Ecosystem Services
|
43 |
+
- Land Conversion_Plant-based fibers - conventional_N/A for LULC_Lost Ecosystem Services
|
44 |
+
- Land Conversion_Other crops - conventional_N/A for LULC_Lost Ecosystem Services
|
45 |
+
- Land Conversion_Other crops - organic_N/A for LULC_Lost Ecosystem Services
|
46 |
+
- Land Conversion_Other crops - sustainable_N/A for LULC_Lost Ecosystem Services
|
47 |
+
- Land Conversion_Bovine, sheep, goats, horses - conventional_N/A for LULC_Lost Ecosystem Services
|
48 |
+
- Land Conversion_Bovine, sheep, goats, horses - organic_N/A for LULC_Lost Ecosystem Services
|
49 |
+
- Land Conversion_Bovine, sheep, goats, horses - sustainable_N/A for LULC_Lost Ecosystem Services
|
50 |
+
- Land Conversion_Cashmere - conventional_N/A for LULC_Lost Ecosystem Services
|
51 |
+
- Land Conversion_Cashmere - organic_N/A for LULC_Lost Ecosystem Services
|
52 |
+
- Land Conversion_Cashmere - sustainable_N/A for LULC_Lost Ecosystem Services
|
53 |
+
- Land Conversion_Forestry_N/A for LULC_Lost Ecosystem Services
|
54 |
+
- Land Conversion_Paddy rice_N/A for LULC_Lost Ecosystem Services
|
55 |
+
- Land Conversion_Paved_N/A for LULC_Lost Ecosystem Services
|
56 |
+
|
57 |
+
# Countries And Territories
|
58 |
+
|
59 |
+
### Country
|
60 |
+
|
61 |
+
Parameters:
|
62 |
+
|
63 |
+
- Afghanistan
|
64 |
+
- Albania
|
65 |
+
- Algeria
|
66 |
+
- American Samoa
|
67 |
+
- Andorra
|
68 |
+
- Angola
|
69 |
+
- Antigua and Barbuda
|
70 |
+
- Argentina
|
71 |
+
- Armenia
|
72 |
+
- Aruba
|
73 |
+
- Australia
|
74 |
+
- Austria
|
75 |
+
- Azerbaijan
|
76 |
+
- Bahamas
|
77 |
+
- Bahrain
|
78 |
+
- Bangladesh
|
79 |
+
- Barbados
|
80 |
+
- Belarus
|
81 |
+
- Belgium
|
82 |
+
- Belize
|
83 |
+
- Benin
|
84 |
+
- Bermuda
|
85 |
+
- Bhutan
|
86 |
+
- Bolivia
|
87 |
+
- Bosnia and Herzegovina
|
88 |
+
- Botswana
|
89 |
+
- Brazil
|
90 |
+
- British Virgin Islands
|
91 |
+
- Brunei Darussalam
|
92 |
+
- Bulgaria
|
93 |
+
- Burkina Faso
|
94 |
+
- Burundi
|
95 |
+
- Cabo Verde
|
96 |
+
- Cambodia
|
97 |
+
- Cameroon
|
98 |
+
- Canada
|
99 |
+
- Cayman Islands
|
100 |
+
- Central African Republic
|
101 |
+
- Chad
|
102 |
+
- Channel Islands
|
103 |
+
- Chile
|
104 |
+
- China
|
105 |
+
- Colombia
|
106 |
+
- Comoros
|
107 |
+
- Democratic Republic of the Congo
|
108 |
+
- Republic of the Congo
|
109 |
+
- Costa Rica
|
110 |
+
- Cote d'Ivoire
|
111 |
+
- Croatia
|
112 |
+
- Cuba
|
113 |
+
- Curacao
|
114 |
+
- Cyprus
|
115 |
+
- Czechia
|
116 |
+
- Denmark
|
117 |
+
- Djibouti
|
118 |
+
- Dominica
|
119 |
+
- Dominican Republic
|
120 |
+
- Ecuador
|
121 |
+
- Egypt
|
122 |
+
- El Salvador
|
123 |
+
- Equatorial Guinea
|
124 |
+
- Eritrea
|
125 |
+
- Estonia
|
126 |
+
- Eswatini
|
127 |
+
- Ethiopia
|
128 |
+
- Faroe Islands
|
129 |
+
- Fiji
|
130 |
+
- Finland
|
131 |
+
- France
|
132 |
+
- French Polynesia
|
133 |
+
- Gabon
|
134 |
+
- Gambia
|
135 |
+
- Georgia
|
136 |
+
- Germany
|
137 |
+
- Ghana
|
138 |
+
- Gibraltar
|
139 |
+
- Greece
|
140 |
+
- Greenland
|
141 |
+
- Grenada
|
142 |
+
- Guam
|
143 |
+
- Guatemala
|
144 |
+
- Guinea
|
145 |
+
- Guinea-Bissau
|
146 |
+
- Guyana
|
147 |
+
- Haiti
|
148 |
+
- Honduras
|
149 |
+
- Hong Kong SAR
|
150 |
+
- Hungary
|
151 |
+
- Iceland
|
152 |
+
- India
|
153 |
+
- Indonesia
|
154 |
+
- Iran
|
155 |
+
- Iraq
|
156 |
+
- Ireland
|
157 |
+
- Isle of Man
|
158 |
+
- Israel
|
159 |
+
- Italy
|
160 |
+
- Jamaica
|
161 |
+
- Japan
|
162 |
+
- Jordan
|
163 |
+
- Kazakhstan
|
164 |
+
- Kenya
|
165 |
+
- Kiribati
|
166 |
+
- North Korea
|
167 |
+
- South Korea
|
168 |
+
- Kosovo
|
169 |
+
- Kuwait
|
170 |
+
- Kyrgyz Republic
|
171 |
+
- Lao
|
172 |
+
- Latvia
|
173 |
+
- Lebanon
|
174 |
+
- Lesotho
|
175 |
+
- Liberia
|
176 |
+
- Libya
|
177 |
+
- Liechtenstein
|
178 |
+
- Lithuania
|
179 |
+
- Luxembourg
|
180 |
+
- Macao
|
181 |
+
- Madagascar
|
182 |
+
- Malawi
|
183 |
+
- Malaysia
|
184 |
+
- Maldives
|
185 |
+
- Mali
|
186 |
+
- Malta
|
187 |
+
- Marshall Islands
|
188 |
+
- Mauritania
|
189 |
+
- Mauritius
|
190 |
+
- Mexico
|
191 |
+
- Micronesia
|
192 |
+
- Moldova
|
193 |
+
- Monaco
|
194 |
+
- Mongolia
|
195 |
+
- Montenegro
|
196 |
+
- Morocco
|
197 |
+
- Mozambique
|
198 |
+
- Myanmar
|
199 |
+
- Namibia
|
200 |
+
- Nauru
|
201 |
+
- Nepal
|
202 |
+
- Netherlands
|
203 |
+
- New Caledonia
|
204 |
+
- New Zealand
|
205 |
+
- Nicaragua
|
206 |
+
- Niger
|
207 |
+
- Nigeria
|
208 |
+
- North Macedonia
|
209 |
+
- Northern Mariana Islands
|
210 |
+
- Norway
|
211 |
+
- Oman
|
212 |
+
- Pakistan
|
213 |
+
- Palau
|
214 |
+
- Panama
|
215 |
+
- Papua New Guinea
|
216 |
+
- Paraguay
|
217 |
+
- Peru
|
218 |
+
- Philippines
|
219 |
+
- Poland
|
220 |
+
- Portugal
|
221 |
+
- Puerto Rico
|
222 |
+
- Qatar
|
223 |
+
- Romania
|
224 |
+
- Russian Federation
|
225 |
+
- Rwanda
|
226 |
+
- Samoa
|
227 |
+
- San Marino
|
228 |
+
- Sao Tome and Principe
|
229 |
+
- Saudi Arabia
|
230 |
+
- Senegal
|
231 |
+
- Serbia
|
232 |
+
- Seychelles
|
233 |
+
- Sierra Leone
|
234 |
+
- Singapore
|
235 |
+
- St. Maarten (Dutch part)
|
236 |
+
- Slovak Republic
|
237 |
+
- Slovenia
|
238 |
+
- Solomon Islands
|
239 |
+
- Somalia
|
240 |
+
- South Africa
|
241 |
+
- South Sudan
|
242 |
+
- Spain
|
243 |
+
- Sri Lanka
|
244 |
+
- St. Kitts and Nevis
|
245 |
+
- St. Lucia
|
246 |
+
- St. Martin (French part)
|
247 |
+
- St. Vincent and the Grenadines
|
248 |
+
- Sudan
|
249 |
+
- Suriname
|
250 |
+
- Sweden
|
251 |
+
- Switzerland
|
252 |
+
- Syria
|
253 |
+
- Taiwan
|
254 |
+
- Tajikistan
|
255 |
+
- Tanzania
|
256 |
+
- Thailand
|
257 |
+
- Timor-Leste
|
258 |
+
- Togo
|
259 |
+
- Tonga
|
260 |
+
- Trinidad and Tobago
|
261 |
+
- Tunisia
|
262 |
+
- Turkiye
|
263 |
+
- Turkmenistan
|
264 |
+
- Turks and Caicos Islands
|
265 |
+
- Tuvalu
|
266 |
+
- Uganda
|
267 |
+
- Ukraine
|
268 |
+
- United Arab Emirates
|
269 |
+
- United Kingdom
|
270 |
+
- United States
|
271 |
+
- Uruguay
|
272 |
+
- Uzbekistan
|
273 |
+
- Vanuatu
|
274 |
+
- Venezuela
|
275 |
+
- Vietnam
|
276 |
+
- Virgin Islands (U.S.)
|
277 |
+
- West Bank and Gaza
|
278 |
+
- Yemen
|
279 |
+
- Zambia
|
280 |
+
- Zimbabwe
|
docs/documentation/specs/raw/land-use_manifest.md
ADDED
@@ -0,0 +1,286 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Land Use Data Manifest
|
2 |
+
|
3 |
+
## Column Overview
|
4 |
+
|
5 |
+
### Category
|
6 |
+
|
7 |
+
Parameters:
|
8 |
+
|
9 |
+
- Wheat - conventional
|
10 |
+
- Vegetables, fruit, nuts - conventional
|
11 |
+
- Cereals, grains - conventional
|
12 |
+
- Oilseeds - conventional
|
13 |
+
- Sugarcane, sugarbeet - conventional
|
14 |
+
- Plant-based fibers - conventional
|
15 |
+
- Other crops - conventional
|
16 |
+
- Other crops - organic
|
17 |
+
- Other crops - sustainable
|
18 |
+
- Bovine, sheep, goats, horses - conventional
|
19 |
+
- Bovine, sheep, goats, horses - organic
|
20 |
+
- Bovine, sheep, goats, horses - sustainable
|
21 |
+
- Cashmere - conventional
|
22 |
+
- Cashmere - organic
|
23 |
+
- Cashmere - sustainable
|
24 |
+
- Forestry
|
25 |
+
- Paddy rice
|
26 |
+
- Paved
|
27 |
+
|
28 |
+
### Impact
|
29 |
+
|
30 |
+
Parameters:
|
31 |
+
|
32 |
+
- Lost Ecosystem Services
|
33 |
+
|
34 |
+
### Units
|
35 |
+
|
36 |
+
Parameters:
|
37 |
+
|
38 |
+
- /ha
|
39 |
+
|
40 |
+
### Reference
|
41 |
+
|
42 |
+
Parameters:
|
43 |
+
|
44 |
+
- Land Use_Wheat - conventional_N/A for LULC_Lost Ecosystem Services
|
45 |
+
- Land Use_Vegetables, fruit, nuts - conventional_N/A for LULC_Lost Ecosystem Services
|
46 |
+
- Land Use_Cereals, grains - conventional_N/A for LULC_Lost Ecosystem Services
|
47 |
+
- Land Use_Oilseeds - conventional_N/A for LULC_Lost Ecosystem Services
|
48 |
+
- Land Use_Sugarcane, sugarbeet - conventional_N/A for LULC_Lost Ecosystem Services
|
49 |
+
- Land Use_Plant-based fibers - conventional_N/A for LULC_Lost Ecosystem Services
|
50 |
+
- Land Use_Other crops - conventional_N/A for LULC_Lost Ecosystem Services
|
51 |
+
- Land Use_Other crops - organic_N/A for LULC_Lost Ecosystem Services
|
52 |
+
- Land Use_Other crops - sustainable_N/A for LULC_Lost Ecosystem Services
|
53 |
+
- Land Use_Bovine, sheep, goats, horses - conventional_N/A for LULC_Lost Ecosystem Services
|
54 |
+
- Land Use_Bovine, sheep, goats, horses - organic_N/A for LULC_Lost Ecosystem Services
|
55 |
+
- Land Use_Bovine, sheep, goats, horses - sustainable_N/A for LULC_Lost Ecosystem Services
|
56 |
+
- Land Use_Cashmere - conventional_N/A for LULC_Lost Ecosystem Services
|
57 |
+
- Land Use_Cashmere - organic_N/A for LULC_Lost Ecosystem Services
|
58 |
+
- Land Use_Cashmere - sustainable_N/A for LULC_Lost Ecosystem Services
|
59 |
+
- Land Use_Forestry_N/A for LULC_Lost Ecosystem Services
|
60 |
+
- Land Use_Paddy rice_N/A for LULC_Lost Ecosystem Services
|
61 |
+
- Land Use_Paved_N/A for LULC_Lost Ecosystem Services
|
62 |
+
|
63 |
+
---
|
64 |
+
|
65 |
+
### Country
|
66 |
+
|
67 |
+
Parameters:
|
68 |
+
|
69 |
+
- Afghanistan
|
70 |
+
- Albania
|
71 |
+
- Algeria
|
72 |
+
- American Samoa
|
73 |
+
- Andorra
|
74 |
+
- Angola
|
75 |
+
- Antigua and Barbuda
|
76 |
+
- Argentina
|
77 |
+
- Armenia
|
78 |
+
- Aruba
|
79 |
+
- Australia
|
80 |
+
- Austria
|
81 |
+
- Azerbaijan
|
82 |
+
- Bahamas
|
83 |
+
- Bahrain
|
84 |
+
- Bangladesh
|
85 |
+
- Barbados
|
86 |
+
- Belarus
|
87 |
+
- Belgium
|
88 |
+
- Belize
|
89 |
+
- Benin
|
90 |
+
- Bermuda
|
91 |
+
- Bhutan
|
92 |
+
- Bolivia
|
93 |
+
- Bosnia and Herzegovina
|
94 |
+
- Botswana
|
95 |
+
- Brazil
|
96 |
+
- British Virgin Islands
|
97 |
+
- Brunei Darussalam
|
98 |
+
- Bulgaria
|
99 |
+
- Burkina Faso
|
100 |
+
- Burundi
|
101 |
+
- Cabo Verde
|
102 |
+
- Cambodia
|
103 |
+
- Cameroon
|
104 |
+
- Canada
|
105 |
+
- Cayman Islands
|
106 |
+
- Central African Republic
|
107 |
+
- Chad
|
108 |
+
- Channel Islands
|
109 |
+
- Chile
|
110 |
+
- China
|
111 |
+
- Colombia
|
112 |
+
- Comoros
|
113 |
+
- Democratic Republic of the Congo
|
114 |
+
- Republic of the Congo
|
115 |
+
- Costa Rica
|
116 |
+
- Cote d'Ivoire
|
117 |
+
- Croatia
|
118 |
+
- Cuba
|
119 |
+
- Curacao
|
120 |
+
- Cyprus
|
121 |
+
- Czechia
|
122 |
+
- Denmark
|
123 |
+
- Djibouti
|
124 |
+
- Dominica
|
125 |
+
- Dominican Republic
|
126 |
+
- Ecuador
|
127 |
+
- Egypt
|
128 |
+
- El Salvador
|
129 |
+
- Equatorial Guinea
|
130 |
+
- Eritrea
|
131 |
+
- Estonia
|
132 |
+
- Eswatini
|
133 |
+
- Ethiopia
|
134 |
+
- Faroe Islands
|
135 |
+
- Fiji
|
136 |
+
- Finland
|
137 |
+
- France
|
138 |
+
- French Polynesia
|
139 |
+
- Gabon
|
140 |
+
- Gambia
|
141 |
+
- Georgia
|
142 |
+
- Germany
|
143 |
+
- Ghana
|
144 |
+
- Gibraltar
|
145 |
+
- Greece
|
146 |
+
- Greenland
|
147 |
+
- Grenada
|
148 |
+
- Guam
|
149 |
+
- Guatemala
|
150 |
+
- Guinea
|
151 |
+
- Guinea-Bissau
|
152 |
+
- Guyana
|
153 |
+
- Haiti
|
154 |
+
- Honduras
|
155 |
+
- Hong Kong SAR
|
156 |
+
- Hungary
|
157 |
+
- Iceland
|
158 |
+
- India
|
159 |
+
- Indonesia
|
160 |
+
- Iran
|
161 |
+
- Iraq
|
162 |
+
- Ireland
|
163 |
+
- Isle of Man
|
164 |
+
- Israel
|
165 |
+
- Italy
|
166 |
+
- Jamaica
|
167 |
+
- Japan
|
168 |
+
- Jordan
|
169 |
+
- Kazakhstan
|
170 |
+
- Kenya
|
171 |
+
- Kiribati
|
172 |
+
- North Korea
|
173 |
+
- South Korea
|
174 |
+
- Kosovo
|
175 |
+
- Kuwait
|
176 |
+
- Kyrgyz Republic
|
177 |
+
- Lao
|
178 |
+
- Latvia
|
179 |
+
- Lebanon
|
180 |
+
- Lesotho
|
181 |
+
- Liberia
|
182 |
+
- Libya
|
183 |
+
- Liechtenstein
|
184 |
+
- Lithuania
|
185 |
+
- Luxembourg
|
186 |
+
- Macao
|
187 |
+
- Madagascar
|
188 |
+
- Malawi
|
189 |
+
- Malaysia
|
190 |
+
- Maldives
|
191 |
+
- Mali
|
192 |
+
- Malta
|
193 |
+
- Marshall Islands
|
194 |
+
- Mauritania
|
195 |
+
- Mauritius
|
196 |
+
- Mexico
|
197 |
+
- Micronesia
|
198 |
+
- Moldova
|
199 |
+
- Monaco
|
200 |
+
- Mongolia
|
201 |
+
- Montenegro
|
202 |
+
- Morocco
|
203 |
+
- Mozambique
|
204 |
+
- Myanmar
|
205 |
+
- Namibia
|
206 |
+
- Nauru
|
207 |
+
- Nepal
|
208 |
+
- Netherlands
|
209 |
+
- New Caledonia
|
210 |
+
- New Zealand
|
211 |
+
- Nicaragua
|
212 |
+
- Niger
|
213 |
+
- Nigeria
|
214 |
+
- North Macedonia
|
215 |
+
- Northern Mariana Islands
|
216 |
+
- Norway
|
217 |
+
- Oman
|
218 |
+
- Pakistan
|
219 |
+
- Palau
|
220 |
+
- Panama
|
221 |
+
- Papua New Guinea
|
222 |
+
- Paraguay
|
223 |
+
- Peru
|
224 |
+
- Philippines
|
225 |
+
- Poland
|
226 |
+
- Portugal
|
227 |
+
- Puerto Rico
|
228 |
+
- Qatar
|
229 |
+
- Romania
|
230 |
+
- Russian Federation
|
231 |
+
- Rwanda
|
232 |
+
- Samoa
|
233 |
+
- San Marino
|
234 |
+
- Sao Tome and Principe
|
235 |
+
- Saudi Arabia
|
236 |
+
- Senegal
|
237 |
+
- Serbia
|
238 |
+
- Seychelles
|
239 |
+
- Sierra Leone
|
240 |
+
- Singapore
|
241 |
+
- St. Maarten (Dutch part)
|
242 |
+
- Slovak Republic
|
243 |
+
- Slovenia
|
244 |
+
- Solomon Islands
|
245 |
+
- Somalia
|
246 |
+
- South Africa
|
247 |
+
- South Sudan
|
248 |
+
- Spain
|
249 |
+
- Sri Lanka
|
250 |
+
- St. Kitts and Nevis
|
251 |
+
- St. Lucia
|
252 |
+
- St. Martin (French part)
|
253 |
+
- St. Vincent and the Grenadines
|
254 |
+
- Sudan
|
255 |
+
- Suriname
|
256 |
+
- Sweden
|
257 |
+
- Switzerland
|
258 |
+
- Syria
|
259 |
+
- Taiwan
|
260 |
+
- Tajikistan
|
261 |
+
- Tanzania
|
262 |
+
- Thailand
|
263 |
+
- Timor-Leste
|
264 |
+
- Togo
|
265 |
+
- Tonga
|
266 |
+
- Trinidad and Tobago
|
267 |
+
- Tunisia
|
268 |
+
- Turkiye
|
269 |
+
- Turkmenistan
|
270 |
+
- Turks and Caicos Islands
|
271 |
+
- Tuvalu
|
272 |
+
- Uganda
|
273 |
+
- Ukraine
|
274 |
+
- United Arab Emirates
|
275 |
+
- United Kingdom
|
276 |
+
- United States
|
277 |
+
- Uruguay
|
278 |
+
- Uzbekistan
|
279 |
+
- Vanuatu
|
280 |
+
- Venezuela
|
281 |
+
- Vietnam
|
282 |
+
- Virgin Islands (U.S.)
|
283 |
+
- West Bank and Gaza
|
284 |
+
- Yemen
|
285 |
+
- Zambia
|
286 |
+
- Zimbabwe
|
docs/documentation/specs/raw/waste_manifest.md
ADDED
@@ -0,0 +1,286 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Waste Data Manifest
|
2 |
+
|
3 |
+
## Column Overview
|
4 |
+
|
5 |
+
### Category
|
6 |
+
|
7 |
+
Parameters:
|
8 |
+
|
9 |
+
- Hazardous
|
10 |
+
- Non-Hazardous
|
11 |
+
|
12 |
+
### Location
|
13 |
+
|
14 |
+
Parameters:
|
15 |
+
|
16 |
+
- Landfill
|
17 |
+
- Incineration
|
18 |
+
- Unspecified
|
19 |
+
|
20 |
+
### Impact
|
21 |
+
|
22 |
+
Parameters:
|
23 |
+
|
24 |
+
- Leachate
|
25 |
+
- Waste GHGs
|
26 |
+
- Disamenity
|
27 |
+
- Waste Air pollution
|
28 |
+
- Heavy metals and dioxins
|
29 |
+
|
30 |
+
### Units
|
31 |
+
|
32 |
+
Parameters:
|
33 |
+
|
34 |
+
- /kg
|
35 |
+
|
36 |
+
### Reference
|
37 |
+
|
38 |
+
Parameters:
|
39 |
+
|
40 |
+
- Waste_Hazardous_Landfill_Leachate
|
41 |
+
- Waste_Hazardous_Landfill_Waste GHGs
|
42 |
+
- Waste_Hazardous_Landfill_Disamenity
|
43 |
+
- Waste_Non-Hazardous_Landfill_Leachate
|
44 |
+
- Waste_Non-Hazardous_Landfill_Waste GHGs
|
45 |
+
- Waste_Non-Hazardous_Landfill_Disamenity
|
46 |
+
- Waste_Hazardous_Incineration_Waste GHGs
|
47 |
+
- Waste_Hazardous_Incineration_Disamenity
|
48 |
+
- Waste_Hazardous_Incineration_Waste Air pollution
|
49 |
+
- Waste_Hazardous_Incineration_Heavy metals and dioxins
|
50 |
+
- Waste_Non-Hazardous_Incineration_Waste GHGs
|
51 |
+
- Waste_Non-Hazardous_Incineration_Disamenity
|
52 |
+
- Waste_Non-Hazardous_Incineration_Waste Air pollution
|
53 |
+
- Waste_Non-Hazardous_Incineration_Heavy metals and dioxins
|
54 |
+
- Waste_Hazardous_Unspecified_Leachate
|
55 |
+
- Waste_Hazardous_Unspecified_Waste Air pollution
|
56 |
+
- Waste_Hazardous_Unspecified_Heavy metals and dioxins
|
57 |
+
- Waste_Hazardous_Unspecified_Disamenity
|
58 |
+
- Waste_Hazardous_Unspecified_Waste GHGs
|
59 |
+
- Waste_Non-Hazardous_Unspecified_Leachate
|
60 |
+
- Waste_Non-Hazardous_Unspecified_Waste Air pollution
|
61 |
+
- Waste_Non-Hazardous_Unspecified_Heavy metals and dioxins
|
62 |
+
- Waste_Non-Hazardous_Unspecified_Disamenity
|
63 |
+
- Waste_Non-Hazardous_Unspecified_Waste GHGs
|
64 |
+
|
65 |
+
### Country
|
66 |
+
|
67 |
+
Parameters:
|
68 |
+
|
69 |
+
- Afghanistan
|
70 |
+
- Albania
|
71 |
+
- Algeria
|
72 |
+
- American Samoa
|
73 |
+
- Andorra
|
74 |
+
- Angola
|
75 |
+
- Antigua and Barbuda
|
76 |
+
- Argentina
|
77 |
+
- Armenia
|
78 |
+
- Aruba
|
79 |
+
- Australia
|
80 |
+
- Austria
|
81 |
+
- Azerbaijan
|
82 |
+
- Bahamas
|
83 |
+
- Bahrain
|
84 |
+
- Bangladesh
|
85 |
+
- Barbados
|
86 |
+
- Belarus
|
87 |
+
- Belgium
|
88 |
+
- Belize
|
89 |
+
- Benin
|
90 |
+
- Bermuda
|
91 |
+
- Bhutan
|
92 |
+
- Bolivia
|
93 |
+
- Bosnia and Herzegovina
|
94 |
+
- Botswana
|
95 |
+
- Brazil
|
96 |
+
- British Virgin Islands
|
97 |
+
- Brunei Darussalam
|
98 |
+
- Bulgaria
|
99 |
+
- Burkina Faso
|
100 |
+
- Burundi
|
101 |
+
- Cabo Verde
|
102 |
+
- Cambodia
|
103 |
+
- Cameroon
|
104 |
+
- Canada
|
105 |
+
- Cayman Islands
|
106 |
+
- Central African Republic
|
107 |
+
- Chad
|
108 |
+
- Channel Islands
|
109 |
+
- Chile
|
110 |
+
- China
|
111 |
+
- Colombia
|
112 |
+
- Comoros
|
113 |
+
- Democratic Republic of the Congo
|
114 |
+
- Republic of the Congo
|
115 |
+
- Costa Rica
|
116 |
+
- Cote d'Ivoire
|
117 |
+
- Croatia
|
118 |
+
- Cuba
|
119 |
+
- Curacao
|
120 |
+
- Cyprus
|
121 |
+
- Czechia
|
122 |
+
- Denmark
|
123 |
+
- Djibouti
|
124 |
+
- Dominica
|
125 |
+
- Dominican Republic
|
126 |
+
- Ecuador
|
127 |
+
- Egypt
|
128 |
+
- El Salvador
|
129 |
+
- Equatorial Guinea
|
130 |
+
- Eritrea
|
131 |
+
- Estonia
|
132 |
+
- Eswatini
|
133 |
+
- Ethiopia
|
134 |
+
- Faroe Islands
|
135 |
+
- Fiji
|
136 |
+
- Finland
|
137 |
+
- France
|
138 |
+
- French Polynesia
|
139 |
+
- Gabon
|
140 |
+
- Gambia
|
141 |
+
- Georgia
|
142 |
+
- Germany
|
143 |
+
- Ghana
|
144 |
+
- Gibraltar
|
145 |
+
- Greece
|
146 |
+
- Greenland
|
147 |
+
- Grenada
|
148 |
+
- Guam
|
149 |
+
- Guatemala
|
150 |
+
- Guinea
|
151 |
+
- Guinea-Bissau
|
152 |
+
- Guyana
|
153 |
+
- Haiti
|
154 |
+
- Honduras
|
155 |
+
- Hong Kong SAR
|
156 |
+
- Hungary
|
157 |
+
- Iceland
|
158 |
+
- India
|
159 |
+
- Indonesia
|
160 |
+
- Iran
|
161 |
+
- Iraq
|
162 |
+
- Ireland
|
163 |
+
- Isle of Man
|
164 |
+
- Israel
|
165 |
+
- Italy
|
166 |
+
- Jamaica
|
167 |
+
- Japan
|
168 |
+
- Jordan
|
169 |
+
- Kazakhstan
|
170 |
+
- Kenya
|
171 |
+
- Kiribati
|
172 |
+
- North Korea
|
173 |
+
- South Korea
|
174 |
+
- Kosovo
|
175 |
+
- Kuwait
|
176 |
+
- Kyrgyz Republic
|
177 |
+
- Lao
|
178 |
+
- Latvia
|
179 |
+
- Lebanon
|
180 |
+
- Lesotho
|
181 |
+
- Liberia
|
182 |
+
- Libya
|
183 |
+
- Liechtenstein
|
184 |
+
- Lithuania
|
185 |
+
- Luxembourg
|
186 |
+
- Macao
|
187 |
+
- Madagascar
|
188 |
+
- Malawi
|
189 |
+
- Malaysia
|
190 |
+
- Maldives
|
191 |
+
- Mali
|
192 |
+
- Malta
|
193 |
+
- Marshall Islands
|
194 |
+
- Mauritania
|
195 |
+
- Mauritius
|
196 |
+
- Mexico
|
197 |
+
- Micronesia
|
198 |
+
- Moldova
|
199 |
+
- Monaco
|
200 |
+
- Mongolia
|
201 |
+
- Montenegro
|
202 |
+
- Morocco
|
203 |
+
- Mozambique
|
204 |
+
- Myanmar
|
205 |
+
- Namibia
|
206 |
+
- Nauru
|
207 |
+
- Nepal
|
208 |
+
- Netherlands
|
209 |
+
- New Caledonia
|
210 |
+
- New Zealand
|
211 |
+
- Nicaragua
|
212 |
+
- Niger
|
213 |
+
- Nigeria
|
214 |
+
- North Macedonia
|
215 |
+
- Northern Mariana Islands
|
216 |
+
- Norway
|
217 |
+
- Oman
|
218 |
+
- Pakistan
|
219 |
+
- Palau
|
220 |
+
- Panama
|
221 |
+
- Papua New Guinea
|
222 |
+
- Paraguay
|
223 |
+
- Peru
|
224 |
+
- Philippines
|
225 |
+
- Poland
|
226 |
+
- Portugal
|
227 |
+
- Puerto Rico
|
228 |
+
- Qatar
|
229 |
+
- Romania
|
230 |
+
- Russian Federation
|
231 |
+
- Rwanda
|
232 |
+
- Samoa
|
233 |
+
- San Marino
|
234 |
+
- Sao Tome and Principe
|
235 |
+
- Saudi Arabia
|
236 |
+
- Senegal
|
237 |
+
- Serbia
|
238 |
+
- Seychelles
|
239 |
+
- Sierra Leone
|
240 |
+
- Singapore
|
241 |
+
- St. Maarten (Dutch part)
|
242 |
+
- Slovak Republic
|
243 |
+
- Slovenia
|
244 |
+
- Solomon Islands
|
245 |
+
- Somalia
|
246 |
+
- South Africa
|
247 |
+
- South Sudan
|
248 |
+
- Spain
|
249 |
+
- Sri Lanka
|
250 |
+
- St. Kitts and Nevis
|
251 |
+
- St. Lucia
|
252 |
+
- St. Martin (French part)
|
253 |
+
- St. Vincent and the Grenadines
|
254 |
+
- Sudan
|
255 |
+
- Suriname
|
256 |
+
- Sweden
|
257 |
+
- Switzerland
|
258 |
+
- Syria
|
259 |
+
- Taiwan
|
260 |
+
- Tajikistan
|
261 |
+
- Tanzania
|
262 |
+
- Thailand
|
263 |
+
- Timor-Leste
|
264 |
+
- Togo
|
265 |
+
- Tonga
|
266 |
+
- Trinidad and Tobago
|
267 |
+
- Tunisia
|
268 |
+
- Turkiye
|
269 |
+
- Turkmenistan
|
270 |
+
- Turks and Caicos Islands
|
271 |
+
- Tuvalu
|
272 |
+
- Uganda
|
273 |
+
- Ukraine
|
274 |
+
- United Arab Emirates
|
275 |
+
- United Kingdom
|
276 |
+
- United States
|
277 |
+
- Uruguay
|
278 |
+
- Uzbekistan
|
279 |
+
- Vanuatu
|
280 |
+
- Venezuela
|
281 |
+
- Vietnam
|
282 |
+
- Virgin Islands (U.S.)
|
283 |
+
- West Bank and Gaza
|
284 |
+
- Yemen
|
285 |
+
- Zambia
|
286 |
+
- Zimbabwe
|
docs/documentation/specs/raw/water-consumption_manifest.md
ADDED
@@ -0,0 +1,265 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Water Consumption Data Manifest
|
2 |
+
|
3 |
+
## Column Overview
|
4 |
+
|
5 |
+
### Category
|
6 |
+
|
7 |
+
Parameters:
|
8 |
+
|
9 |
+
- N/A for WC
|
10 |
+
|
11 |
+
### Location
|
12 |
+
|
13 |
+
Parameters:
|
14 |
+
|
15 |
+
- N/A for WC
|
16 |
+
|
17 |
+
### Impact
|
18 |
+
|
19 |
+
Parameters:
|
20 |
+
|
21 |
+
- Malnutrition
|
22 |
+
- Water-borne disease
|
23 |
+
- Resource cost
|
24 |
+
- Ecosystem services
|
25 |
+
|
26 |
+
### Units
|
27 |
+
|
28 |
+
Parameters:
|
29 |
+
|
30 |
+
- /m3
|
31 |
+
|
32 |
+
### Reference
|
33 |
+
|
34 |
+
Parameters:
|
35 |
+
|
36 |
+
- Water Consumption_N/A for WC_N/A for WC_Malnutrition
|
37 |
+
- Water Consumption_N/A for WC_N/A for WC_Water-borne disease
|
38 |
+
- Water Consumption_N/A for WC_N/A for WC_Resource cost
|
39 |
+
- Water Consumption_N/A for WC_N/A for WC_Ecosystem services
|
40 |
+
|
41 |
+
---
|
42 |
+
|
43 |
+
### Countries And Territories
|
44 |
+
|
45 |
+
Parameters:
|
46 |
+
|
47 |
+
- Afghanistan
|
48 |
+
- Albania
|
49 |
+
- Algeria
|
50 |
+
- American Samoa
|
51 |
+
- Andorra
|
52 |
+
- Angola
|
53 |
+
- Antigua and Barbuda
|
54 |
+
- Argentina
|
55 |
+
- Armenia
|
56 |
+
- Aruba
|
57 |
+
- Australia
|
58 |
+
- Austria
|
59 |
+
- Azerbaijan
|
60 |
+
- Bahamas
|
61 |
+
- Bahrain
|
62 |
+
- Bangladesh
|
63 |
+
- Barbados
|
64 |
+
- Belarus
|
65 |
+
- Belgium
|
66 |
+
- Belize
|
67 |
+
- Benin
|
68 |
+
- Bermuda
|
69 |
+
- Bhutan
|
70 |
+
- Bolivia
|
71 |
+
- Bosnia and Herzegovina
|
72 |
+
- Botswana
|
73 |
+
- Brazil
|
74 |
+
- British Virgin Islands
|
75 |
+
- Brunei Darussalam
|
76 |
+
- Bulgaria
|
77 |
+
- Burkina Faso
|
78 |
+
- Burundi
|
79 |
+
- Cabo Verde
|
80 |
+
- Cambodia
|
81 |
+
- Cameroon
|
82 |
+
- Canada
|
83 |
+
- Cayman Islands
|
84 |
+
- Central African Republic
|
85 |
+
- Chad
|
86 |
+
- Channel Islands
|
87 |
+
- Chile
|
88 |
+
- China
|
89 |
+
- Colombia
|
90 |
+
- Comoros
|
91 |
+
- Democratic Republic of the Congo
|
92 |
+
- Republic of the Congo
|
93 |
+
- Costa Rica
|
94 |
+
- Cote d'Ivoire
|
95 |
+
- Croatia
|
96 |
+
- Cuba
|
97 |
+
- Curacao
|
98 |
+
- Cyprus
|
99 |
+
- Czechia
|
100 |
+
- Denmark
|
101 |
+
- Djibouti
|
102 |
+
- Dominica
|
103 |
+
- Dominican Republic
|
104 |
+
- Ecuador
|
105 |
+
- Egypt
|
106 |
+
- El Salvador
|
107 |
+
- Equatorial Guinea
|
108 |
+
- Eritrea
|
109 |
+
- Estonia
|
110 |
+
- Eswatini
|
111 |
+
- Ethiopia
|
112 |
+
- Faroe Islands
|
113 |
+
- Fiji
|
114 |
+
- Finland
|
115 |
+
- France
|
116 |
+
- French Polynesia
|
117 |
+
- Gabon
|
118 |
+
- Gambia
|
119 |
+
- Georgia
|
120 |
+
- Germany
|
121 |
+
- Ghana
|
122 |
+
- Gibraltar
|
123 |
+
- Greece
|
124 |
+
- Greenland
|
125 |
+
- Grenada
|
126 |
+
- Guam
|
127 |
+
- Guatemala
|
128 |
+
- Guinea
|
129 |
+
- Guinea-Bissau
|
130 |
+
- Guyana
|
131 |
+
- Haiti
|
132 |
+
- Honduras
|
133 |
+
- Hong Kong SAR
|
134 |
+
- Hungary
|
135 |
+
- Iceland
|
136 |
+
- India
|
137 |
+
- Indonesia
|
138 |
+
- Iran
|
139 |
+
- Iraq
|
140 |
+
- Ireland
|
141 |
+
- Isle of Man
|
142 |
+
- Israel
|
143 |
+
- Italy
|
144 |
+
- Jamaica
|
145 |
+
- Japan
|
146 |
+
- Jordan
|
147 |
+
- Kazakhstan
|
148 |
+
- Kenya
|
149 |
+
- Kiribati
|
150 |
+
- North Korea
|
151 |
+
- South Korea
|
152 |
+
- Kosovo
|
153 |
+
- Kuwait
|
154 |
+
- Kyrgyz Republic
|
155 |
+
- Lao
|
156 |
+
- Latvia
|
157 |
+
- Lebanon
|
158 |
+
- Lesotho
|
159 |
+
- Liberia
|
160 |
+
- Libya
|
161 |
+
- Liechtenstein
|
162 |
+
- Lithuania
|
163 |
+
- Luxembourg
|
164 |
+
- Macao
|
165 |
+
- Madagascar
|
166 |
+
- Malawi
|
167 |
+
- Malaysia
|
168 |
+
- Maldives
|
169 |
+
- Mali
|
170 |
+
- Malta
|
171 |
+
- Marshall Islands
|
172 |
+
- Mauritania
|
173 |
+
- Mauritius
|
174 |
+
- Mexico
|
175 |
+
- Micronesia
|
176 |
+
- Moldova
|
177 |
+
- Monaco
|
178 |
+
- Mongolia
|
179 |
+
- Montenegro
|
180 |
+
- Morocco
|
181 |
+
- Mozambique
|
182 |
+
- Myanmar
|
183 |
+
- Namibia
|
184 |
+
- Nauru
|
185 |
+
- Nepal
|
186 |
+
- Netherlands
|
187 |
+
- New Caledonia
|
188 |
+
- New Zealand
|
189 |
+
- Nicaragua
|
190 |
+
- Niger
|
191 |
+
- Nigeria
|
192 |
+
- North Macedonia
|
193 |
+
- Northern Mariana Islands
|
194 |
+
- Norway
|
195 |
+
- Oman
|
196 |
+
- Pakistan
|
197 |
+
- Palau
|
198 |
+
- Panama
|
199 |
+
- Papua New Guinea
|
200 |
+
- Paraguay
|
201 |
+
- Peru
|
202 |
+
- Philippines
|
203 |
+
- Poland
|
204 |
+
- Portugal
|
205 |
+
- Puerto Rico
|
206 |
+
- Qatar
|
207 |
+
- Romania
|
208 |
+
- Russian Federation
|
209 |
+
- Rwanda
|
210 |
+
- Samoa
|
211 |
+
- San Marino
|
212 |
+
- Sao Tome and Principe
|
213 |
+
- Saudi Arabia
|
214 |
+
- Senegal
|
215 |
+
- Serbia
|
216 |
+
- Seychelles
|
217 |
+
- Sierra Leone
|
218 |
+
- Singapore
|
219 |
+
- St. Maarten (Dutch part)
|
220 |
+
- Slovak Republic
|
221 |
+
- Slovenia
|
222 |
+
- Solomon Islands
|
223 |
+
- Somalia
|
224 |
+
- South Africa
|
225 |
+
- South Sudan
|
226 |
+
- Spain
|
227 |
+
- Sri Lanka
|
228 |
+
- St. Kitts and Nevis
|
229 |
+
- St. Lucia
|
230 |
+
- St. Martin (French part)
|
231 |
+
- St. Vincent and the Grenadines
|
232 |
+
- Sudan
|
233 |
+
- Suriname
|
234 |
+
- Sweden
|
235 |
+
- Switzerland
|
236 |
+
- Syria
|
237 |
+
- Taiwan
|
238 |
+
- Tajikistan
|
239 |
+
- Tanzania
|
240 |
+
- Thailand
|
241 |
+
- Timor-Leste
|
242 |
+
- Togo
|
243 |
+
- Tonga
|
244 |
+
- Trinidad and Tobago
|
245 |
+
- Tunisia
|
246 |
+
- Turkiye
|
247 |
+
- Turkmenistan
|
248 |
+
- Turks and Caicos Islands
|
249 |
+
- Tuvalu
|
250 |
+
- Uganda
|
251 |
+
- Ukraine
|
252 |
+
- United Arab Emirates
|
253 |
+
- United Kingdom
|
254 |
+
- United States
|
255 |
+
- Uruguay
|
256 |
+
- Uzbekistan
|
257 |
+
- Vanuatu
|
258 |
+
- Venezuela
|
259 |
+
- Vietnam
|
260 |
+
- Virgin Islands (U.S.)
|
261 |
+
- West Bank and Gaza
|
262 |
+
- Yemen
|
263 |
+
- Zambia
|
264 |
+
- Zimbabwe
|
265 |
+
|
docs/documentation/specs/raw/water-pollution_manifest.md
ADDED
@@ -0,0 +1,767 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Water Pollution Data Manifest
|
2 |
+
|
3 |
+
## Column Overview
|
4 |
+
|
5 |
+
### Country
|
6 |
+
|
7 |
+
Parameters:
|
8 |
+
|
9 |
+
- Afghanistan
|
10 |
+
- Albania
|
11 |
+
- Algeria
|
12 |
+
- American Samoa
|
13 |
+
- Andorra
|
14 |
+
- Angola
|
15 |
+
- Antigua and Barbuda
|
16 |
+
- Argentina
|
17 |
+
- Armenia
|
18 |
+
- Aruba
|
19 |
+
- Australia
|
20 |
+
- Austria
|
21 |
+
- Azerbaijan
|
22 |
+
- Bahamas
|
23 |
+
- Bahrain
|
24 |
+
- Bangladesh
|
25 |
+
- Barbados
|
26 |
+
- Belarus
|
27 |
+
- Belgium
|
28 |
+
- Belize
|
29 |
+
- Benin
|
30 |
+
- Bermuda
|
31 |
+
- Bhutan
|
32 |
+
- Bolivia
|
33 |
+
- Bosnia and Herzegovina
|
34 |
+
- Botswana
|
35 |
+
- Brazil
|
36 |
+
- British Virgin Islands
|
37 |
+
- Brunei Darussalam
|
38 |
+
- Bulgaria
|
39 |
+
- Burkina Faso
|
40 |
+
- Burundi
|
41 |
+
- Cabo Verde
|
42 |
+
- Cambodia
|
43 |
+
- Cameroon
|
44 |
+
- Canada
|
45 |
+
- Cayman Islands
|
46 |
+
- Central African Republic
|
47 |
+
- Chad
|
48 |
+
- Channel Islands
|
49 |
+
- Chile
|
50 |
+
- China
|
51 |
+
- Colombia
|
52 |
+
- Comoros
|
53 |
+
- Democratic Republic of the Congo
|
54 |
+
- Republic of the Congo
|
55 |
+
- Costa Rica
|
56 |
+
- Cote d'Ivoire
|
57 |
+
- Croatia
|
58 |
+
- Cuba
|
59 |
+
- Curacao
|
60 |
+
- Cyprus
|
61 |
+
- Czechia
|
62 |
+
- Denmark
|
63 |
+
- Djibouti
|
64 |
+
- Dominica
|
65 |
+
- Dominican Republic
|
66 |
+
- Ecuador
|
67 |
+
- Egypt
|
68 |
+
- El Salvador
|
69 |
+
- Equatorial Guinea
|
70 |
+
- Eritrea
|
71 |
+
- Estonia
|
72 |
+
- Eswatini
|
73 |
+
- Ethiopia
|
74 |
+
- Faroe Islands
|
75 |
+
- Fiji
|
76 |
+
- Finland
|
77 |
+
- France
|
78 |
+
- French Polynesia
|
79 |
+
- Gabon
|
80 |
+
- Gambia
|
81 |
+
- Georgia
|
82 |
+
- Germany
|
83 |
+
- Ghana
|
84 |
+
- Gibraltar
|
85 |
+
- Greece
|
86 |
+
- Greenland
|
87 |
+
- Grenada
|
88 |
+
- Guam
|
89 |
+
- Guatemala
|
90 |
+
- Guinea
|
91 |
+
- Guinea-Bissau
|
92 |
+
- Guyana
|
93 |
+
- Haiti
|
94 |
+
- Honduras
|
95 |
+
- Hong Kong SAR
|
96 |
+
- Hungary
|
97 |
+
- Iceland
|
98 |
+
- India
|
99 |
+
- Indonesia
|
100 |
+
- Iran
|
101 |
+
- Iraq
|
102 |
+
- Ireland
|
103 |
+
- Isle of Man
|
104 |
+
- Israel
|
105 |
+
- Italy
|
106 |
+
- Jamaica
|
107 |
+
- Japan
|
108 |
+
- Jordan
|
109 |
+
- Kazakhstan
|
110 |
+
- Kenya
|
111 |
+
- Kiribati
|
112 |
+
- North Korea
|
113 |
+
- South Korea
|
114 |
+
- Kosovo
|
115 |
+
- Kuwait
|
116 |
+
- Kyrgyz Republic
|
117 |
+
- Lao
|
118 |
+
- Latvia
|
119 |
+
- Lebanon
|
120 |
+
- Lesotho
|
121 |
+
- Liberia
|
122 |
+
- Libya
|
123 |
+
- Liechtenstein
|
124 |
+
- Lithuania
|
125 |
+
- Luxembourg
|
126 |
+
- Macao
|
127 |
+
- Madagascar
|
128 |
+
- Malawi
|
129 |
+
- Malaysia
|
130 |
+
- Maldives
|
131 |
+
- Mali
|
132 |
+
- Malta
|
133 |
+
- Marshall Islands
|
134 |
+
- Mauritania
|
135 |
+
- Mauritius
|
136 |
+
- Mexico
|
137 |
+
- Micronesia
|
138 |
+
- Moldova
|
139 |
+
- Monaco
|
140 |
+
- Mongolia
|
141 |
+
- Montenegro
|
142 |
+
- Morocco
|
143 |
+
- Mozambique
|
144 |
+
- Myanmar
|
145 |
+
- Namibia
|
146 |
+
- Nauru
|
147 |
+
- Nepal
|
148 |
+
- Netherlands
|
149 |
+
- New Caledonia
|
150 |
+
- New Zealand
|
151 |
+
- Nicaragua
|
152 |
+
- Niger
|
153 |
+
- Nigeria
|
154 |
+
- North Macedonia
|
155 |
+
- Northern Mariana Islands
|
156 |
+
- Norway
|
157 |
+
- Oman
|
158 |
+
- Pakistan
|
159 |
+
- Palau
|
160 |
+
- Panama
|
161 |
+
- Papua New Guinea
|
162 |
+
- Paraguay
|
163 |
+
- Peru
|
164 |
+
- Philippines
|
165 |
+
- Poland
|
166 |
+
- Portugal
|
167 |
+
- Puerto Rico
|
168 |
+
- Qatar
|
169 |
+
- Romania
|
170 |
+
- Russian Federation
|
171 |
+
- Rwanda
|
172 |
+
- Samoa
|
173 |
+
- San Marino
|
174 |
+
- Sao Tome and Principe
|
175 |
+
- Saudi Arabia
|
176 |
+
- Senegal
|
177 |
+
- Serbia
|
178 |
+
- Seychelles
|
179 |
+
- Sierra Leone
|
180 |
+
- Singapore
|
181 |
+
- St. Maarten (Dutch part)
|
182 |
+
- Slovak Republic
|
183 |
+
- Slovenia
|
184 |
+
- Solomon Islands
|
185 |
+
- Somalia
|
186 |
+
- South Africa
|
187 |
+
- South Sudan
|
188 |
+
- Spain
|
189 |
+
- Sri Lanka
|
190 |
+
- St. Kitts and Nevis
|
191 |
+
- St. Lucia
|
192 |
+
- St. Martin (French part)
|
193 |
+
- St. Vincent and the Grenadines
|
194 |
+
- Sudan
|
195 |
+
- Suriname
|
196 |
+
- Sweden
|
197 |
+
- Switzerland
|
198 |
+
- Syria
|
199 |
+
- Taiwan
|
200 |
+
- Tajikistan
|
201 |
+
- Tanzania
|
202 |
+
- Thailand
|
203 |
+
- Timor-Leste
|
204 |
+
- Togo
|
205 |
+
- Tonga
|
206 |
+
- Trinidad and Tobago
|
207 |
+
- Tunisia
|
208 |
+
- Turkiye
|
209 |
+
- Turkmenistan
|
210 |
+
- Turks and Caicos Islands
|
211 |
+
- Tuvalu
|
212 |
+
- Uganda
|
213 |
+
- Ukraine
|
214 |
+
- United Arab Emirates
|
215 |
+
- United Kingdom
|
216 |
+
- United States
|
217 |
+
- Uruguay
|
218 |
+
- Uzbekistan
|
219 |
+
- Vanuatu
|
220 |
+
- Venezuela
|
221 |
+
- Vietnam
|
222 |
+
- Virgin Islands (U.S.)
|
223 |
+
- West Bank and Gaza
|
224 |
+
- Yemen
|
225 |
+
- Zambia
|
226 |
+
- Zimbabwe
|
227 |
+
|
228 |
+
### Category
|
229 |
+
|
230 |
+
Parameters:
|
231 |
+
|
232 |
+
- Phosphorus
|
233 |
+
- Nitrogen
|
234 |
+
- Ag(I)
|
235 |
+
- As(III)
|
236 |
+
- As(V)
|
237 |
+
- Ba(II)
|
238 |
+
- Be(II)
|
239 |
+
- Cd(II)
|
240 |
+
- Co(II)
|
241 |
+
- Cr(III)
|
242 |
+
- Cr(VI)
|
243 |
+
- Cu(II)
|
244 |
+
- Hg(II)
|
245 |
+
- Mo(VI)
|
246 |
+
- Ni(II)
|
247 |
+
- Pb(II)
|
248 |
+
- Sb(III)
|
249 |
+
- Sb(V)
|
250 |
+
- Se(IV)
|
251 |
+
- Tl(I)
|
252 |
+
- V(V)
|
253 |
+
- Zn(II)
|
254 |
+
- 1,2-dichlorobenzene
|
255 |
+
- 1,2-dichloroethane
|
256 |
+
- 1,2-DIMETHYL-5-NITRO-1H-IMIDAZOLE
|
257 |
+
- 1,3-Dichloropropene
|
258 |
+
- 1,4-dichlorobenzene
|
259 |
+
- 2-(2,4-dichlorophenoxy)acetic acid
|
260 |
+
- 2,4,6-trichlorophenol
|
261 |
+
- 2-CHLOROPHENOL
|
262 |
+
- 3-Methylcholanthrene
|
263 |
+
- 4-CHLOROANILINE
|
264 |
+
- 7,12-Dimethylbenz(a)anthracene
|
265 |
+
- Acenapthene
|
266 |
+
- ACEPHATE
|
267 |
+
- ACETAMIDE,
|
268 |
+
- Albuterol
|
269 |
+
- Aldicarb
|
270 |
+
- aniline
|
271 |
+
- anthracene
|
272 |
+
- ANTIPYRINE
|
273 |
+
- Atrazine
|
274 |
+
- benzene
|
275 |
+
- Benzidine
|
276 |
+
- benzo[a]pyrene
|
277 |
+
- Bezafibrate
|
278 |
+
- butyl benzyl phthalate
|
279 |
+
- butyl benzyl phthalate
|
280 |
+
- Carbamazepine
|
281 |
+
- chlorobenzene
|
282 |
+
- Chloropyrifos
|
283 |
+
- Chlorothalonil
|
284 |
+
- CYANAZINE
|
285 |
+
- CYPERMETHRIN
|
286 |
+
- DEF
|
287 |
+
- di-(2-ethylhexyl)-phthalate (DEHP)
|
288 |
+
- Diazinon
|
289 |
+
- Dibenz(a,h)anthracene
|
290 |
+
- Dicamba
|
291 |
+
- dichloromethane/methylenechloride (CH2Cl2)
|
292 |
+
- Diclofenac
|
293 |
+
- Dicrotophos
|
294 |
+
- Ethephon
|
295 |
+
- fluoranthene
|
296 |
+
- fluorene
|
297 |
+
- Fluvastatin
|
298 |
+
- FUROSEMIDE
|
299 |
+
- Gemfibrozil
|
300 |
+
- GLUFOSINATE-AMMONIUM
|
301 |
+
- Glyphosate
|
302 |
+
- INDOMETHACIN
|
303 |
+
- Iopromide
|
304 |
+
- Malathion
|
305 |
+
- Mancozeb
|
306 |
+
- Methyl Bromide
|
307 |
+
- Metolachlor
|
308 |
+
- Metoprolol
|
309 |
+
- METRONIDAZOLE
|
310 |
+
- Naled
|
311 |
+
- NALIDIXIC ACID
|
312 |
+
- naphthalene
|
313 |
+
- OXOLINIC ACID
|
314 |
+
- Paraquat
|
315 |
+
- Parathion-methyl
|
316 |
+
- Pendimethalin
|
317 |
+
- pentachlorophenol
|
318 |
+
- Phorate
|
319 |
+
- Propanil
|
320 |
+
- pyrene
|
321 |
+
- Pyrene, 1-nitro-
|
322 |
+
- Sulfamethoxazole
|
323 |
+
- Terbutaline
|
324 |
+
- tetrachloroethylene
|
325 |
+
- THIABENDAZOLE
|
326 |
+
- TRI-2-CHLOROETHYL PHOSPHATE
|
327 |
+
- trichloroethylene
|
328 |
+
- trifluralin
|
329 |
+
- TRIMETHOPRIM
|
330 |
+
- Tris (2,3-dibromopropyl) phosphate
|
331 |
+
- trrichloromethane/chloroform (CHCl3)
|
332 |
+
- Warfarin
|
333 |
+
- PAHs
|
334 |
+
- Pesticides
|
335 |
+
- Antimony
|
336 |
+
- Arsenic
|
337 |
+
- Barium
|
338 |
+
- Beryllium
|
339 |
+
- Cadmium
|
340 |
+
- Chromium
|
341 |
+
- Cobalt
|
342 |
+
- Copper
|
343 |
+
- Lead
|
344 |
+
- Mercury
|
345 |
+
- Molybdenum
|
346 |
+
- Nickel
|
347 |
+
- Silver
|
348 |
+
- Thallium
|
349 |
+
- Vanadium
|
350 |
+
- Zinc
|
351 |
+
- Analgesics, anesthetics & NSAIDs
|
352 |
+
- Antibiotics
|
353 |
+
- Anticoagulants
|
354 |
+
- Antihelminthics
|
355 |
+
- Antihyperlipidemic agents
|
356 |
+
- Beta-agonists
|
357 |
+
- Beta-blockers
|
358 |
+
- Contrast agents
|
359 |
+
- Diuretics
|
360 |
+
- Psychiatric drugs
|
361 |
+
|
362 |
+
### Location
|
363 |
+
|
364 |
+
Parameters:
|
365 |
+
|
366 |
+
- N/A for this Category
|
367 |
+
- Freshwater
|
368 |
+
- Seawater
|
369 |
+
- Unspecified
|
370 |
+
|
371 |
+
### Impact
|
372 |
+
|
373 |
+
Parameters:
|
374 |
+
|
375 |
+
- Eutrophication
|
376 |
+
- Health
|
377 |
+
|
378 |
+
### Units
|
379 |
+
|
380 |
+
Parameters:
|
381 |
+
|
382 |
+
- /kg
|
383 |
+
|
384 |
+
### Reference
|
385 |
+
|
386 |
+
Parameters:
|
387 |
+
|
388 |
+
- Water Pollution_Phosphorus_N/A for this Category_Eutrophication
|
389 |
+
- Water Pollution_Nitrogen_N/A for this Category_Eutrophication
|
390 |
+
- Water Pollution_Ag(I)_Freshwater_Health
|
391 |
+
- Water Pollution_Ag(I)_Seawater_Health
|
392 |
+
- Water Pollution_Ag(I)_Unspecified_Health
|
393 |
+
- Water Pollution_As(III)_Freshwater_Health
|
394 |
+
- Water Pollution_As(III)_Seawater_Health
|
395 |
+
- Water Pollution_As(III)_Unspecified_Health
|
396 |
+
- Water Pollution_As(V)_Freshwater_Health
|
397 |
+
- Water Pollution_As(V)_Seawater_Health
|
398 |
+
- Water Pollution_As(V)_Unspecified_Health
|
399 |
+
- Water Pollution_Ba(II)_Freshwater_Health
|
400 |
+
- Water Pollution_Ba(II)_Seawater_Health
|
401 |
+
- Water Pollution_Ba(II)_Unspecified_Health
|
402 |
+
- Water Pollution_Be(II)_Freshwater_Health
|
403 |
+
- Water Pollution_Be(II)_Seawater_Health
|
404 |
+
- Water Pollution_Be(II)_Unspecified_Health
|
405 |
+
- Water Pollution_Cd(II)_Freshwater_Health
|
406 |
+
- Water Pollution_Cd(II)_Seawater_Health
|
407 |
+
- Water Pollution_Cd(II)_Unspecified_Health
|
408 |
+
- Water Pollution_Co(II)_Freshwater_Health
|
409 |
+
- Water Pollution_Co(II)_Seawater_Health
|
410 |
+
- Water Pollution_Co(II)_Unspecified_Health
|
411 |
+
- Water Pollution_Cr(III)_Freshwater_Health
|
412 |
+
- Water Pollution_Cr(III)_Seawater_Health
|
413 |
+
- Water Pollution_Cr(III)_Unspecified_Health
|
414 |
+
- Water Pollution_Cr(VI)_Freshwater_Health
|
415 |
+
- Water Pollution_Cr(VI)_Seawater_Health
|
416 |
+
- Water Pollution_Cr(VI)_Unspecified_Health
|
417 |
+
- Water Pollution_Cu(II)_Freshwater_Health
|
418 |
+
- Water Pollution_Cu(II)_Seawater_Health
|
419 |
+
- Water Pollution_Cu(II)_Unspecified_Health
|
420 |
+
- Water Pollution_Hg(II)_Freshwater_Health
|
421 |
+
- Water Pollution_Hg(II)_Seawater_Health
|
422 |
+
- Water Pollution_Hg(II)_Unspecified_Health
|
423 |
+
- Water Pollution_Mo(VI)_Freshwater_Health
|
424 |
+
- Water Pollution_Mo(VI)_Seawater_Health
|
425 |
+
- Water Pollution_Mo(VI)_Unspecified_Health
|
426 |
+
- Water Pollution_Ni(II)_Freshwater_Health
|
427 |
+
- Water Pollution_Ni(II)_Seawater_Health
|
428 |
+
- Water Pollution_Ni(II)_Unspecified_Health
|
429 |
+
- Water Pollution_Pb(II)_Freshwater_Health
|
430 |
+
- Water Pollution_Pb(II)_Seawater_Health
|
431 |
+
- Water Pollution_Pb(II)_Unspecified_Health
|
432 |
+
- Water Pollution_Sb(III)_Freshwater_Health
|
433 |
+
- Water Pollution_Sb(III)_Seawater_Health
|
434 |
+
- Water Pollution_Sb(III)_Unspecified_Health
|
435 |
+
- Water Pollution_Sb(V)_Freshwater_Health
|
436 |
+
- Water Pollution_Sb(V)_Seawater_Health
|
437 |
+
- Water Pollution_Sb(V)_Unspecified_Health
|
438 |
+
- Water Pollution_Se(IV)_Freshwater_Health
|
439 |
+
- Water Pollution_Se(IV)_Seawater_Health
|
440 |
+
- Water Pollution_Se(IV)_Unspecified_Health
|
441 |
+
- Water Pollution_Tl(I)_Freshwater_Health
|
442 |
+
- Water Pollution_Tl(I)_Seawater_Health
|
443 |
+
- Water Pollution_Tl(I)_Unspecified_Health
|
444 |
+
- Water Pollution_V(V)_Freshwater_Health
|
445 |
+
- Water Pollution_V(V)_Seawater_Health
|
446 |
+
- Water Pollution_V(V)_Unspecified_Health
|
447 |
+
- Water Pollution_Zn(II)_Freshwater_Health
|
448 |
+
- Water Pollution_Zn(II)_Seawater_Health
|
449 |
+
- Water Pollution_Zn(II)_Unspecified_Health
|
450 |
+
- Water Pollution_1,2-dichlorobenzene_Freshwater_Health
|
451 |
+
- Water Pollution_1,2-dichlorobenzene_Seawater_Health
|
452 |
+
- Water Pollution_1,2-dichlorobenzene_Unspecified_Health
|
453 |
+
- Water Pollution_1,2-dichloroethane_Freshwater_Health
|
454 |
+
- Water Pollution_1,2-dichloroethane_Seawater_Health
|
455 |
+
- Water Pollution_1,2-dichloroethane_Unspecified_Health
|
456 |
+
- Water Pollution_1,2-DIMETHYL-5-NITRO-1H-IMIDAZOLE_Freshwater_Health
|
457 |
+
- Water Pollution_1,2-DIMETHYL-5-NITRO-1H-IMIDAZOLE_Seawater_Health
|
458 |
+
- Water Pollution_1,2-DIMETHYL-5-NITRO-1H-IMIDAZOLE_Unspecified_Health
|
459 |
+
- Water Pollution_1,3-Dichloropropene_Freshwater_Health
|
460 |
+
- Water Pollution_1,3-Dichloropropene_Seawater_Health
|
461 |
+
- Water Pollution_1,3-Dichloropropene_Unspecified_Health
|
462 |
+
- Water Pollution_1,4-dichlorobenzene_Freshwater_Health
|
463 |
+
- Water Pollution_1,4-dichlorobenzene_Seawater_Health
|
464 |
+
- Water Pollution_1,4-dichlorobenzene_Unspecified_Health
|
465 |
+
- Water Pollution_2-(2,4-dichlorophenoxy)acetic acid_Freshwater_Health
|
466 |
+
- Water Pollution_2-(2,4-dichlorophenoxy)acetic acid_Seawater_Health
|
467 |
+
- Water Pollution_2-(2,4-dichlorophenoxy)acetic acid_Unspecified_Health
|
468 |
+
- Water Pollution_2,4,6-trichlorophenol_Freshwater_Health
|
469 |
+
- Water Pollution_2,4,6-trichlorophenol_Seawater_Health
|
470 |
+
- Water Pollution_2,4,6-trichlorophenol_Unspecified_Health
|
471 |
+
- Water Pollution_2-CHLOROPHENOL_Freshwater_Health
|
472 |
+
- Water Pollution_2-CHLOROPHENOL_Seawater_Health
|
473 |
+
- Water Pollution_2-CHLOROPHENOL_Unspecified_Health
|
474 |
+
- Water Pollution_3-Methylcholanthrene_Freshwater_Health
|
475 |
+
- Water Pollution_3-Methylcholanthrene_Seawater_Health
|
476 |
+
- Water Pollution_3-Methylcholanthrene_Unspecified_Health
|
477 |
+
- Water Pollution_4-CHLOROANILINE_Freshwater_Health
|
478 |
+
- Water Pollution_4-CHLOROANILINE_Seawater_Health
|
479 |
+
- Water Pollution_4-CHLOROANILINE_Unspecified_Health
|
480 |
+
- Water Pollution_7,12-Dimethylbenz(a)anthracene_Freshwater_Health
|
481 |
+
- Water Pollution_7,12-Dimethylbenz(a)anthracene_Seawater_Health
|
482 |
+
- Water Pollution_7,12-Dimethylbenz(a)anthracene_Unspecified_Health
|
483 |
+
- Water Pollution_Acenapthene_Freshwater_Health
|
484 |
+
- Water Pollution_Acenapthene_Seawater_Health
|
485 |
+
- Water Pollution_Acenapthene_Unspecified_Health
|
486 |
+
- Water Pollution_ACEPHATE_Freshwater_Health
|
487 |
+
- Water Pollution_ACEPHATE_Seawater_Health
|
488 |
+
- Water Pollution_ACEPHATE_Unspecified_Health
|
489 |
+
- Water Pollution_ACETAMIDE,_Freshwater_Health
|
490 |
+
- Water Pollution_ACETAMIDE,_Seawater_Health
|
491 |
+
- Water Pollution_ACETAMIDE,_Unspecified_Health
|
492 |
+
- Water Pollution_Albuterol_Freshwater_Health
|
493 |
+
- Water Pollution_Albuterol_Seawater_Health
|
494 |
+
- Water Pollution_Albuterol_Unspecified_Health
|
495 |
+
- Water Pollution_Aldicarb_Freshwater_Health
|
496 |
+
- Water Pollution_Aldicarb_Seawater_Health
|
497 |
+
- Water Pollution_Aldicarb_Unspecified_Health
|
498 |
+
- Water Pollution_aniline_Freshwater_Health
|
499 |
+
- Water Pollution_aniline_Seawater_Health
|
500 |
+
- Water Pollution_aniline_Unspecified_Health
|
501 |
+
- Water Pollution_anthracene_Freshwater_Health
|
502 |
+
- Water Pollution_anthracene_Seawater_Health
|
503 |
+
- Water Pollution_anthracene_Unspecified_Health
|
504 |
+
- Water Pollution_ANTIPYRINE_Freshwater_Health
|
505 |
+
- Water Pollution_ANTIPYRINE_Seawater_Health
|
506 |
+
- Water Pollution_ANTIPYRINE_Unspecified_Health
|
507 |
+
- Water Pollution_Atrazine_Freshwater_Health
|
508 |
+
- Water Pollution_Atrazine_Seawater_Health
|
509 |
+
- Water Pollution_Atrazine_Unspecified_Health
|
510 |
+
- Water Pollution_benzene_Freshwater_Health
|
511 |
+
- Water Pollution_benzene_Seawater_Health
|
512 |
+
- Water Pollution_benzene_Unspecified_Health
|
513 |
+
- Water Pollution_Benzidine_Freshwater_Health
|
514 |
+
- Water Pollution_Benzidine_Seawater_Health
|
515 |
+
- Water Pollution_Benzidine_Unspecified_Health
|
516 |
+
- Water Pollution_benzo[a]pyrene_Freshwater_Health
|
517 |
+
- Water Pollution_benzo[a]pyrene_Seawater_Health
|
518 |
+
- Water Pollution_benzo[a]pyrene_Unspecified_Health
|
519 |
+
- Water Pollution_Bezafibrate_Freshwater_Health
|
520 |
+
- Water Pollution_Bezafibrate_Seawater_Health
|
521 |
+
- Water Pollution_Bezafibrate_Unspecified_Health
|
522 |
+
- Water Pollution_butyl benzyl phthalate _Freshwater_Health
|
523 |
+
- Water Pollution_butyl benzyl phthalate _Seawater_Health
|
524 |
+
- Water Pollution_butyl benzyl phthalate_Unspecified_Health
|
525 |
+
- Water Pollution_Carbamazepine_Freshwater_Health
|
526 |
+
- Water Pollution_Carbamazepine_Seawater_Health
|
527 |
+
- Water Pollution_Carbamazepine_Unspecified_Health
|
528 |
+
- Water Pollution_chlorobenzene_Freshwater_Health
|
529 |
+
- Water Pollution_chlorobenzene_Seawater_Health
|
530 |
+
- Water Pollution_chlorobenzene_Unspecified_Health
|
531 |
+
- Water Pollution_Chloropyrifos_Freshwater_Health
|
532 |
+
- Water Pollution_Chloropyrifos_Seawater_Health
|
533 |
+
- Water Pollution_Chloropyrifos_Unspecified_Health
|
534 |
+
- Water Pollution_Chlorothalonil_Freshwater_Health
|
535 |
+
- Water Pollution_Chlorothalonil_Seawater_Health
|
536 |
+
- Water Pollution_Chlorothalonil_Unspecified_Health
|
537 |
+
- Water Pollution_CYANAZINE_Freshwater_Health
|
538 |
+
- Water Pollution_CYANAZINE_Seawater_Health
|
539 |
+
- Water Pollution_CYANAZINE_Unspecified_Health
|
540 |
+
- Water Pollution_CYPERMETHRIN_Freshwater_Health
|
541 |
+
- Water Pollution_CYPERMETHRIN_Seawater_Health
|
542 |
+
- Water Pollution_CYPERMETHRIN_Unspecified_Health
|
543 |
+
- Water Pollution_DEF_Freshwater_Health
|
544 |
+
- Water Pollution_DEF_Seawater_Health
|
545 |
+
- Water Pollution_DEF_Unspecified_Health
|
546 |
+
- Water Pollution_di-(2-ethylhexyl)-phthalate (DEHP)_Freshwater_Health
|
547 |
+
- Water Pollution_di-(2-ethylhexyl)-phthalate (DEHP)_Seawater_Health
|
548 |
+
- Water Pollution_di-(2-ethylhexyl)-phthalate (DEHP)_Unspecified_Health
|
549 |
+
- Water Pollution_Diazinon_Freshwater_Health
|
550 |
+
- Water Pollution_Diazinon_Seawater_Health
|
551 |
+
- Water Pollution_Diazinon_Unspecified_Health
|
552 |
+
- Water Pollution_Dibenz(a,h)anthracene_Freshwater_Health
|
553 |
+
- Water Pollution_Dibenz(a,h)anthracene_Seawater_Health
|
554 |
+
- Water Pollution_Dibenz(a,h)anthracene_Unspecified_Health
|
555 |
+
- Water Pollution_Dicamba_Freshwater_Health
|
556 |
+
- Water Pollution_Dicamba_Seawater_Health
|
557 |
+
- Water Pollution_Dicamba_Unspecified_Health
|
558 |
+
- Water Pollution_dichloromethane/methylenechloride (CH2Cl2) _Freshwater_Health
|
559 |
+
- Water Pollution_dichloromethane/methylenechloride (CH2Cl2) _Seawater_Health
|
560 |
+
- Water Pollution_dichloromethane/methylenechloride (CH2Cl2) _Unspecified_Health
|
561 |
+
- Water Pollution_Diclofenac_Freshwater_Health
|
562 |
+
- Water Pollution_Diclofenac_Seawater_Health
|
563 |
+
- Water Pollution_Diclofenac_Unspecified_Health
|
564 |
+
- Water Pollution_Dicrotophos_Freshwater_Health
|
565 |
+
- Water Pollution_Dicrotophos_Seawater_Health
|
566 |
+
- Water Pollution_Dicrotophos_Unspecified_Health
|
567 |
+
- Water Pollution_Ethephon_Freshwater_Health
|
568 |
+
- Water Pollution_Ethephon_Seawater_Health
|
569 |
+
- Water Pollution_Ethephon_Unspecified_Health
|
570 |
+
- Water Pollution_fluoranthene_Freshwater_Health
|
571 |
+
- Water Pollution_fluoranthene_Seawater_Health
|
572 |
+
- Water Pollution_fluoranthene_Unspecified_Health
|
573 |
+
- Water Pollution_fluorene_Freshwater_Health
|
574 |
+
- Water Pollution_fluorene_Seawater_Health
|
575 |
+
- Water Pollution_fluorene_Unspecified_Health
|
576 |
+
- Water Pollution_Fluvastatin_Freshwater_Health
|
577 |
+
- Water Pollution_Fluvastatin_Seawater_Health
|
578 |
+
- Water Pollution_Fluvastatin_Unspecified_Health
|
579 |
+
- Water Pollution_FUROSEMIDE_Freshwater_Health
|
580 |
+
- Water Pollution_FUROSEMIDE_Seawater_Health
|
581 |
+
- Water Pollution_FUROSEMIDE_Unspecified_Health
|
582 |
+
- Water Pollution_Gemfibrozil_Freshwater_Health
|
583 |
+
- Water Pollution_Gemfibrozil_Seawater_Health
|
584 |
+
- Water Pollution_Gemfibrozil_Unspecified_Health
|
585 |
+
- Water Pollution_GLUFOSINATE-AMMONIUM_Freshwater_Health
|
586 |
+
- Water Pollution_GLUFOSINATE-AMMONIUM_Seawater_Health
|
587 |
+
- Water Pollution_GLUFOSINATE-AMMONIUM_Unspecified_Health
|
588 |
+
- Water Pollution_Glyphosate_Freshwater_Health
|
589 |
+
- Water Pollution_Glyphosate_Seawater_Health
|
590 |
+
- Water Pollution_Glyphosate_Unspecified_Health
|
591 |
+
- Water Pollution_INDOMETHACIN_Freshwater_Health
|
592 |
+
- Water Pollution_INDOMETHACIN_Seawater_Health
|
593 |
+
- Water Pollution_INDOMETHACIN_Unspecified_Health
|
594 |
+
- Water Pollution_Iopromide_Freshwater_Health
|
595 |
+
- Water Pollution_Iopromide_Seawater_Health
|
596 |
+
- Water Pollution_Iopromide_Unspecified_Health
|
597 |
+
- Water Pollution_Malathion_Freshwater_Health
|
598 |
+
- Water Pollution_Malathion_Seawater_Health
|
599 |
+
- Water Pollution_Malathion_Unspecified_Health
|
600 |
+
- Water Pollution_Mancozeb_Freshwater_Health
|
601 |
+
- Water Pollution_Mancozeb_Seawater_Health
|
602 |
+
- Water Pollution_Mancozeb_Unspecified_Health
|
603 |
+
- Water Pollution_Methyl Bromide_Freshwater_Health
|
604 |
+
- Water Pollution_Methyl Bromide_Seawater_Health
|
605 |
+
- Water Pollution_Methyl Bromide_Unspecified_Health
|
606 |
+
- Water Pollution_Metolachlor_Freshwater_Health
|
607 |
+
- Water Pollution_Metolachlor_Seawater_Health
|
608 |
+
- Water Pollution_Metolachlor_Unspecified_Health
|
609 |
+
- Water Pollution_Metoprolol_Freshwater_Health
|
610 |
+
- Water Pollution_Metoprolol_Seawater_Health
|
611 |
+
- Water Pollution_Metoprolol_Unspecified_Health
|
612 |
+
- Water Pollution_METRONIDAZOLE_Freshwater_Health
|
613 |
+
- Water Pollution_METRONIDAZOLE_Seawater_Health
|
614 |
+
- Water Pollution_METRONIDAZOLE_Unspecified_Health
|
615 |
+
- Water Pollution_Naled_Freshwater_Health
|
616 |
+
- Water Pollution_Naled_Seawater_Health
|
617 |
+
- Water Pollution_Naled_Unspecified_Health
|
618 |
+
- Water Pollution_NALIDIXIC ACID_Freshwater_Health
|
619 |
+
- Water Pollution_NALIDIXIC ACID_Seawater_Health
|
620 |
+
- Water Pollution_NALIDIXIC ACID_Unspecified_Health
|
621 |
+
- Water Pollution_naphthalene_Freshwater_Health
|
622 |
+
- Water Pollution_naphthalene_Seawater_Health
|
623 |
+
- Water Pollution_naphthalene_Unspecified_Health
|
624 |
+
- Water Pollution_OXOLINIC ACID_Freshwater_Health
|
625 |
+
- Water Pollution_OXOLINIC ACID_Seawater_Health
|
626 |
+
- Water Pollution_OXOLINIC ACID_Unspecified_Health
|
627 |
+
- Water Pollution_Paraquat_Freshwater_Health
|
628 |
+
- Water Pollution_Paraquat_Seawater_Health
|
629 |
+
- Water Pollution_Paraquat_Unspecified_Health
|
630 |
+
- Water Pollution_Parathion-methyl_Freshwater_Health
|
631 |
+
- Water Pollution_Parathion-methyl_Seawater_Health
|
632 |
+
- Water Pollution_Parathion-methyl_Unspecified_Health
|
633 |
+
- Water Pollution_Pendimethalin_Freshwater_Health
|
634 |
+
- Water Pollution_Pendimethalin_Seawater_Health
|
635 |
+
- Water Pollution_Pendimethalin_Unspecified_Health
|
636 |
+
- Water Pollution_pentachlorophenol_Freshwater_Health
|
637 |
+
- Water Pollution_pentachlorophenol_Seawater_Health
|
638 |
+
- Water Pollution_pentachlorophenol_Unspecified_Health
|
639 |
+
- Water Pollution_Phorate_Freshwater_Health
|
640 |
+
- Water Pollution_Phorate_Seawater_Health
|
641 |
+
- Water Pollution_Phorate_Unspecified_Health
|
642 |
+
- Water Pollution_Propanil_Freshwater_Health
|
643 |
+
- Water Pollution_Propanil_Seawater_Health
|
644 |
+
- Water Pollution_Propanil_Unspecified_Health
|
645 |
+
- Water Pollution_pyrene_Freshwater_Health
|
646 |
+
- Water Pollution_pyrene_Seawater_Health
|
647 |
+
- Water Pollution_pyrene_Unspecified_Health
|
648 |
+
- Water Pollution_Pyrene, 1-nitro-_Freshwater_Health
|
649 |
+
- Water Pollution_Pyrene, 1-nitro-_Seawater_Health
|
650 |
+
- Water Pollution_Pyrene, 1-nitro-_Unspecified_Health
|
651 |
+
- Water Pollution_Sulfamethoxazole_Freshwater_Health
|
652 |
+
- Water Pollution_Sulfamethoxazole_Seawater_Health
|
653 |
+
- Water Pollution_Sulfamethoxazole_Unspecified_Health
|
654 |
+
- Water Pollution_Terbutaline_Freshwater_Health
|
655 |
+
- Water Pollution_Terbutaline_Seawater_Health
|
656 |
+
- Water Pollution_Terbutaline_Unspecified_Health
|
657 |
+
- Water Pollution_tetrachloroethylene_Freshwater_Health
|
658 |
+
- Water Pollution_tetrachloroethylene_Seawater_Health
|
659 |
+
- Water Pollution_tetrachloroethylene_Unspecified_Health
|
660 |
+
- Water Pollution_THIABENDAZOLE_Freshwater_Health
|
661 |
+
- Water Pollution_THIABENDAZOLE_Seawater_Health
|
662 |
+
- Water Pollution_THIABENDAZOLE_Unspecified_Health
|
663 |
+
- Water Pollution_TRI-2-CHLOROETHYL PHOSPHATE_Freshwater_Health
|
664 |
+
- Water Pollution_TRI-2-CHLOROETHYL PHOSPHATE_Seawater_Health
|
665 |
+
- Water Pollution_TRI-2-CHLOROETHYL PHOSPHATE_Unspecified_Health
|
666 |
+
- Water Pollution_trichloroethylene_Freshwater_Health
|
667 |
+
- Water Pollution_trichloroethylene_Seawater_Health
|
668 |
+
- Water Pollution_trichloroethylene_Unspecified_Health
|
669 |
+
- Water Pollution_trifluralin_Freshwater_Health
|
670 |
+
- Water Pollution_trifluralin_Seawater_Health
|
671 |
+
- Water Pollution_trifluralin_Unspecified_Health
|
672 |
+
- Water Pollution_TRIMETHOPRIM_Freshwater_Health
|
673 |
+
- Water Pollution_TRIMETHOPRIM_Seawater_Health
|
674 |
+
- Water Pollution_TRIMETHOPRIM_Unspecified_Health
|
675 |
+
- Water Pollution_Tris (2,3-dibromopropyl) phosphate_Freshwater_Health
|
676 |
+
- Water Pollution_Tris (2,3-dibromopropyl) phosphate_Seawater_Health
|
677 |
+
- Water Pollution_Tris (2,3-dibromopropyl) phosphate_Unspecified_Health
|
678 |
+
- Water Pollution_trrichloromethane/chloroform (CHCl3)_Freshwater_Health
|
679 |
+
- Water Pollution_trrichloromethane/chloroform (CHCl3)_Seawater_Health
|
680 |
+
- Water Pollution_trrichloromethane/chloroform (CHCl3)_Unspecified_Health
|
681 |
+
- Water Pollution_Warfarin_Freshwater_Health
|
682 |
+
- Water Pollution_Warfarin_Seawater_Health
|
683 |
+
- Water Pollution_Warfarin_Unspecified_Health
|
684 |
+
- Water Pollution_PAHs_Freshwater_Health
|
685 |
+
- Water Pollution_PAHs_Seawater_Health
|
686 |
+
- Water Pollution_PAHs_Unspecified_Health
|
687 |
+
- Water Pollution_Pesticides_Freshwater_Health
|
688 |
+
- Water Pollution_Pesticides_Seawater_Health
|
689 |
+
- Water Pollution_Pesticides_Unspecified_Health
|
690 |
+
- Water Pollution_Antimony_Freshwater_Health
|
691 |
+
- Water Pollution_Antimony_Seawater_Health
|
692 |
+
- Water Pollution_Antimony_Unspecified_Health
|
693 |
+
- Water Pollution_Arsenic_Freshwater_Health
|
694 |
+
- Water Pollution_Arsenic_Seawater_Health
|
695 |
+
- Water Pollution_Arsenic_Unspecified_Health
|
696 |
+
- Water Pollution_Barium_Freshwater_Health
|
697 |
+
- Water Pollution_Barium_Seawater_Health
|
698 |
+
- Water Pollution_Barium_Unspecified_Health
|
699 |
+
- Water Pollution_Beryllium_Freshwater_Health
|
700 |
+
- Water Pollution_Beryllium_Seawater_Health
|
701 |
+
- Water Pollution_Beryllium_Unspecified_Health
|
702 |
+
- Water Pollution_Cadmium_Freshwater_Health
|
703 |
+
- Water Pollution_Cadmium_Seawater_Health
|
704 |
+
- Water Pollution_Cadmium_Unspecified_Health
|
705 |
+
- Water Pollution_Chromium_Freshwater_Health
|
706 |
+
- Water Pollution_Chromium_Seawater_Health
|
707 |
+
- Water Pollution_Chromium_Unspecified_Health
|
708 |
+
- Water Pollution_Cobalt_Freshwater_Health
|
709 |
+
- Water Pollution_Cobalt_Seawater_Health
|
710 |
+
- Water Pollution_Cobalt_Unspecified_Health
|
711 |
+
- Water Pollution_Copper_Freshwater_Health
|
712 |
+
- Water Pollution_Copper_Seawater_Health
|
713 |
+
- Water Pollution_Copper_Unspecified_Health
|
714 |
+
- Water Pollution_Lead_Freshwater_Health
|
715 |
+
- Water Pollution_Lead_Seawater_Health
|
716 |
+
- Water Pollution_Lead_Unspecified_Health
|
717 |
+
- Water Pollution_Mercury_Freshwater_Health
|
718 |
+
- Water Pollution_Mercury_Seawater_Health
|
719 |
+
- Water Pollution_Mercury_Unspecified_Health
|
720 |
+
- Water Pollution_Molybdenum_Freshwater_Health
|
721 |
+
- Water Pollution_Molybdenum_Seawater_Health
|
722 |
+
- Water Pollution_Molybdenum_Unspecified_Health
|
723 |
+
- Water Pollution_Nickel_Freshwater_Health
|
724 |
+
- Water Pollution_Nickel_Seawater_Health
|
725 |
+
- Water Pollution_Nickel_Unspecified_Health
|
726 |
+
- Water Pollution_Silver_Freshwater_Health
|
727 |
+
- Water Pollution_Silver_Seawater_Health
|
728 |
+
- Water Pollution_Silver_Unspecified_Health
|
729 |
+
- Water Pollution_Thallium_Freshwater_Health
|
730 |
+
- Water Pollution_Thallium_Seawater_Health
|
731 |
+
- Water Pollution_Thallium_Unspecified_Health
|
732 |
+
- Water Pollution_Vanadium_Freshwater_Health
|
733 |
+
- Water Pollution_Vanadium_Seawater_Health
|
734 |
+
- Water Pollution_Vanadium_Unspecified_Health
|
735 |
+
- Water Pollution_Zinc_Freshwater_Health
|
736 |
+
- Water Pollution_Zinc_Seawater_Health
|
737 |
+
- Water Pollution_Zinc_Unspecified_Health
|
738 |
+
- Water Pollution_Analgesics, anesthetics & NSAIDs_Freshwater_Health
|
739 |
+
- Water Pollution_Analgesics, anesthetics & NSAIDs_Seawater_Health
|
740 |
+
- Water Pollution_Analgesics, anesthetics & NSAIDs_Unspecified_Health
|
741 |
+
- Water Pollution_Antibiotics_Seawater_Health
|
742 |
+
- Water Pollution_Antibiotics_Unspecified_Health
|
743 |
+
- Water Pollution_Anticoagulants_Freshwater_Health
|
744 |
+
- Water Pollution_Anticoagulants_Seawater_Health
|
745 |
+
- Water Pollution_Anticoagulants_Unspecified_Health
|
746 |
+
- Water Pollution_Antihelminthics_Freshwater_Health
|
747 |
+
- Water Pollution_Antihelminthics_Seawater_Health
|
748 |
+
- Water Pollution_Antihelminthics_Unspecified_Health
|
749 |
+
- Water Pollution_Antihyperlipidemic agents_Freshwater_Health
|
750 |
+
- Water Pollution_Antihyperlipidemic agents_Seawater_Health
|
751 |
+
- Water Pollution_Antihyperlipidemic agents_Unspecified_Health
|
752 |
+
- Water Pollution_Beta-agonists_Freshwater_Health
|
753 |
+
- Water Pollution_Beta-agonists_Seawater_Health
|
754 |
+
- Water Pollution_Beta-agonists_Unspecified_Health
|
755 |
+
- Water Pollution_Beta-blockers_Freshwater_Health
|
756 |
+
- Water Pollution_Beta-blockers_Seawater_Health
|
757 |
+
- Water Pollution_Beta-blockers_Unspecified_Health
|
758 |
+
- Water Pollution_Contrast agents_Freshwater_Health
|
759 |
+
- Water Pollution_Contrast agents_Seawater_Health
|
760 |
+
- Water Pollution_Contrast agents_Unspecified_Health
|
761 |
+
- Water Pollution_Diuretics_Freshwater_Health
|
762 |
+
- Water Pollution_Diuretics_Seawater_Health
|
763 |
+
- Water Pollution_Diuretics_Unspecified_Health
|
764 |
+
- Water Pollution_Psychiatric drugs_Freshwater_Health
|
765 |
+
- Water Pollution_Psychiatric drugs_Seawater_Health
|
766 |
+
- Water Pollution_Psychiatric drugs_Unspecified_Health
|
767 |
+
|
docs/documentation/specs/waste.md
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
| **Title** | **Details** |
|
2 |
+
|-------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
3 |
+
| **Dataset Name** | Waste Methodology |
|
4 |
+
| **Methodology Status** | Interim |
|
5 |
+
| **Location-sensitive?** | Yes |
|
6 |
+
| **Territories provided**| 197 countries |
|
7 |
+
| **Example parameters** | Hazardous, Non-Hazardous; disposal methods: Landfill, Incineration, Unspecified |
|
8 |
+
| **Units** | Kilograms (kg) |
|
9 |
+
| **Sample datapoint** | Waste_Hazardous_Landfill_Leachate |
|
docs/documentation/specs/waterconsumption.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: Water Consumption Data Parameters
|
3 |
+
---
|
4 |
+
|
5 |
+
| **Title** | **Details** |
|
6 |
+
|-------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
7 |
+
| **Dataset Name** | Water Consumption Methodology |
|
8 |
+
| **Methodology Status** | Interim |
|
9 |
+
| **Location-sensitive?** | No |
|
10 |
+
| **Territories provided**| 197 countries |
|
11 |
+
| **Example parameters** | Malnutrition, Water-borne disease, Resource cost, Ecosystem services |
|
12 |
+
| **Units** | Cubic meters (m³) |
|
13 |
+
| **Sample datapoint** | Water Consumption_N/A for WC_N/A for WC_Malnutrition |
|
docs/documentation/specs/waterpollution.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: Water Pollution Data Parameters
|
3 |
+
---
|
4 |
+
|
5 |
+
| **Title** | **Details** |
|
6 |
+
|-------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
7 |
+
| **Dataset Name** | Water Pollution Methodology |
|
8 |
+
| **Methodology Status** | Interim |
|
9 |
+
| **Location-sensitive?** | Yes |
|
10 |
+
| **Territories provided**| 197 countries |
|
11 |
+
| **Example parameters** | Phosphorus, Nitrogen, Heavy Metals (e.g., Cadmium, Lead, Mercury), Pesticides, Pharmaceuticals (e.g., Antibiotics, NSAIDs) |
|
12 |
+
| **Units** | Kilograms (kg) |
|
13 |
+
| **Sample datapoint** | Water Pollution_Phosphorus_N/A for this Category_Eutrophication |
|
docs/documentation/specs/without-countries/airpollution_manifest.md
ADDED
@@ -0,0 +1,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Manifest for airpollution.csv
|
2 |
+
|
3 |
+
## Column Overview
|
4 |
+
|
5 |
+
### Category
|
6 |
+
|
7 |
+
Parameters:
|
8 |
+
|
9 |
+
- PM2.5
|
10 |
+
- SOx
|
11 |
+
- NH3
|
12 |
+
- PM10
|
13 |
+
- NOx
|
14 |
+
- VOC
|
15 |
+
|
16 |
+
### Location
|
17 |
+
|
18 |
+
Parameters:
|
19 |
+
|
20 |
+
- Urban
|
21 |
+
- Peri-Urban
|
22 |
+
- Rural
|
23 |
+
- Transport
|
24 |
+
- N/A for PM2.5
|
25 |
+
- N/A for SOx
|
26 |
+
- N/A for NH3
|
27 |
+
- N/A for PM10
|
28 |
+
- N/A for NOx
|
29 |
+
- N/A for VOC
|
30 |
+
|
31 |
+
### Impact
|
32 |
+
|
33 |
+
Parameters:
|
34 |
+
|
35 |
+
- Primary Health
|
36 |
+
- Visibility
|
37 |
+
- Agriculture
|
38 |
+
- Secondary Health
|
39 |
+
|
40 |
+
### Units
|
41 |
+
|
42 |
+
Parameters:
|
43 |
+
|
44 |
+
- /metric ton
|
45 |
+
|
46 |
+
### Reference
|
47 |
+
|
48 |
+
Parameters:
|
49 |
+
|
50 |
+
- Air Pollution_PM2.5_Urban_Primary Health
|
51 |
+
- Air Pollution_PM2.5_Peri-Urban_Primary Health
|
52 |
+
- Air Pollution_PM2.5_Rural_Primary Health
|
53 |
+
- Air Pollution_PM2.5_Transport_Primary Health
|
54 |
+
- Air Pollution_PM2.5_N/A for PM2.5_Visibility
|
55 |
+
- Air Pollution_SOx_Urban_Primary Health
|
56 |
+
- Air Pollution_SOx_Peri-Urban_Primary Health
|
57 |
+
- Air Pollution_SOx_Rural_Primary Health
|
58 |
+
- Air Pollution_SOx_Transport_Primary Health
|
59 |
+
- Air Pollution_SOx_N/A for SOx_Visibility
|
60 |
+
- Air Pollution_NH3_Urban_Primary Health
|
61 |
+
- Air Pollution_NH3_Peri-Urban_Primary Health
|
62 |
+
- Air Pollution_NH3_Rural_Primary Health
|
63 |
+
- Air Pollution_NH3_Transport_Primary Health
|
64 |
+
- Air Pollution_NH3_N/A for NH3_Visibility
|
65 |
+
- Air Pollution_PM10_Urban_Primary Health
|
66 |
+
- Air Pollution_PM10_Peri-Urban_Primary Health
|
67 |
+
- Air Pollution_PM10_Rural_Primary Health
|
68 |
+
- Air Pollution_PM10_Transport_Primary Health
|
69 |
+
- Air Pollution_PM10_N/A for PM10_Visibility
|
70 |
+
- Air Pollution_NOx_Urban_Primary Health
|
71 |
+
- Air Pollution_NOx_Peri-Urban_Primary Health
|
72 |
+
- Air Pollution_NOx_Rural_Primary Health
|
73 |
+
- Air Pollution_NOx_Transport_Primary Health
|
74 |
+
- Air Pollution_NOx_N/A for NOx_Agriculture
|
75 |
+
- Air Pollution_NOx_N/A for NOx_Visibility
|
76 |
+
- Air Pollution_VOC_N/A for VOC_Secondary Health
|
77 |
+
- Air Pollution_VOC_N/A for VOC_Visibility
|
78 |
+
- Air Pollution_VOC_N/A for VOC_Agriculture
|
79 |
+
|
docs/documentation/specs/without-countries/ghgs_manifest.md
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Manifest for ghgs.csv
|
2 |
+
|
3 |
+
## Column Overview
|
4 |
+
|
5 |
+
### Units
|
6 |
+
|
7 |
+
Parameters:
|
8 |
+
|
9 |
+
- $/tCO2e
|
10 |
+
|
11 |
+
### Impact
|
12 |
+
|
13 |
+
Parameters:
|
14 |
+
|
15 |
+
- 236.0
|
16 |
+
|
docs/documentation/specs/without-countries/land-conversion_manifest.md
ADDED
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Manifest for land-conversion.csv
|
2 |
+
|
3 |
+
## Column Overview
|
4 |
+
|
5 |
+
### Category
|
6 |
+
|
7 |
+
Parameters:
|
8 |
+
|
9 |
+
- Wheat - conventional
|
10 |
+
- Vegetables, fruit, nuts - conventional
|
11 |
+
- Cereals, grains - conventional
|
12 |
+
- Oilseeds - conventional
|
13 |
+
- Sugarcane, sugarbeet - conventional
|
14 |
+
- Plant-based fibers - conventional
|
15 |
+
- Other crops - conventional
|
16 |
+
- Other crops - organic
|
17 |
+
- Other crops - sustainable
|
18 |
+
- Bovine, sheep, goats, horses - conventional
|
19 |
+
- Bovine, sheep, goats, horses - organic
|
20 |
+
- Bovine, sheep, goats, horses - sustainable
|
21 |
+
- Cashmere - conventional
|
22 |
+
- Cashmere - organic
|
23 |
+
- Cashmere - sustainable
|
24 |
+
- Forestry
|
25 |
+
- Paddy rice
|
26 |
+
- Paved
|
27 |
+
|
28 |
+
### Impact
|
29 |
+
|
30 |
+
Parameters:
|
31 |
+
|
32 |
+
- Lost Ecosystem Services
|
33 |
+
|
34 |
+
### Reference
|
35 |
+
|
36 |
+
Parameters:
|
37 |
+
|
38 |
+
- Land Conversion_Wheat - conventional_N/A for LULC_Lost Ecosystem Services
|
39 |
+
- Land Conversion_Vegetables, fruit, nuts - conventional_N/A for LULC_Lost Ecosystem Services
|
40 |
+
- Land Conversion_Cereals, grains - conventional_N/A for LULC_Lost Ecosystem Services
|
41 |
+
- Land Conversion_Oilseeds - conventional_N/A for LULC_Lost Ecosystem Services
|
42 |
+
- Land Conversion_Sugarcane, sugarbeet - conventional_N/A for LULC_Lost Ecosystem Services
|
43 |
+
- Land Conversion_Plant-based fibers - conventional_N/A for LULC_Lost Ecosystem Services
|
44 |
+
- Land Conversion_Other crops - conventional_N/A for LULC_Lost Ecosystem Services
|
45 |
+
- Land Conversion_Other crops - organic_N/A for LULC_Lost Ecosystem Services
|
46 |
+
- Land Conversion_Other crops - sustainable_N/A for LULC_Lost Ecosystem Services
|
47 |
+
- Land Conversion_Bovine, sheep, goats, horses - conventional_N/A for LULC_Lost Ecosystem Services
|
48 |
+
- Land Conversion_Bovine, sheep, goats, horses - organic_N/A for LULC_Lost Ecosystem Services
|
49 |
+
- Land Conversion_Bovine, sheep, goats, horses - sustainable_N/A for LULC_Lost Ecosystem Services
|
50 |
+
- Land Conversion_Cashmere - conventional_N/A for LULC_Lost Ecosystem Services
|
51 |
+
- Land Conversion_Cashmere - organic_N/A for LULC_Lost Ecosystem Services
|
52 |
+
- Land Conversion_Cashmere - sustainable_N/A for LULC_Lost Ecosystem Services
|
53 |
+
- Land Conversion_Forestry_N/A for LULC_Lost Ecosystem Services
|
54 |
+
- Land Conversion_Paddy rice_N/A for LULC_Lost Ecosystem Services
|
55 |
+
- Land Conversion_Paved_N/A for LULC_Lost Ecosystem Services
|
56 |
+
|
docs/documentation/specs/without-countries/land-use_manifest.md
ADDED
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Manifest for land-use.csv
|
2 |
+
|
3 |
+
## Column Overview
|
4 |
+
|
5 |
+
### Category
|
6 |
+
|
7 |
+
Parameters:
|
8 |
+
|
9 |
+
- Wheat - conventional
|
10 |
+
- Vegetables, fruit, nuts - conventional
|
11 |
+
- Cereals, grains - conventional
|
12 |
+
- Oilseeds - conventional
|
13 |
+
- Sugarcane, sugarbeet - conventional
|
14 |
+
- Plant-based fibers - conventional
|
15 |
+
- Other crops - conventional
|
16 |
+
- Other crops - organic
|
17 |
+
- Other crops - sustainable
|
18 |
+
- Bovine, sheep, goats, horses - conventional
|
19 |
+
- Bovine, sheep, goats, horses - organic
|
20 |
+
- Bovine, sheep, goats, horses - sustainable
|
21 |
+
- Cashmere - conventional
|
22 |
+
- Cashmere - organic
|
23 |
+
- Cashmere - sustainable
|
24 |
+
- Forestry
|
25 |
+
- Paddy rice
|
26 |
+
- Paved
|
27 |
+
|
28 |
+
### Impact
|
29 |
+
|
30 |
+
Parameters:
|
31 |
+
|
32 |
+
- Lost Ecosystem Services
|
33 |
+
|
34 |
+
### Units
|
35 |
+
|
36 |
+
Parameters:
|
37 |
+
|
38 |
+
- /ha
|
39 |
+
|
40 |
+
### Reference
|
41 |
+
|
42 |
+
Parameters:
|
43 |
+
|
44 |
+
- Land Use_Wheat - conventional_N/A for LULC_Lost Ecosystem Services
|
45 |
+
- Land Use_Vegetables, fruit, nuts - conventional_N/A for LULC_Lost Ecosystem Services
|
46 |
+
- Land Use_Cereals, grains - conventional_N/A for LULC_Lost Ecosystem Services
|
47 |
+
- Land Use_Oilseeds - conventional_N/A for LULC_Lost Ecosystem Services
|
48 |
+
- Land Use_Sugarcane, sugarbeet - conventional_N/A for LULC_Lost Ecosystem Services
|
49 |
+
- Land Use_Plant-based fibers - conventional_N/A for LULC_Lost Ecosystem Services
|
50 |
+
- Land Use_Other crops - conventional_N/A for LULC_Lost Ecosystem Services
|
51 |
+
- Land Use_Other crops - organic_N/A for LULC_Lost Ecosystem Services
|
52 |
+
- Land Use_Other crops - sustainable_N/A for LULC_Lost Ecosystem Services
|
53 |
+
- Land Use_Bovine, sheep, goats, horses - conventional_N/A for LULC_Lost Ecosystem Services
|
54 |
+
- Land Use_Bovine, sheep, goats, horses - organic_N/A for LULC_Lost Ecosystem Services
|
55 |
+
- Land Use_Bovine, sheep, goats, horses - sustainable_N/A for LULC_Lost Ecosystem Services
|
56 |
+
- Land Use_Cashmere - conventional_N/A for LULC_Lost Ecosystem Services
|
57 |
+
- Land Use_Cashmere - organic_N/A for LULC_Lost Ecosystem Services
|
58 |
+
- Land Use_Cashmere - sustainable_N/A for LULC_Lost Ecosystem Services
|
59 |
+
- Land Use_Forestry_N/A for LULC_Lost Ecosystem Services
|
60 |
+
- Land Use_Paddy rice_N/A for LULC_Lost Ecosystem Services
|
61 |
+
- Land Use_Paved_N/A for LULC_Lost Ecosystem Services
|
62 |
+
|
docs/documentation/specs/without-countries/territories.md
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
| Category | Count |
|
2 |
+
|-----------|--------|
|
3 |
+
| Generally recognized sovereign states | 193 |
|
4 |
+
| US overseas territories | 5 |
|
5 |
+
| UK overseas territories | 6 |
|
6 |
+
| Overseas territories of other nations | 9 |
|
7 |
+
| Partially recognized/disputed sovereignty | 5 |
|
8 |
+
| **Total** | **218** |
|
docs/documentation/specs/without-countries/waste_manifest.md
ADDED
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Manifest for waste.csv
|
2 |
+
|
3 |
+
## Column Overview
|
4 |
+
|
5 |
+
### Category
|
6 |
+
|
7 |
+
Parameters:
|
8 |
+
|
9 |
+
- Hazardous
|
10 |
+
- Non-Hazardous
|
11 |
+
|
12 |
+
### Location
|
13 |
+
|
14 |
+
Parameters:
|
15 |
+
|
16 |
+
- Landfill
|
17 |
+
- Incineration
|
18 |
+
- Unspecified
|
19 |
+
|
20 |
+
### Impact
|
21 |
+
|
22 |
+
Parameters:
|
23 |
+
|
24 |
+
- Leachate
|
25 |
+
- Waste GHGs
|
26 |
+
- Disamenity
|
27 |
+
- Waste Air pollution
|
28 |
+
- Heavy metals and dioxins
|
29 |
+
|
30 |
+
### Units
|
31 |
+
|
32 |
+
Parameters:
|
33 |
+
|
34 |
+
- /kg
|
35 |
+
|
36 |
+
### Reference
|
37 |
+
|
38 |
+
Parameters:
|
39 |
+
|
40 |
+
- Waste_Hazardous_Landfill_Leachate
|
41 |
+
- Waste_Hazardous_Landfill_Waste GHGs
|
42 |
+
- Waste_Hazardous_Landfill_Disamenity
|
43 |
+
- Waste_Non-Hazardous_Landfill_Leachate
|
44 |
+
- Waste_Non-Hazardous_Landfill_Waste GHGs
|
45 |
+
- Waste_Non-Hazardous_Landfill_Disamenity
|
46 |
+
- Waste_Hazardous_Incineration_Waste GHGs
|
47 |
+
- Waste_Hazardous_Incineration_Disamenity
|
48 |
+
- Waste_Hazardous_Incineration_Waste Air pollution
|
49 |
+
- Waste_Hazardous_Incineration_Heavy metals and dioxins
|
50 |
+
- Waste_Non-Hazardous_Incineration_Waste GHGs
|
51 |
+
- Waste_Non-Hazardous_Incineration_Disamenity
|
52 |
+
- Waste_Non-Hazardous_Incineration_Waste Air pollution
|
53 |
+
- Waste_Non-Hazardous_Incineration_Heavy metals and dioxins
|
54 |
+
- Waste_Hazardous_Unspecified_Leachate
|
55 |
+
- Waste_Hazardous_Unspecified_Waste Air pollution
|
56 |
+
- Waste_Hazardous_Unspecified_Heavy metals and dioxins
|
57 |
+
- Waste_Hazardous_Unspecified_Disamenity
|
58 |
+
- Waste_Hazardous_Unspecified_Waste GHGs
|
59 |
+
- Waste_Non-Hazardous_Unspecified_Leachate
|
60 |
+
- Waste_Non-Hazardous_Unspecified_Waste Air pollution
|
61 |
+
- Waste_Non-Hazardous_Unspecified_Heavy metals and dioxins
|
62 |
+
- Waste_Non-Hazardous_Unspecified_Disamenity
|
63 |
+
- Waste_Non-Hazardous_Unspecified_Waste GHGs
|
64 |
+
|
docs/documentation/specs/without-countries/water-consumption_manifest.md
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Manifest for water-consumption.csv
|
2 |
+
|
3 |
+
## Column Overview
|
4 |
+
|
5 |
+
### Category
|
6 |
+
|
7 |
+
Parameters:
|
8 |
+
|
9 |
+
- N/A for WC
|
10 |
+
|
11 |
+
### Location
|
12 |
+
|
13 |
+
Parameters:
|
14 |
+
|
15 |
+
- N/A for WC
|
16 |
+
|
17 |
+
### Impact
|
18 |
+
|
19 |
+
Parameters:
|
20 |
+
|
21 |
+
- Malnutrition
|
22 |
+
- Water-borne disease
|
23 |
+
- Resource cost
|
24 |
+
- Ecosystem services
|
25 |
+
|
26 |
+
### Units
|
27 |
+
|
28 |
+
Parameters:
|
29 |
+
|
30 |
+
- /m3
|
31 |
+
|
32 |
+
### Reference
|
33 |
+
|
34 |
+
Parameters:
|
35 |
+
|
36 |
+
- Water Consumption_N/A for WC_N/A for WC_Malnutrition
|
37 |
+
- Water Consumption_N/A for WC_N/A for WC_Water-borne disease
|
38 |
+
- Water Consumption_N/A for WC_N/A for WC_Resource cost
|
39 |
+
- Water Consumption_N/A for WC_N/A for WC_Ecosystem services
|
40 |
+
|
41 |
+
---
|
42 |
+
|
docs/documentation/specs/without-countries/water-pollution-params.md
ADDED
@@ -0,0 +1,138 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Manifest for water-pollution.csv
|
2 |
+
|
3 |
+
## Column Overview
|
4 |
+
|
5 |
+
### Category
|
6 |
+
|
7 |
+
Parameters:
|
8 |
+
|
9 |
+
- Phosphorus
|
10 |
+
- Nitrogen
|
11 |
+
- Ag(I)
|
12 |
+
- As(III)
|
13 |
+
- As(V)
|
14 |
+
- Ba(II)
|
15 |
+
- Be(II)
|
16 |
+
- Cd(II)
|
17 |
+
- Co(II)
|
18 |
+
- Cr(III)
|
19 |
+
- Cr(VI)
|
20 |
+
- Cu(II)
|
21 |
+
- Hg(II)
|
22 |
+
- Mo(VI)
|
23 |
+
- Ni(II)
|
24 |
+
- Pb(II)
|
25 |
+
- Sb(III)
|
26 |
+
- Sb(V)
|
27 |
+
- Se(IV)
|
28 |
+
- Tl(I)
|
29 |
+
- V(V)
|
30 |
+
- Zn(II)
|
31 |
+
- 1,2-dichlorobenzene
|
32 |
+
- 1,2-dichloroethane
|
33 |
+
- 1,2-DIMETHYL-5-NITRO-1H-IMIDAZOLE
|
34 |
+
- 1,3-Dichloropropene
|
35 |
+
- 1,4-dichlorobenzene
|
36 |
+
- 2-(2,4-dichlorophenoxy)acetic acid
|
37 |
+
- 2,4,6-trichlorophenol
|
38 |
+
- 2-CHLOROPHENOL
|
39 |
+
- 3-Methylcholanthrene
|
40 |
+
- 4-CHLOROANILINE
|
41 |
+
- 7,12-Dimethylbenz(a)anthracene
|
42 |
+
- Acenapthene
|
43 |
+
- ACEPHATE
|
44 |
+
- ACETAMIDE,
|
45 |
+
- Albuterol
|
46 |
+
- Aldicarb
|
47 |
+
- aniline
|
48 |
+
- anthracene
|
49 |
+
- ANTIPYRINE
|
50 |
+
- Atrazine
|
51 |
+
- benzene
|
52 |
+
- Benzidine
|
53 |
+
- benzo[a]pyrene
|
54 |
+
- Bezafibrate
|
55 |
+
- butyl benzyl phthalate
|
56 |
+
- butyl benzyl phthalate
|
57 |
+
- Carbamazepine
|
58 |
+
- chlorobenzene
|
59 |
+
- Chloropyrifos
|
60 |
+
- Chlorothalonil
|
61 |
+
- CYANAZINE
|
62 |
+
- CYPERMETHRIN
|
63 |
+
- DEF
|
64 |
+
- di-(2-ethylhexyl)-phthalate (DEHP)
|
65 |
+
- Diazinon
|
66 |
+
- Dibenz(a,h)anthracene
|
67 |
+
- Dicamba
|
68 |
+
- dichloromethane/methylenechloride (CH2Cl2)
|
69 |
+
- Diclofenac
|
70 |
+
- Dicrotophos
|
71 |
+
- Ethephon
|
72 |
+
- fluoranthene
|
73 |
+
- fluorene
|
74 |
+
- Fluvastatin
|
75 |
+
- FUROSEMIDE
|
76 |
+
- Gemfibrozil
|
77 |
+
- GLUFOSINATE-AMMONIUM
|
78 |
+
- Glyphosate
|
79 |
+
- INDOMETHACIN
|
80 |
+
- Iopromide
|
81 |
+
- Malathion
|
82 |
+
- Mancozeb
|
83 |
+
- Methyl Bromide
|
84 |
+
- Metolachlor
|
85 |
+
- Metoprolol
|
86 |
+
- METRONIDAZOLE
|
87 |
+
- Naled
|
88 |
+
- NALIDIXIC ACID
|
89 |
+
- naphthalene
|
90 |
+
- OXOLINIC ACID
|
91 |
+
- Paraquat
|
92 |
+
- Parathion-methyl
|
93 |
+
- Pendimethalin
|
94 |
+
- pentachlorophenol
|
95 |
+
- Phorate
|
96 |
+
- Propanil
|
97 |
+
- pyrene
|
98 |
+
- Pyrene, 1-nitro-
|
99 |
+
- Sulfamethoxazole
|
100 |
+
- Terbutaline
|
101 |
+
- tetrachloroethylene
|
102 |
+
- THIABENDAZOLE
|
103 |
+
- TRI-2-CHLOROETHYL PHOSPHATE
|
104 |
+
- trichloroethylene
|
105 |
+
- trifluralin
|
106 |
+
- TRIMETHOPRIM
|
107 |
+
- Tris (2,3-dibromopropyl) phosphate
|
108 |
+
- trrichloromethane/chloroform (CHCl3)
|
109 |
+
- Warfarin
|
110 |
+
- PAHs
|
111 |
+
- Pesticides
|
112 |
+
- Antimony
|
113 |
+
- Arsenic
|
114 |
+
- Barium
|
115 |
+
- Beryllium
|
116 |
+
- Cadmium
|
117 |
+
- Chromium
|
118 |
+
- Cobalt
|
119 |
+
- Copper
|
120 |
+
- Lead
|
121 |
+
- Mercury
|
122 |
+
- Molybdenum
|
123 |
+
- Nickel
|
124 |
+
- Silver
|
125 |
+
- Thallium
|
126 |
+
- Vanadium
|
127 |
+
- Zinc
|
128 |
+
- Analgesics, anesthetics & NSAIDs
|
129 |
+
- Antibiotics
|
130 |
+
- Anticoagulants
|
131 |
+
- Antihelminthics
|
132 |
+
- Antihyperlipidemic agents
|
133 |
+
- Beta-agonists
|
134 |
+
- Beta-blockers
|
135 |
+
- Contrast agents
|
136 |
+
- Diuretics
|
137 |
+
- Psychiatric drugs
|
138 |
+
|
docs/documentation/specs/without-countries/water-pollution_manifest.md
ADDED
@@ -0,0 +1,544 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Manifest for water-pollution.csv
|
2 |
+
|
3 |
+
## Column Overview
|
4 |
+
|
5 |
+
### Category
|
6 |
+
|
7 |
+
Parameters:
|
8 |
+
|
9 |
+
- Phosphorus
|
10 |
+
- Nitrogen
|
11 |
+
- Ag(I)
|
12 |
+
- As(III)
|
13 |
+
- As(V)
|
14 |
+
- Ba(II)
|
15 |
+
- Be(II)
|
16 |
+
- Cd(II)
|
17 |
+
- Co(II)
|
18 |
+
- Cr(III)
|
19 |
+
- Cr(VI)
|
20 |
+
- Cu(II)
|
21 |
+
- Hg(II)
|
22 |
+
- Mo(VI)
|
23 |
+
- Ni(II)
|
24 |
+
- Pb(II)
|
25 |
+
- Sb(III)
|
26 |
+
- Sb(V)
|
27 |
+
- Se(IV)
|
28 |
+
- Tl(I)
|
29 |
+
- V(V)
|
30 |
+
- Zn(II)
|
31 |
+
- 1,2-dichlorobenzene
|
32 |
+
- 1,2-dichloroethane
|
33 |
+
- 1,2-DIMETHYL-5-NITRO-1H-IMIDAZOLE
|
34 |
+
- 1,3-Dichloropropene
|
35 |
+
- 1,4-dichlorobenzene
|
36 |
+
- 2-(2,4-dichlorophenoxy)acetic acid
|
37 |
+
- 2,4,6-trichlorophenol
|
38 |
+
- 2-CHLOROPHENOL
|
39 |
+
- 3-Methylcholanthrene
|
40 |
+
- 4-CHLOROANILINE
|
41 |
+
- 7,12-Dimethylbenz(a)anthracene
|
42 |
+
- Acenapthene
|
43 |
+
- ACEPHATE
|
44 |
+
- ACETAMIDE,
|
45 |
+
- Albuterol
|
46 |
+
- Aldicarb
|
47 |
+
- aniline
|
48 |
+
- anthracene
|
49 |
+
- ANTIPYRINE
|
50 |
+
- Atrazine
|
51 |
+
- benzene
|
52 |
+
- Benzidine
|
53 |
+
- benzo[a]pyrene
|
54 |
+
- Bezafibrate
|
55 |
+
- butyl benzyl phthalate
|
56 |
+
- butyl benzyl phthalate
|
57 |
+
- Carbamazepine
|
58 |
+
- chlorobenzene
|
59 |
+
- Chloropyrifos
|
60 |
+
- Chlorothalonil
|
61 |
+
- CYANAZINE
|
62 |
+
- CYPERMETHRIN
|
63 |
+
- DEF
|
64 |
+
- di-(2-ethylhexyl)-phthalate (DEHP)
|
65 |
+
- Diazinon
|
66 |
+
- Dibenz(a,h)anthracene
|
67 |
+
- Dicamba
|
68 |
+
- dichloromethane/methylenechloride (CH2Cl2)
|
69 |
+
- Diclofenac
|
70 |
+
- Dicrotophos
|
71 |
+
- Ethephon
|
72 |
+
- fluoranthene
|
73 |
+
- fluorene
|
74 |
+
- Fluvastatin
|
75 |
+
- FUROSEMIDE
|
76 |
+
- Gemfibrozil
|
77 |
+
- GLUFOSINATE-AMMONIUM
|
78 |
+
- Glyphosate
|
79 |
+
- INDOMETHACIN
|
80 |
+
- Iopromide
|
81 |
+
- Malathion
|
82 |
+
- Mancozeb
|
83 |
+
- Methyl Bromide
|
84 |
+
- Metolachlor
|
85 |
+
- Metoprolol
|
86 |
+
- METRONIDAZOLE
|
87 |
+
- Naled
|
88 |
+
- NALIDIXIC ACID
|
89 |
+
- naphthalene
|
90 |
+
- OXOLINIC ACID
|
91 |
+
- Paraquat
|
92 |
+
- Parathion-methyl
|
93 |
+
- Pendimethalin
|
94 |
+
- pentachlorophenol
|
95 |
+
- Phorate
|
96 |
+
- Propanil
|
97 |
+
- pyrene
|
98 |
+
- Pyrene, 1-nitro-
|
99 |
+
- Sulfamethoxazole
|
100 |
+
- Terbutaline
|
101 |
+
- tetrachloroethylene
|
102 |
+
- THIABENDAZOLE
|
103 |
+
- TRI-2-CHLOROETHYL PHOSPHATE
|
104 |
+
- trichloroethylene
|
105 |
+
- trifluralin
|
106 |
+
- TRIMETHOPRIM
|
107 |
+
- Tris (2,3-dibromopropyl) phosphate
|
108 |
+
- trrichloromethane/chloroform (CHCl3)
|
109 |
+
- Warfarin
|
110 |
+
- PAHs
|
111 |
+
- Pesticides
|
112 |
+
- Antimony
|
113 |
+
- Arsenic
|
114 |
+
- Barium
|
115 |
+
- Beryllium
|
116 |
+
- Cadmium
|
117 |
+
- Chromium
|
118 |
+
- Cobalt
|
119 |
+
- Copper
|
120 |
+
- Lead
|
121 |
+
- Mercury
|
122 |
+
- Molybdenum
|
123 |
+
- Nickel
|
124 |
+
- Silver
|
125 |
+
- Thallium
|
126 |
+
- Vanadium
|
127 |
+
- Zinc
|
128 |
+
- Analgesics, anesthetics & NSAIDs
|
129 |
+
- Antibiotics
|
130 |
+
- Anticoagulants
|
131 |
+
- Antihelminthics
|
132 |
+
- Antihyperlipidemic agents
|
133 |
+
- Beta-agonists
|
134 |
+
- Beta-blockers
|
135 |
+
- Contrast agents
|
136 |
+
- Diuretics
|
137 |
+
- Psychiatric drugs
|
138 |
+
|
139 |
+
### Location
|
140 |
+
|
141 |
+
Parameters:
|
142 |
+
|
143 |
+
- N/A for this Category
|
144 |
+
- Freshwater
|
145 |
+
- Seawater
|
146 |
+
- Unspecified
|
147 |
+
|
148 |
+
### Impact
|
149 |
+
|
150 |
+
Parameters:
|
151 |
+
|
152 |
+
- Eutrophication
|
153 |
+
- Health
|
154 |
+
|
155 |
+
### Units
|
156 |
+
|
157 |
+
Parameters:
|
158 |
+
|
159 |
+
- /kg
|
160 |
+
|
161 |
+
### Reference
|
162 |
+
|
163 |
+
Parameters:
|
164 |
+
|
165 |
+
- Water Pollution_Phosphorus_N/A for this Category_Eutrophication
|
166 |
+
- Water Pollution_Nitrogen_N/A for this Category_Eutrophication
|
167 |
+
- Water Pollution_Ag(I)_Freshwater_Health
|
168 |
+
- Water Pollution_Ag(I)_Seawater_Health
|
169 |
+
- Water Pollution_Ag(I)_Unspecified_Health
|
170 |
+
- Water Pollution_As(III)_Freshwater_Health
|
171 |
+
- Water Pollution_As(III)_Seawater_Health
|
172 |
+
- Water Pollution_As(III)_Unspecified_Health
|
173 |
+
- Water Pollution_As(V)_Freshwater_Health
|
174 |
+
- Water Pollution_As(V)_Seawater_Health
|
175 |
+
- Water Pollution_As(V)_Unspecified_Health
|
176 |
+
- Water Pollution_Ba(II)_Freshwater_Health
|
177 |
+
- Water Pollution_Ba(II)_Seawater_Health
|
178 |
+
- Water Pollution_Ba(II)_Unspecified_Health
|
179 |
+
- Water Pollution_Be(II)_Freshwater_Health
|
180 |
+
- Water Pollution_Be(II)_Seawater_Health
|
181 |
+
- Water Pollution_Be(II)_Unspecified_Health
|
182 |
+
- Water Pollution_Cd(II)_Freshwater_Health
|
183 |
+
- Water Pollution_Cd(II)_Seawater_Health
|
184 |
+
- Water Pollution_Cd(II)_Unspecified_Health
|
185 |
+
- Water Pollution_Co(II)_Freshwater_Health
|
186 |
+
- Water Pollution_Co(II)_Seawater_Health
|
187 |
+
- Water Pollution_Co(II)_Unspecified_Health
|
188 |
+
- Water Pollution_Cr(III)_Freshwater_Health
|
189 |
+
- Water Pollution_Cr(III)_Seawater_Health
|
190 |
+
- Water Pollution_Cr(III)_Unspecified_Health
|
191 |
+
- Water Pollution_Cr(VI)_Freshwater_Health
|
192 |
+
- Water Pollution_Cr(VI)_Seawater_Health
|
193 |
+
- Water Pollution_Cr(VI)_Unspecified_Health
|
194 |
+
- Water Pollution_Cu(II)_Freshwater_Health
|
195 |
+
- Water Pollution_Cu(II)_Seawater_Health
|
196 |
+
- Water Pollution_Cu(II)_Unspecified_Health
|
197 |
+
- Water Pollution_Hg(II)_Freshwater_Health
|
198 |
+
- Water Pollution_Hg(II)_Seawater_Health
|
199 |
+
- Water Pollution_Hg(II)_Unspecified_Health
|
200 |
+
- Water Pollution_Mo(VI)_Freshwater_Health
|
201 |
+
- Water Pollution_Mo(VI)_Seawater_Health
|
202 |
+
- Water Pollution_Mo(VI)_Unspecified_Health
|
203 |
+
- Water Pollution_Ni(II)_Freshwater_Health
|
204 |
+
- Water Pollution_Ni(II)_Seawater_Health
|
205 |
+
- Water Pollution_Ni(II)_Unspecified_Health
|
206 |
+
- Water Pollution_Pb(II)_Freshwater_Health
|
207 |
+
- Water Pollution_Pb(II)_Seawater_Health
|
208 |
+
- Water Pollution_Pb(II)_Unspecified_Health
|
209 |
+
- Water Pollution_Sb(III)_Freshwater_Health
|
210 |
+
- Water Pollution_Sb(III)_Seawater_Health
|
211 |
+
- Water Pollution_Sb(III)_Unspecified_Health
|
212 |
+
- Water Pollution_Sb(V)_Freshwater_Health
|
213 |
+
- Water Pollution_Sb(V)_Seawater_Health
|
214 |
+
- Water Pollution_Sb(V)_Unspecified_Health
|
215 |
+
- Water Pollution_Se(IV)_Freshwater_Health
|
216 |
+
- Water Pollution_Se(IV)_Seawater_Health
|
217 |
+
- Water Pollution_Se(IV)_Unspecified_Health
|
218 |
+
- Water Pollution_Tl(I)_Freshwater_Health
|
219 |
+
- Water Pollution_Tl(I)_Seawater_Health
|
220 |
+
- Water Pollution_Tl(I)_Unspecified_Health
|
221 |
+
- Water Pollution_V(V)_Freshwater_Health
|
222 |
+
- Water Pollution_V(V)_Seawater_Health
|
223 |
+
- Water Pollution_V(V)_Unspecified_Health
|
224 |
+
- Water Pollution_Zn(II)_Freshwater_Health
|
225 |
+
- Water Pollution_Zn(II)_Seawater_Health
|
226 |
+
- Water Pollution_Zn(II)_Unspecified_Health
|
227 |
+
- Water Pollution_1,2-dichlorobenzene_Freshwater_Health
|
228 |
+
- Water Pollution_1,2-dichlorobenzene_Seawater_Health
|
229 |
+
- Water Pollution_1,2-dichlorobenzene_Unspecified_Health
|
230 |
+
- Water Pollution_1,2-dichloroethane_Freshwater_Health
|
231 |
+
- Water Pollution_1,2-dichloroethane_Seawater_Health
|
232 |
+
- Water Pollution_1,2-dichloroethane_Unspecified_Health
|
233 |
+
- Water Pollution_1,2-DIMETHYL-5-NITRO-1H-IMIDAZOLE_Freshwater_Health
|
234 |
+
- Water Pollution_1,2-DIMETHYL-5-NITRO-1H-IMIDAZOLE_Seawater_Health
|
235 |
+
- Water Pollution_1,2-DIMETHYL-5-NITRO-1H-IMIDAZOLE_Unspecified_Health
|
236 |
+
- Water Pollution_1,3-Dichloropropene_Freshwater_Health
|
237 |
+
- Water Pollution_1,3-Dichloropropene_Seawater_Health
|
238 |
+
- Water Pollution_1,3-Dichloropropene_Unspecified_Health
|
239 |
+
- Water Pollution_1,4-dichlorobenzene_Freshwater_Health
|
240 |
+
- Water Pollution_1,4-dichlorobenzene_Seawater_Health
|
241 |
+
- Water Pollution_1,4-dichlorobenzene_Unspecified_Health
|
242 |
+
- Water Pollution_2-(2,4-dichlorophenoxy)acetic acid_Freshwater_Health
|
243 |
+
- Water Pollution_2-(2,4-dichlorophenoxy)acetic acid_Seawater_Health
|
244 |
+
- Water Pollution_2-(2,4-dichlorophenoxy)acetic acid_Unspecified_Health
|
245 |
+
- Water Pollution_2,4,6-trichlorophenol_Freshwater_Health
|
246 |
+
- Water Pollution_2,4,6-trichlorophenol_Seawater_Health
|
247 |
+
- Water Pollution_2,4,6-trichlorophenol_Unspecified_Health
|
248 |
+
- Water Pollution_2-CHLOROPHENOL_Freshwater_Health
|
249 |
+
- Water Pollution_2-CHLOROPHENOL_Seawater_Health
|
250 |
+
- Water Pollution_2-CHLOROPHENOL_Unspecified_Health
|
251 |
+
- Water Pollution_3-Methylcholanthrene_Freshwater_Health
|
252 |
+
- Water Pollution_3-Methylcholanthrene_Seawater_Health
|
253 |
+
- Water Pollution_3-Methylcholanthrene_Unspecified_Health
|
254 |
+
- Water Pollution_4-CHLOROANILINE_Freshwater_Health
|
255 |
+
- Water Pollution_4-CHLOROANILINE_Seawater_Health
|
256 |
+
- Water Pollution_4-CHLOROANILINE_Unspecified_Health
|
257 |
+
- Water Pollution_7,12-Dimethylbenz(a)anthracene_Freshwater_Health
|
258 |
+
- Water Pollution_7,12-Dimethylbenz(a)anthracene_Seawater_Health
|
259 |
+
- Water Pollution_7,12-Dimethylbenz(a)anthracene_Unspecified_Health
|
260 |
+
- Water Pollution_Acenapthene_Freshwater_Health
|
261 |
+
- Water Pollution_Acenapthene_Seawater_Health
|
262 |
+
- Water Pollution_Acenapthene_Unspecified_Health
|
263 |
+
- Water Pollution_ACEPHATE_Freshwater_Health
|
264 |
+
- Water Pollution_ACEPHATE_Seawater_Health
|
265 |
+
- Water Pollution_ACEPHATE_Unspecified_Health
|
266 |
+
- Water Pollution_ACETAMIDE,_Freshwater_Health
|
267 |
+
- Water Pollution_ACETAMIDE,_Seawater_Health
|
268 |
+
- Water Pollution_ACETAMIDE,_Unspecified_Health
|
269 |
+
- Water Pollution_Albuterol_Freshwater_Health
|
270 |
+
- Water Pollution_Albuterol_Seawater_Health
|
271 |
+
- Water Pollution_Albuterol_Unspecified_Health
|
272 |
+
- Water Pollution_Aldicarb_Freshwater_Health
|
273 |
+
- Water Pollution_Aldicarb_Seawater_Health
|
274 |
+
- Water Pollution_Aldicarb_Unspecified_Health
|
275 |
+
- Water Pollution_aniline_Freshwater_Health
|
276 |
+
- Water Pollution_aniline_Seawater_Health
|
277 |
+
- Water Pollution_aniline_Unspecified_Health
|
278 |
+
- Water Pollution_anthracene_Freshwater_Health
|
279 |
+
- Water Pollution_anthracene_Seawater_Health
|
280 |
+
- Water Pollution_anthracene_Unspecified_Health
|
281 |
+
- Water Pollution_ANTIPYRINE_Freshwater_Health
|
282 |
+
- Water Pollution_ANTIPYRINE_Seawater_Health
|
283 |
+
- Water Pollution_ANTIPYRINE_Unspecified_Health
|
284 |
+
- Water Pollution_Atrazine_Freshwater_Health
|
285 |
+
- Water Pollution_Atrazine_Seawater_Health
|
286 |
+
- Water Pollution_Atrazine_Unspecified_Health
|
287 |
+
- Water Pollution_benzene_Freshwater_Health
|
288 |
+
- Water Pollution_benzene_Seawater_Health
|
289 |
+
- Water Pollution_benzene_Unspecified_Health
|
290 |
+
- Water Pollution_Benzidine_Freshwater_Health
|
291 |
+
- Water Pollution_Benzidine_Seawater_Health
|
292 |
+
- Water Pollution_Benzidine_Unspecified_Health
|
293 |
+
- Water Pollution_benzo[a]pyrene_Freshwater_Health
|
294 |
+
- Water Pollution_benzo[a]pyrene_Seawater_Health
|
295 |
+
- Water Pollution_benzo[a]pyrene_Unspecified_Health
|
296 |
+
- Water Pollution_Bezafibrate_Freshwater_Health
|
297 |
+
- Water Pollution_Bezafibrate_Seawater_Health
|
298 |
+
- Water Pollution_Bezafibrate_Unspecified_Health
|
299 |
+
- Water Pollution_butyl benzyl phthalate _Freshwater_Health
|
300 |
+
- Water Pollution_butyl benzyl phthalate _Seawater_Health
|
301 |
+
- Water Pollution_butyl benzyl phthalate_Unspecified_Health
|
302 |
+
- Water Pollution_Carbamazepine_Freshwater_Health
|
303 |
+
- Water Pollution_Carbamazepine_Seawater_Health
|
304 |
+
- Water Pollution_Carbamazepine_Unspecified_Health
|
305 |
+
- Water Pollution_chlorobenzene_Freshwater_Health
|
306 |
+
- Water Pollution_chlorobenzene_Seawater_Health
|
307 |
+
- Water Pollution_chlorobenzene_Unspecified_Health
|
308 |
+
- Water Pollution_Chloropyrifos_Freshwater_Health
|
309 |
+
- Water Pollution_Chloropyrifos_Seawater_Health
|
310 |
+
- Water Pollution_Chloropyrifos_Unspecified_Health
|
311 |
+
- Water Pollution_Chlorothalonil_Freshwater_Health
|
312 |
+
- Water Pollution_Chlorothalonil_Seawater_Health
|
313 |
+
- Water Pollution_Chlorothalonil_Unspecified_Health
|
314 |
+
- Water Pollution_CYANAZINE_Freshwater_Health
|
315 |
+
- Water Pollution_CYANAZINE_Seawater_Health
|
316 |
+
- Water Pollution_CYANAZINE_Unspecified_Health
|
317 |
+
- Water Pollution_CYPERMETHRIN_Freshwater_Health
|
318 |
+
- Water Pollution_CYPERMETHRIN_Seawater_Health
|
319 |
+
- Water Pollution_CYPERMETHRIN_Unspecified_Health
|
320 |
+
- Water Pollution_DEF_Freshwater_Health
|
321 |
+
- Water Pollution_DEF_Seawater_Health
|
322 |
+
- Water Pollution_DEF_Unspecified_Health
|
323 |
+
- Water Pollution_di-(2-ethylhexyl)-phthalate (DEHP)_Freshwater_Health
|
324 |
+
- Water Pollution_di-(2-ethylhexyl)-phthalate (DEHP)_Seawater_Health
|
325 |
+
- Water Pollution_di-(2-ethylhexyl)-phthalate (DEHP)_Unspecified_Health
|
326 |
+
- Water Pollution_Diazinon_Freshwater_Health
|
327 |
+
- Water Pollution_Diazinon_Seawater_Health
|
328 |
+
- Water Pollution_Diazinon_Unspecified_Health
|
329 |
+
- Water Pollution_Dibenz(a,h)anthracene_Freshwater_Health
|
330 |
+
- Water Pollution_Dibenz(a,h)anthracene_Seawater_Health
|
331 |
+
- Water Pollution_Dibenz(a,h)anthracene_Unspecified_Health
|
332 |
+
- Water Pollution_Dicamba_Freshwater_Health
|
333 |
+
- Water Pollution_Dicamba_Seawater_Health
|
334 |
+
- Water Pollution_Dicamba_Unspecified_Health
|
335 |
+
- Water Pollution_dichloromethane/methylenechloride (CH2Cl2) _Freshwater_Health
|
336 |
+
- Water Pollution_dichloromethane/methylenechloride (CH2Cl2) _Seawater_Health
|
337 |
+
- Water Pollution_dichloromethane/methylenechloride (CH2Cl2) _Unspecified_Health
|
338 |
+
- Water Pollution_Diclofenac_Freshwater_Health
|
339 |
+
- Water Pollution_Diclofenac_Seawater_Health
|
340 |
+
- Water Pollution_Diclofenac_Unspecified_Health
|
341 |
+
- Water Pollution_Dicrotophos_Freshwater_Health
|
342 |
+
- Water Pollution_Dicrotophos_Seawater_Health
|
343 |
+
- Water Pollution_Dicrotophos_Unspecified_Health
|
344 |
+
- Water Pollution_Ethephon_Freshwater_Health
|
345 |
+
- Water Pollution_Ethephon_Seawater_Health
|
346 |
+
- Water Pollution_Ethephon_Unspecified_Health
|
347 |
+
- Water Pollution_fluoranthene_Freshwater_Health
|
348 |
+
- Water Pollution_fluoranthene_Seawater_Health
|
349 |
+
- Water Pollution_fluoranthene_Unspecified_Health
|
350 |
+
- Water Pollution_fluorene_Freshwater_Health
|
351 |
+
- Water Pollution_fluorene_Seawater_Health
|
352 |
+
- Water Pollution_fluorene_Unspecified_Health
|
353 |
+
- Water Pollution_Fluvastatin_Freshwater_Health
|
354 |
+
- Water Pollution_Fluvastatin_Seawater_Health
|
355 |
+
- Water Pollution_Fluvastatin_Unspecified_Health
|
356 |
+
- Water Pollution_FUROSEMIDE_Freshwater_Health
|
357 |
+
- Water Pollution_FUROSEMIDE_Seawater_Health
|
358 |
+
- Water Pollution_FUROSEMIDE_Unspecified_Health
|
359 |
+
- Water Pollution_Gemfibrozil_Freshwater_Health
|
360 |
+
- Water Pollution_Gemfibrozil_Seawater_Health
|
361 |
+
- Water Pollution_Gemfibrozil_Unspecified_Health
|
362 |
+
- Water Pollution_GLUFOSINATE-AMMONIUM_Freshwater_Health
|
363 |
+
- Water Pollution_GLUFOSINATE-AMMONIUM_Seawater_Health
|
364 |
+
- Water Pollution_GLUFOSINATE-AMMONIUM_Unspecified_Health
|
365 |
+
- Water Pollution_Glyphosate_Freshwater_Health
|
366 |
+
- Water Pollution_Glyphosate_Seawater_Health
|
367 |
+
- Water Pollution_Glyphosate_Unspecified_Health
|
368 |
+
- Water Pollution_INDOMETHACIN_Freshwater_Health
|
369 |
+
- Water Pollution_INDOMETHACIN_Seawater_Health
|
370 |
+
- Water Pollution_INDOMETHACIN_Unspecified_Health
|
371 |
+
- Water Pollution_Iopromide_Freshwater_Health
|
372 |
+
- Water Pollution_Iopromide_Seawater_Health
|
373 |
+
- Water Pollution_Iopromide_Unspecified_Health
|
374 |
+
- Water Pollution_Malathion_Freshwater_Health
|
375 |
+
- Water Pollution_Malathion_Seawater_Health
|
376 |
+
- Water Pollution_Malathion_Unspecified_Health
|
377 |
+
- Water Pollution_Mancozeb_Freshwater_Health
|
378 |
+
- Water Pollution_Mancozeb_Seawater_Health
|
379 |
+
- Water Pollution_Mancozeb_Unspecified_Health
|
380 |
+
- Water Pollution_Methyl Bromide_Freshwater_Health
|
381 |
+
- Water Pollution_Methyl Bromide_Seawater_Health
|
382 |
+
- Water Pollution_Methyl Bromide_Unspecified_Health
|
383 |
+
- Water Pollution_Metolachlor_Freshwater_Health
|
384 |
+
- Water Pollution_Metolachlor_Seawater_Health
|
385 |
+
- Water Pollution_Metolachlor_Unspecified_Health
|
386 |
+
- Water Pollution_Metoprolol_Freshwater_Health
|
387 |
+
- Water Pollution_Metoprolol_Seawater_Health
|
388 |
+
- Water Pollution_Metoprolol_Unspecified_Health
|
389 |
+
- Water Pollution_METRONIDAZOLE_Freshwater_Health
|
390 |
+
- Water Pollution_METRONIDAZOLE_Seawater_Health
|
391 |
+
- Water Pollution_METRONIDAZOLE_Unspecified_Health
|
392 |
+
- Water Pollution_Naled_Freshwater_Health
|
393 |
+
- Water Pollution_Naled_Seawater_Health
|
394 |
+
- Water Pollution_Naled_Unspecified_Health
|
395 |
+
- Water Pollution_NALIDIXIC ACID_Freshwater_Health
|
396 |
+
- Water Pollution_NALIDIXIC ACID_Seawater_Health
|
397 |
+
- Water Pollution_NALIDIXIC ACID_Unspecified_Health
|
398 |
+
- Water Pollution_naphthalene_Freshwater_Health
|
399 |
+
- Water Pollution_naphthalene_Seawater_Health
|
400 |
+
- Water Pollution_naphthalene_Unspecified_Health
|
401 |
+
- Water Pollution_OXOLINIC ACID_Freshwater_Health
|
402 |
+
- Water Pollution_OXOLINIC ACID_Seawater_Health
|
403 |
+
- Water Pollution_OXOLINIC ACID_Unspecified_Health
|
404 |
+
- Water Pollution_Paraquat_Freshwater_Health
|
405 |
+
- Water Pollution_Paraquat_Seawater_Health
|
406 |
+
- Water Pollution_Paraquat_Unspecified_Health
|
407 |
+
- Water Pollution_Parathion-methyl_Freshwater_Health
|
408 |
+
- Water Pollution_Parathion-methyl_Seawater_Health
|
409 |
+
- Water Pollution_Parathion-methyl_Unspecified_Health
|
410 |
+
- Water Pollution_Pendimethalin_Freshwater_Health
|
411 |
+
- Water Pollution_Pendimethalin_Seawater_Health
|
412 |
+
- Water Pollution_Pendimethalin_Unspecified_Health
|
413 |
+
- Water Pollution_pentachlorophenol_Freshwater_Health
|
414 |
+
- Water Pollution_pentachlorophenol_Seawater_Health
|
415 |
+
- Water Pollution_pentachlorophenol_Unspecified_Health
|
416 |
+
- Water Pollution_Phorate_Freshwater_Health
|
417 |
+
- Water Pollution_Phorate_Seawater_Health
|
418 |
+
- Water Pollution_Phorate_Unspecified_Health
|
419 |
+
- Water Pollution_Propanil_Freshwater_Health
|
420 |
+
- Water Pollution_Propanil_Seawater_Health
|
421 |
+
- Water Pollution_Propanil_Unspecified_Health
|
422 |
+
- Water Pollution_pyrene_Freshwater_Health
|
423 |
+
- Water Pollution_pyrene_Seawater_Health
|
424 |
+
- Water Pollution_pyrene_Unspecified_Health
|
425 |
+
- Water Pollution_Pyrene, 1-nitro-_Freshwater_Health
|
426 |
+
- Water Pollution_Pyrene, 1-nitro-_Seawater_Health
|
427 |
+
- Water Pollution_Pyrene, 1-nitro-_Unspecified_Health
|
428 |
+
- Water Pollution_Sulfamethoxazole_Freshwater_Health
|
429 |
+
- Water Pollution_Sulfamethoxazole_Seawater_Health
|
430 |
+
- Water Pollution_Sulfamethoxazole_Unspecified_Health
|
431 |
+
- Water Pollution_Terbutaline_Freshwater_Health
|
432 |
+
- Water Pollution_Terbutaline_Seawater_Health
|
433 |
+
- Water Pollution_Terbutaline_Unspecified_Health
|
434 |
+
- Water Pollution_tetrachloroethylene_Freshwater_Health
|
435 |
+
- Water Pollution_tetrachloroethylene_Seawater_Health
|
436 |
+
- Water Pollution_tetrachloroethylene_Unspecified_Health
|
437 |
+
- Water Pollution_THIABENDAZOLE_Freshwater_Health
|
438 |
+
- Water Pollution_THIABENDAZOLE_Seawater_Health
|
439 |
+
- Water Pollution_THIABENDAZOLE_Unspecified_Health
|
440 |
+
- Water Pollution_TRI-2-CHLOROETHYL PHOSPHATE_Freshwater_Health
|
441 |
+
- Water Pollution_TRI-2-CHLOROETHYL PHOSPHATE_Seawater_Health
|
442 |
+
- Water Pollution_TRI-2-CHLOROETHYL PHOSPHATE_Unspecified_Health
|
443 |
+
- Water Pollution_trichloroethylene_Freshwater_Health
|
444 |
+
- Water Pollution_trichloroethylene_Seawater_Health
|
445 |
+
- Water Pollution_trichloroethylene_Unspecified_Health
|
446 |
+
- Water Pollution_trifluralin_Freshwater_Health
|
447 |
+
- Water Pollution_trifluralin_Seawater_Health
|
448 |
+
- Water Pollution_trifluralin_Unspecified_Health
|
449 |
+
- Water Pollution_TRIMETHOPRIM_Freshwater_Health
|
450 |
+
- Water Pollution_TRIMETHOPRIM_Seawater_Health
|
451 |
+
- Water Pollution_TRIMETHOPRIM_Unspecified_Health
|
452 |
+
- Water Pollution_Tris (2,3-dibromopropyl) phosphate_Freshwater_Health
|
453 |
+
- Water Pollution_Tris (2,3-dibromopropyl) phosphate_Seawater_Health
|
454 |
+
- Water Pollution_Tris (2,3-dibromopropyl) phosphate_Unspecified_Health
|
455 |
+
- Water Pollution_trrichloromethane/chloroform (CHCl3)_Freshwater_Health
|
456 |
+
- Water Pollution_trrichloromethane/chloroform (CHCl3)_Seawater_Health
|
457 |
+
- Water Pollution_trrichloromethane/chloroform (CHCl3)_Unspecified_Health
|
458 |
+
- Water Pollution_Warfarin_Freshwater_Health
|
459 |
+
- Water Pollution_Warfarin_Seawater_Health
|
460 |
+
- Water Pollution_Warfarin_Unspecified_Health
|
461 |
+
- Water Pollution_PAHs_Freshwater_Health
|
462 |
+
- Water Pollution_PAHs_Seawater_Health
|
463 |
+
- Water Pollution_PAHs_Unspecified_Health
|
464 |
+
- Water Pollution_Pesticides_Freshwater_Health
|
465 |
+
- Water Pollution_Pesticides_Seawater_Health
|
466 |
+
- Water Pollution_Pesticides_Unspecified_Health
|
467 |
+
- Water Pollution_Antimony_Freshwater_Health
|
468 |
+
- Water Pollution_Antimony_Seawater_Health
|
469 |
+
- Water Pollution_Antimony_Unspecified_Health
|
470 |
+
- Water Pollution_Arsenic_Freshwater_Health
|
471 |
+
- Water Pollution_Arsenic_Seawater_Health
|
472 |
+
- Water Pollution_Arsenic_Unspecified_Health
|
473 |
+
- Water Pollution_Barium_Freshwater_Health
|
474 |
+
- Water Pollution_Barium_Seawater_Health
|
475 |
+
- Water Pollution_Barium_Unspecified_Health
|
476 |
+
- Water Pollution_Beryllium_Freshwater_Health
|
477 |
+
- Water Pollution_Beryllium_Seawater_Health
|
478 |
+
- Water Pollution_Beryllium_Unspecified_Health
|
479 |
+
- Water Pollution_Cadmium_Freshwater_Health
|
480 |
+
- Water Pollution_Cadmium_Seawater_Health
|
481 |
+
- Water Pollution_Cadmium_Unspecified_Health
|
482 |
+
- Water Pollution_Chromium_Freshwater_Health
|
483 |
+
- Water Pollution_Chromium_Seawater_Health
|
484 |
+
- Water Pollution_Chromium_Unspecified_Health
|
485 |
+
- Water Pollution_Cobalt_Freshwater_Health
|
486 |
+
- Water Pollution_Cobalt_Seawater_Health
|
487 |
+
- Water Pollution_Cobalt_Unspecified_Health
|
488 |
+
- Water Pollution_Copper_Freshwater_Health
|
489 |
+
- Water Pollution_Copper_Seawater_Health
|
490 |
+
- Water Pollution_Copper_Unspecified_Health
|
491 |
+
- Water Pollution_Lead_Freshwater_Health
|
492 |
+
- Water Pollution_Lead_Seawater_Health
|
493 |
+
- Water Pollution_Lead_Unspecified_Health
|
494 |
+
- Water Pollution_Mercury_Freshwater_Health
|
495 |
+
- Water Pollution_Mercury_Seawater_Health
|
496 |
+
- Water Pollution_Mercury_Unspecified_Health
|
497 |
+
- Water Pollution_Molybdenum_Freshwater_Health
|
498 |
+
- Water Pollution_Molybdenum_Seawater_Health
|
499 |
+
- Water Pollution_Molybdenum_Unspecified_Health
|
500 |
+
- Water Pollution_Nickel_Freshwater_Health
|
501 |
+
- Water Pollution_Nickel_Seawater_Health
|
502 |
+
- Water Pollution_Nickel_Unspecified_Health
|
503 |
+
- Water Pollution_Silver_Freshwater_Health
|
504 |
+
- Water Pollution_Silver_Seawater_Health
|
505 |
+
- Water Pollution_Silver_Unspecified_Health
|
506 |
+
- Water Pollution_Thallium_Freshwater_Health
|
507 |
+
- Water Pollution_Thallium_Seawater_Health
|
508 |
+
- Water Pollution_Thallium_Unspecified_Health
|
509 |
+
- Water Pollution_Vanadium_Freshwater_Health
|
510 |
+
- Water Pollution_Vanadium_Seawater_Health
|
511 |
+
- Water Pollution_Vanadium_Unspecified_Health
|
512 |
+
- Water Pollution_Zinc_Freshwater_Health
|
513 |
+
- Water Pollution_Zinc_Seawater_Health
|
514 |
+
- Water Pollution_Zinc_Unspecified_Health
|
515 |
+
- Water Pollution_Analgesics, anesthetics & NSAIDs_Freshwater_Health
|
516 |
+
- Water Pollution_Analgesics, anesthetics & NSAIDs_Seawater_Health
|
517 |
+
- Water Pollution_Analgesics, anesthetics & NSAIDs_Unspecified_Health
|
518 |
+
- Water Pollution_Antibiotics_Seawater_Health
|
519 |
+
- Water Pollution_Antibiotics_Unspecified_Health
|
520 |
+
- Water Pollution_Anticoagulants_Freshwater_Health
|
521 |
+
- Water Pollution_Anticoagulants_Seawater_Health
|
522 |
+
- Water Pollution_Anticoagulants_Unspecified_Health
|
523 |
+
- Water Pollution_Antihelminthics_Freshwater_Health
|
524 |
+
- Water Pollution_Antihelminthics_Seawater_Health
|
525 |
+
- Water Pollution_Antihelminthics_Unspecified_Health
|
526 |
+
- Water Pollution_Antihyperlipidemic agents_Freshwater_Health
|
527 |
+
- Water Pollution_Antihyperlipidemic agents_Seawater_Health
|
528 |
+
- Water Pollution_Antihyperlipidemic agents_Unspecified_Health
|
529 |
+
- Water Pollution_Beta-agonists_Freshwater_Health
|
530 |
+
- Water Pollution_Beta-agonists_Seawater_Health
|
531 |
+
- Water Pollution_Beta-agonists_Unspecified_Health
|
532 |
+
- Water Pollution_Beta-blockers_Freshwater_Health
|
533 |
+
- Water Pollution_Beta-blockers_Seawater_Health
|
534 |
+
- Water Pollution_Beta-blockers_Unspecified_Health
|
535 |
+
- Water Pollution_Contrast agents_Freshwater_Health
|
536 |
+
- Water Pollution_Contrast agents_Seawater_Health
|
537 |
+
- Water Pollution_Contrast agents_Unspecified_Health
|
538 |
+
- Water Pollution_Diuretics_Freshwater_Health
|
539 |
+
- Water Pollution_Diuretics_Seawater_Health
|
540 |
+
- Water Pollution_Diuretics_Unspecified_Health
|
541 |
+
- Water Pollution_Psychiatric drugs_Freshwater_Health
|
542 |
+
- Water Pollution_Psychiatric drugs_Seawater_Health
|
543 |
+
- Water Pollution_Psychiatric drugs_Unspecified_Health
|
544 |
+
|