Skip to content

Commit 2b09af4

Browse files
authored
Merge pull request #573 from iridl/mm_southethiopia_badyears
South Ethiopia bad years
2 parents b0d4c1f + b89823f commit 2b09af4

File tree

1 file changed

+17
-13
lines changed

1 file changed

+17
-13
lines changed

fbfmaproom/fbfmaproom-sample.yaml

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1748,22 +1748,26 @@ countries:
17481748
shapes: &south_ethiopia_shapes
17491749
- name: Regional
17501750
sql: select (admin1pcod) as key, admin1name as label,
1751-
ST_AsBinary(ST_Union(the_geom)) as the_geom from iridb.eth_zones_2024
1751+
ST_AsBinary(ST_Union(the_geom)) as the_geom from iridb.eth_woredas_2024
17521752
where admin1pcod = 'ET08'
1753-
and admin2pcod in ('ET0812','ET0806','ET0807','ET0809','ET0810')
1753+
and admin2pcod in ('ET0812','ET0806','ET0807','ET0809','ET0810','ET0803','ET0802')
1754+
and admin3pcod in ('ET080601','ET080801','ET081001','ET080701','ET080212','ET080202','ET080211','ET080310','ET080904','ET080902','ET080905','ET080901','ET081206','ET081203','ET081201','ET081202','ET081204','ET081205')
17541755
group by 1, 2
17551756

17561757
- name: Zonal
17571758
sql: select (admin2pcod) as key, admin2name as label,
1758-
ST_AsBinary(the_geom) as the_geom from iridb.eth_zones_2024
1759+
ST_AsBinary(ST_Union(the_geom)) as the_geom from iridb.eth_woredas_2024
17591760
where admin1pcod = 'ET08'
1760-
and admin2pcod in ('ET0812','ET0806','ET0807','ET0809','ET0810')
1761+
and admin2pcod in ('ET0812','ET0806','ET0807','ET0809','ET0810','ET0803','ET0802')
1762+
and admin3pcod in ('ET080601','ET080801','ET081001','ET080701','ET080212','ET080202','ET080211','ET080310','ET080904','ET080902','ET080905','ET080901','ET081206','ET081203','ET081201','ET081202','ET081204','ET081205')
1763+
group by 1, 2
17611764

17621765
- name: Woreda
17631766
sql: select (admin3pcod) as key, admin3name as label,
17641767
ST_AsBinary(the_geom) as the_geom from iridb.eth_woredas_2024
17651768
where admin1pcod = 'ET08'
1766-
and admin2pcod in ('ET0812','ET0806','ET0807','ET0809','ET0810')
1769+
and admin2pcod in ('ET0812','ET0806','ET0807','ET0809','ET0810','ET0803','ET0802')
1770+
and admin3pcod in ('ET080601','ET080801','ET081001','ET080701','ET080212','ET080202','ET080211','ET080310','ET080904','ET080902','ET080905','ET080901','ET081206','ET081203','ET081201','ET081202','ET081204','ET081205')
17671771

17681772
datasets:
17691773
defaults:
@@ -1928,13 +1932,13 @@ countries:
19281932
format: number3
19291933
bad-years:
19301934
label: Reported bad years
1931-
path: ethiopia/bad-years-mam.zarr
1935+
path: ethiopia/southethiopia_badyears_mam.zarr
19321936
var_names:
1933-
value: bad
1937+
value: rank
19341938
time: T
19351939
colormap: precip
1936-
lower_is_worse: no
1937-
format: bad
1940+
lower_is_worse: yes
1941+
format: number0
19381942
forecasts:
19391943
pnep:
19401944
label: Forecast prob non-exc v1
@@ -2150,13 +2154,13 @@ countries:
21502154
enso_state: *enso_3mo
21512155
bad-years:
21522156
label: Reported bad years
2153-
path: ethiopia/bad-years-ond.zarr
2157+
path: ethiopia/southethiopia_badyears_ond.zarr
21542158
var_names:
2155-
value: bad
2159+
value: rank
21562160
time: T
21572161
colormap: precip
2158-
lower_is_worse: no
2159-
format: bad
2162+
lower_is_worse: yes
2163+
format: number0
21602164
forecasts:
21612165
pnep:
21622166
label: Forecast v1 prob non-exc

0 commit comments

Comments
 (0)