Skip to content

Commit

Permalink
Merge pull request #403 from iridl/djibouti-spi
Browse files Browse the repository at this point in the history
Djibouti SPI for MAM, OND
  • Loading branch information
aaron-kaplan authored Feb 19, 2024
2 parents 6b4d409 + 223f485 commit e81d6b0
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
8 changes: 8 additions & 0 deletions fbfmaproom/fbf-update-data.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,14 @@
"djibouti/ndvi-ond",
"http://iridl.ldeo.columbia.edu/SOURCES/.USGS/.LandDAAC/.MODIS/.version_006/.EAF/.NDVI/X/41.625/.25/43.375/GRID/Y/10.875/.25/12.875/GRID/T/(Oct-Dec)/seasonalAverage/",
),
(
"djibouti/spi-mam",
"http://iridl.ldeo.columbia.edu/SOURCES/.UCSB/.CHIRPS/.v2p0/.daily-improved/.global/.0p25/.prcp/X/41.625/43.375/RANGE/Y/10.875/12.875/RANGE/monthlyAverage/T/(days%20since%201960-01-01)/streamgridunitconvert/T/differential_mul/T/(months%20since%201960-01-01)/streamgridunitconvert/a%3A/3/gamma3par/pcpn_accum/gmean/gsd/gskew/pzero/3/gammaprobs/3/gammastandardize/T//pointwidth/3/def//defaultvalue/%7Blast%7D/def/-1./shiftGRID/T/(Mar-May%201991)/last/12/RANGESTEP//long_name/(Standardized%20Precipitation%20Index)/def/%3Aa%3A/T/(Mar-May)/seasonalAverage/0./flaggt/%5BT%5Daverage/1./3./div/flaggt/1./masklt/%3Aa/mul/DATA/-3/3/RANGE//name//spi/def/"
),
(
"djibouti/spi-ond",
"http://iridl.ldeo.columbia.edu/SOURCES/.UCSB/.CHIRPS/.v2p0/.daily-improved/.global/.0p25/.prcp/X/41.625/43.375/RANGE/Y/10.875/12.875/RANGE/monthlyAverage/T/(days%20since%201960-01-01)/streamgridunitconvert/T/differential_mul/T/(months%20since%201960-01-01)/streamgridunitconvert/a%3A/3/gamma3par/pcpn_accum/gmean/gsd/gskew/pzero/3/gammaprobs/3/gammastandardize/T//pointwidth/3/def//defaultvalue/%7Blast%7D/def/-1./shiftGRID/T/(Oct-Dec%201991)/last/12/RANGESTEP//long_name/(Standardized%20Precipitation%20Index)/def/%3Aa%3A/T/(Oct-Dec)/seasonalAverage/0./flaggt/%5BT%5Daverage/1./3./div/flaggt/1./masklt/%3Aa/mul/DATA/-3/3/RANGE//name//spi/def/"
),
(
"lesotho/pnep-djf",
"http://iridl.ldeo.columbia.edu/home/.remic/.Lesotho/.Forecasts/.NextGen/.DJF_PRCPPRCP_CCAFCST/.NextGen/.FbF/.pne/",
Expand Down
25 changes: 25 additions & 0 deletions fbfmaproom/fbfmaproom-sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1979,6 +1979,19 @@ countries:
colormap: precip
lower_is_worse: yes
format: number0
spi:
label: SPI
description: SPI calculated from CHIRPS
path: djibouti/spi-mam.zarr
var_names:
value: spi
lat: Y
lon: X
time: T
colormap: precip
lower_is_worse: yes
format: number3

forecasts:
pnep:
label: Forecast prob non-exc
Expand Down Expand Up @@ -2072,6 +2085,18 @@ countries:
colormap: precip
lower_is_worse: yes
format: number0
spi:
label: SPI
description: SPI calculated from CHIRPS
path: djibouti/spi-ond.zarr
var_names:
value: spi
lat: Y
lon: X
time: T
colormap: precip
lower_is_worse: yes
format: number3
forecasts:
pnep-2023:
label: Forecast prob non-exc
Expand Down

0 comments on commit e81d6b0

Please sign in to comment.