Skip to content

Commit

Permalink
feat(data): update sss data range (#936)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmast committed Jul 6, 2021
1 parent 0e6a38f commit 9ae760b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions data/gdal-colors/colors-sss.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
38 170 0 35
36.8 220 70 45
35.6 250 220 140
40 170 0 35
38 220 70 45
36 250 220 140
35 229 245 239
34.4 141 193 217
32 47 60 156
34 141 193 217
30 47 60 156
nv 0 0 0 0
6 changes: 3 additions & 3 deletions data/triggers/sea_surface_salinity_sss.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ TIMEOUT=4000
LAYER_ID="sea_surface_salinity.sss"
VARIABLE_ID="sss"
LAYER_TYPE="image"
VERSION="1.1.1"
VERSION="1.2.1"
LON_RES="1388"
LAT_RES="694"
ZOOM_LEVELS="0-3"
MIN="32"
MAX="38"
MIN="30"
MAX="40"
MIN_LON="-179.25"
MAX_LON="179.25"
MIN_LAT="-90"
Expand Down

0 comments on commit 9ae760b

Please sign in to comment.