Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 17 additions & 4 deletions fbfmaproom/fbfmaproom-sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1291,15 +1291,15 @@ countries:
- name: Zonal
sql: select admin2pcod as key, admin2name as label,
ST_AsBinary(the_geom) as the_geom
from iridb.eth_zones_2024
from iridb.eth_zones_2024
where admin2pcod in ('ET0410','ET0411', 'ET0412','ET0414','ET0415','ET0421','ET0422')



- name: Woreda
sql: select admin3pcod as key, admin3name as label,
ST_AsBinary(the_geom) as the_geom
from iridb.eth_woredas_2024
from iridb.eth_woredas_2024
where admin2pcod in ('ET0410','ET0411', 'ET0412','ET0414','ET0415','ET0421','ET0422')

datasets:
Expand Down Expand Up @@ -3499,7 +3499,7 @@ countries:
- name: National
sql: select adm0_code as key, adm0_name as label, ST_AsBinary(the_geom) as the_geom
from iridb.g2015_2012_0 where adm0_name = 'Chad'


- name: Regional
sql: select (adm0_code, adm1_code) as key, adm1_name as label,
Expand Down Expand Up @@ -4446,7 +4446,7 @@ countries:
JJA: guatemala-jja
ASO: guatemala-aso



djibouti:
logo: Djibouti_IRI_96x48.svg
Expand Down Expand Up @@ -4603,6 +4603,19 @@ countries:
pct: quantile
colormap: pne_25
is_poe: no
pnep-v4:
label: Forecast prob non-exc v4
description: NextGen forecast probability of non-exceedance of selected percentile, version 4 (configuration selected Dec 2025 to test inclusion of ECMWF model)
path: djibouti/prcp-jas-v4.zarr
var_names:
value: pne
lat: Y
lon: X
issue: S
lead: null # dataset has forecasts for only one season; L is implicit.
pct: quantile
colormap: pne_25
is_poe: no
seasons:
season1:
label: JAS
Expand Down
Loading