faviolc commited on
Commit
ea7876c
·
verified ·
1 Parent(s): b9157a0

Add Peru yearly district monthly PM2.5 validation 2019

Browse files
Peru/metadata/SatPM_V6GL03_PM25_Peru_District_Stats_2019_validation.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "year": 2019,
3
+ "rows": 21516,
4
+ "expected_rows": 21516,
5
+ "unique_districts": 1793,
6
+ "expected_districts": 1793,
7
+ "unique_months": 12,
8
+ "duplicate_district_month_rows": 0,
9
+ "missing_pm25_mean": 0,
10
+ "zero_pm25_count": 0,
11
+ "fallback_rows": 12,
12
+ "districts_by_month": {
13
+ "1": 1793,
14
+ "2": 1793,
15
+ "3": 1793,
16
+ "4": 1793,
17
+ "5": 1793,
18
+ "6": 1793,
19
+ "7": 1793,
20
+ "8": 1793,
21
+ "9": 1793,
22
+ "10": 1793,
23
+ "11": 1793,
24
+ "12": 1793
25
+ },
26
+ "is_clean": true
27
+ }