Skip to content

Commit 774fb8c

Browse files
committed
update for week 38
1 parent fef3249 commit 774fb8c

File tree

8 files changed

+58642
-2
lines changed

8 files changed

+58642
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,8 @@ Need a **reminder**? There are [extensions](https://chrome.google.com/webstore/d
159159
| 35 | `2022-08-30` | [Pell Grants](data/2022/2022-08-30) | [US Dept of Education](https://www2.ed.gov/finaid/prof/resources/data/pell-institution.html) | [`pell` R package](https://curious-joe.github.io/pell/articles/intro.html) |
160160
| 36 | `2022-09-06` | [LEGO database](data/2022/2022-09-06) | [`rebrickable`](https://rebrickable.com/downloads/) | [`rebrickable`](https://rebrickable.com/downloads/) |
161161
| 37 | `2022-09-13` | [Bigfoot](data/2022/2022-09-13) | [Data.World](https://data.world/timothyrenner/bfro-sightings-data) | [Finding Bigfoot](https://timothyrenner.github.io/datascience/2017/06/30/finding-bigfoot.html) |
162+
| 38 | `2022-09-20` | [Hydro Wastewater plants](data/2022/2022-09-20) | [Macedo et al, 2022](https://essd.copernicus.org/articles/14/559/2022/#section4) | [HydroWASTE v1.0](https://figshare.com/articles/dataset/HydroWASTE_version_1_0/14847786/1) |
163+
162164
***
163165

164166
# Useful links

data/2022/2022-09-20/HydroWASTE_v10.csv

Lines changed: 58503 additions & 0 deletions
Large diffs are not rendered by default.

data/2022/2022-09-20/README.txt

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
HydroWASTE: Global wastewater treatment plant database
2+
Date: December 2021
3+
Version: 1.0
4+
5+
Reference paper: Ehalt Macedo, H., Lehner, B., Nicell, J. A., Grill, G., Li, J., Limtong, A., Shakya, R.: Distribution and characteristics of wastewater treatment plants within the global river network. Earth System Science Data. 2022.
6+
Correspondence to: Heloisa Ehalt Macedo (heloisa.ehaltmacedo@mail.mcgill.ca) or Bernhard Lehner (bernhard.lehner@mcgill.ca)
7+
8+
Column description:
9+
10+
WASTE_ID ID of WWTP in HydroWASTE
11+
SOURCE National/regional dataset: 1 = Europe; 2 = United States; 3 = Brazil; 4 = Mexico; 5 = China; 6 = Canada; 7 = Australia; 8 = South Africa; 9 = India; 10 = New Zealand; 11 = Peru; 12 = Remaining Countries
12+
ORG_ID ID from national/regional dataset (see reference paper for more information)
13+
WWTP_NAME Name of the WWTP from national/regional dataset (empty if not reported)
14+
COUNTRY Country in which WWTP is located
15+
CNTRY_ISO Country ISO
16+
LAT_WWTP Latitude of reported WWTP location
17+
LON_WWTP Longitude of reported WWTP location
18+
QUAL_LOC Quality indicator related to reported WWTP location (see SI of reference paper for more information): 1 = high (tests indicated >80% of reported WWTP locations in country/region to be accurate); 2 = medium (tests indicated between 50% and 80% of reported WWTP locations in country/region to be accurate); 3 = low (tests indicated <50% of reported WWTP locations in country/region to be accurate); 4 = Quality of WWTP locations in country/region not analysed
19+
LAT_OUT Latitude of the estimated outfall location (see reference paper for more information)
20+
LON_OUT Longitude of the estimated outfall location (see reference paper for more information)
21+
STATUS Status of the WWTP from national/regional dataset: Closed, Construction Completed, Decommissioned, Non-Operational, Operational, Projected, Proposed, Under Construction, Not Reported (assumed operational)
22+
POP_SERVED Population served by the WWTP
23+
QUAL_POP Quality indicator related to the attribute "population served" (see reference paper for more information): 1 = Reported as ‘population served’ by national/regional dataset; 2 = Reported as ‘population equivalent’ by national/regional dataset; 3 = Estimated (with wastewater discharge available); 4 = Estimated (without wastewater discharge available)
24+
WASTE_DIS Treated wastewater discharged by the WWTP in m3 d-1
25+
QUAL_WASTE Quality indicator related to the attribute "Treated wastewater discharged" (see reference paper for more information): 1 = Reported as ‘treated’ by national/regional dataset; 2 = Reported as ‘design capacity’ by national/regional dataset; 3 = Reported but type not identified; 4 = Estimated
26+
LEVEL Level of treatment of the WWTP: Primary, Secondary, Advanced
27+
QUAL_LEVEL Quality indicator related to the attribute "level of treatment" (see reference paper for more information): 1 = Reported by national/regional dataset; 2 = Estimated
28+
DF Estimated dilution factor (empty if estimated outfall location is the ocean or large lake; see reference paper for more information)
29+
HYRIV_ID ID of associated river reach in RiverATLAS at estimated outfall location (link to HydroATLAS database; empty if estimated outfall location is the ocean or an endorheic sink)
30+
RIVER_DIS Estimated river discharge at the WWTP outfall location in m3 s-1 (derived from HydroATLAS database; empty if estimated outfall location is the ocean)
31+
COAST_10KM 1 = Estimated outfall location within 10 km of the ocean or a large lake (surface area larger than 500 km2); 0 = Estimated outfall location further than 10 km of the ocean or a large lake (surface area larger than 500 km2)
32+
COAST_50KM 1 = Estimated outfall location within 50 km of the ocean or a large lake (surface area larger than 500 km2); 0 = Estimated outfall location further than 50 km of the ocean or a large lake (surface area larger than 500 km2)
33+
DESIGN_CAP Design capacity of WWTP as reported in national/regional dataset (empty if not reported)
34+
QUAL_CAP Quality indicator related to the attribute "design capacity": 1 = Reported as design capacity in m3 d-1; 2 = Reported as design capacity in 'population equivalent'; 3 = Not reported

data/2022/2022-09-20/pic1.png

182 KB
Loading

data/2022/2022-09-20/pic2.png

1.03 MB
Loading

0 commit comments

Comments
 (0)