Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 20, 2024
1 parent 56c48b0 commit 813eef1
Showing 1 changed file with 10 additions and 40 deletions.
50 changes: 10 additions & 40 deletions static/snow-surface-properties/variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@
"transparentZero": true,
"source": "MODIS (Terra) scagdrfs/stc",
"noDataValue": 255,
"valueRange": [
0,
100
]
"valueRange": [0, 100]
},
"41": {
"sensor": "modis",
Expand All @@ -34,10 +31,7 @@
"transparentZero": false,
"source": "MODIS (Terra) scagdrfs/stc",
"noDataValue": 65535,
"valueRange": [
10,
1100
]
"valueRange": [10, 1100]
},
"43": {
"sensor": "modis",
Expand All @@ -54,10 +48,7 @@
"transparentZero": false,
"source": "MODIS (Terra) scagdrfs/stc",
"noDataValue": 255,
"valueRange": [
0,
75
]
"valueRange": [0, 75]
},
"44": {
"sensor": "modis",
Expand All @@ -74,10 +65,7 @@
"transparentZero": false,
"source": "MODIS (Terra) scagdrfs/stc",
"noDataValue": 65535,
"valueRange": [
0,
500
]
"valueRange": [0, 500]
},
"45": {
"sensor": "modis",
Expand All @@ -94,10 +82,7 @@
"transparentZero": true,
"source": "MODIS (Terra) scagdrfs/stc",
"noDataValue": 65535,
"valueRange": [
0,
366
]
"valueRange": [0, 366]
},
"51": {
"sensor": "modis",
Expand All @@ -114,10 +99,7 @@
"transparentZero": false,
"source": "MODIS (Terra) scagdrfs/stc",
"noDataValue": 255,
"valueRange": [
0,
100
]
"valueRange": [0, 100]
},
"55": {
"sensor": "modis",
Expand All @@ -134,10 +116,7 @@
"transparentZero": true,
"source": "MODIS (Terra) spires",
"noDataValue": 255,
"valueRange": [
0,
100
]
"valueRange": [0, 100]
},
"59": {
"sensor": "modis",
Expand All @@ -154,10 +133,7 @@
"transparentZero": false,
"source": "MODIS (Terra) scagdrfs/stc",
"noDataValue": 255,
"valueRange": [
0,
1
]
"valueRange": [0, 1]
},
"60": {
"sensor": "modis",
Expand All @@ -174,10 +150,7 @@
"transparentZero": false,
"source": "MODIS (Terra) spires",
"noDataValue": 255,
"valueRange": [
0,
1
]
"valueRange": [0, 1]
},
"61": {
"sensor": "modis",
Expand All @@ -194,9 +167,6 @@
"transparentZero": true,
"source": "MODIS (Terra) spires",
"noDataValue": 65535,
"valueRange": [
0,
366
]
"valueRange": [0, 366]
}
}

0 comments on commit 813eef1

Please sign in to comment.