Skip to content

Commit

Permalink
rescale correction
Browse files Browse the repository at this point in the history
  • Loading branch information
PatchesMaps committed Aug 11, 2023
1 parent e268bfa commit a31a149
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"bandCombo": {
"assets": ["B8A", "B11"],
"expression": "(B8A-B11)/(B8A+B11)",
"rescale": "0,1",
"rescale": "-1,1",
"colormap_name": "jet"
},
"disableSnapshot": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"bandCombo": {
"assets": ["B03", "B11"],
"expression": "(B03-B11)/(B03+B11)",
"rescale": "0,1",
"rescale": "-1,1",
"colormap_name": "winter_r"
},
"disableSnapshot": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"bandCombo": {
"assets": ["B08", "B04"],
"expression": "(B08-B04)/(B08+B04)",
"rescale": "0,1",
"rescale": "-1,1",
"colormap_name": "greens"
},
"disableSnapshot": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"bandCombo": {
"assets": ["B08", "B03"],
"expression": "(B03-B08)/(B03+B08)",
"rescale": "0,1",
"rescale": "-1,1",
"colormap_name": "gnbu"
},
"disableSnapshot": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"HLS_NDWI_Sentinel",
"HLS_NDSI_Sentinel",
"HLS_Moisture_Index_Sentinel",
"HLS_Customizable_Sentinel",
"HLS_True_Color_Sentinel",
"HLS_False_Color_Sentinel",
"HLS_False_Color_Urban_Sentinel",
"HLS_False_Color_Vegetation_Sentinel",
"HLS_Shortwave_Infrared_Sentinel",
"HLS_Customizable_Sentinel",
"HLS_True_Color_Sentinel",
"HLS_False_Color_Sentinel",
"HLS_False_Color_Urban_Sentinel",
"HLS_False_Color_Vegetation_Sentinel",
"HLS_Shortwave_Infrared_Sentinel",
"HLS_MGRS_Granule_Grid",
"OrbitTracks_Sentinel-2A_Descending",
"OrbitTracks_Sentinel-2B_Descending"
Expand All @@ -40,10 +40,10 @@
"HLS_Moisture_Index_Landsat",
"HLS_Customizable_Landsat",
"HLS_True_Color_Landsat",
"HLS_False_Color_Landsat",
"HLS_False_Color_Landsat",
"HLS_False_Color_Urban_Landsat",
"HLS_False_Color_Vegetation_Landsat",
"HLS_Shortwave_Infrared_Landsat",
"HLS_False_Color_Vegetation_Landsat",
"HLS_Shortwave_Infrared_Landsat",
"HLS_MGRS_Granule_Grid",
"OrbitTracks_Landsat-8_Descending",
"OrbitTracks_Landsat-9_Descending"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@
"HLS_NDWI_Sentinel",
"HLS_NDSI_Sentinel",
"HLS_Moisture_Index_Sentinel",
"HLS_Customizable_Sentinel",
"HLS_True_Color_Sentinel",
"HLS_False_Color_Sentinel",
"HLS_False_Color_Urban_Sentinel",
"HLS_False_Color_Vegetation_Sentinel",
"HLS_Shortwave_Infrared_Sentinel",
"HLS_Customizable_Sentinel",
"HLS_True_Color_Sentinel",
"HLS_False_Color_Sentinel",
"HLS_False_Color_Urban_Sentinel",
"HLS_False_Color_Vegetation_Sentinel",
"HLS_Shortwave_Infrared_Sentinel",
"HLS_MGRS_Granule_Grid",
"OrbitTracks_Sentinel-2A_Descending",
"OrbitTracks_Sentinel-2B_Descending"
Expand All @@ -91,10 +91,10 @@
"HLS_Moisture_Index_Landsat",
"HLS_Customizable_Landsat",
"HLS_True_Color_Landsat",
"HLS_False_Color_Landsat",
"HLS_False_Color_Landsat",
"HLS_False_Color_Urban_Landsat",
"HLS_False_Color_Vegetation_Landsat",
"HLS_Shortwave_Infrared_Landsat",
"HLS_False_Color_Vegetation_Landsat",
"HLS_Shortwave_Infrared_Landsat",
"HLS_MGRS_Granule_Grid",
"OrbitTracks_Landsat-8_Descending",
"OrbitTracks_Landsat-9_Descending"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ const sentinelPresets = [
title: 'NDVI',
assets: ['B08', 'B04'],
expression: '(B08-B04)/(B08+B04)',
rescale: '0,1',
rescale: '-1,1',
colormap_name: 'greens',
asset_as_band: true,
img: 'HLS_NDVI_Sentinel.jpg',
Expand All @@ -141,7 +141,7 @@ const sentinelPresets = [
title: 'NDWI',
assets: ['B08', 'B03'],
expression: '(B03-B08)/(B03+B08)',
rescale: '0,1',
rescale: '-1,1',
colormap_name: 'ocean',
asset_as_band: true,
img: 'HLS_NDWI_Sentinel.jpg',
Expand All @@ -151,7 +151,7 @@ const sentinelPresets = [
title: 'NDSI',
assets: ['B03', 'B11'],
expression: '(B03-B11)/(B03+B11)',
rescale: '0,1',
rescale: '-1,1',
colormap_name: 'winter_r',
asset_as_band: true,
img: 'HLS_NDSI_Sentinel.jpg',
Expand All @@ -161,7 +161,7 @@ const sentinelPresets = [
title: 'Moisture Index',
assets: ['B8A', 'B11'],
expression: '(B8A-B11)/(B8A+B11)',
rescale: '0,1',
rescale: '-1,1',
colormap_name: 'jet',
asset_as_band: true,
img: 'HLS_Moisture_Index_Sentinel.jpg',
Expand Down

0 comments on commit a31a149

Please sign in to comment.