Skip to content

Commit cb412de

Browse files
committed
Merge branch 'gtif_albedo' of github.com:eurodatacube/eodash into gtif_albedo
2 parents 0e7e049 + 56ef1d7 commit cb412de

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Diff for: app/src/components/map/FilterControls.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
:style="`height: auto`"
55
>
66
<v-card class="pa-2">
7-
<v-card-title class="pa-2">Filters</v-card-title>
7+
<v-card-title class="pa-2">Constraint variables</v-card-title>
88
<v-btn
99
v-if="filtersChanged"
1010
absolute x-small color="primary"

Diff for: app/src/config/gtif.js

+11-11
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ function createREP1Config(indicatorCode, rasterFileUrl) {
619619
},
620620
elevation: {
621621
display: true,
622-
label: 'Constraint for terrain elevation [m]',
622+
label: 'Terrain elevation [m]',
623623
metadataLabel: 'Terrain Elevation [m]',
624624
id: 'elevation',
625625
dataInfo: 'Elevation',
@@ -630,7 +630,7 @@ function createREP1Config(indicatorCode, rasterFileUrl) {
630630
},
631631
slope: {
632632
display: true,
633-
label: 'Constraint for terrain slope [°]',
633+
label: 'Terrain slope [°]',
634634
metadataLabel: 'Terrain slope [°]',
635635
id: 'slope',
636636
dataInfo: 'Slope',
@@ -640,7 +640,7 @@ function createREP1Config(indicatorCode, rasterFileUrl) {
640640
},
641641
settlementDistance: {
642642
display: false,
643-
label: 'Constraint for distance to settlements (WSF) [m]',
643+
label: 'Distance to settlements (WSF) [m]',
644644
metadataLabel: 'DISTANCE TO SETTLEMENTS (WSF) [m]',
645645
id: 'settlementDistance',
646646
dataInfo: 'SettlementDistance',
@@ -653,7 +653,7 @@ function createREP1Config(indicatorCode, rasterFileUrl) {
653653
},
654654
cadasterDistance: {
655655
display: false,
656-
label: 'Constraint for distance to settlements (Austrian Cadaster) [m]',
656+
label: 'Distance to settlements (Austrian Cadaster) [m]',
657657
metadataLabel: 'DISTANCE TO SETTLEMENTS (CADASTER) [m]',
658658
id: 'cadasterDistance',
659659
dataInfo: 'CadasterDistance',
@@ -666,7 +666,7 @@ function createREP1Config(indicatorCode, rasterFileUrl) {
666666
},
667667
energyGridDistance: {
668668
display: false,
669-
label: 'Constraint for distance to energy grid [m]',
669+
label: 'Distance to energy grid [m]',
670670
metadataLabel: 'DISTANCE TO ENERGY GRID [m]',
671671
id: 'energyGridDistance',
672672
dataInfo: 'EnergyGridDistance',
@@ -679,7 +679,7 @@ function createREP1Config(indicatorCode, rasterFileUrl) {
679679
},
680680
ruggedness: {
681681
display: false,
682-
label: 'Constraint for ruggedness index',
682+
label: 'Ruggedness index',
683683
metadataLabel: 'RUGGEDNESS INDEX',
684684
id: 'ruggedness',
685685
type: 'slider',
@@ -801,7 +801,7 @@ function createREP2Config(indicatorCode, rasterFileUrl, min, max) {
801801
},
802802
aspect: {
803803
display: true,
804-
label: 'Constraint for aspect',
804+
label: 'Aspect',
805805
metadataLabel: 'Aspect',
806806
id: 'aspect',
807807
min: 0,
@@ -811,7 +811,7 @@ function createREP2Config(indicatorCode, rasterFileUrl, min, max) {
811811
},
812812
slope: {
813813
display: true,
814-
label: 'Constraint for terrain slope',
814+
label: 'Terrain slope',
815815
metadataLabel: 'Terrain slope',
816816
id: 'slope',
817817
dataInfo: 'Slope',
@@ -821,7 +821,7 @@ function createREP2Config(indicatorCode, rasterFileUrl, min, max) {
821821
},
822822
energyGridDistance: {
823823
display: false,
824-
label: 'Constraint for distance to energy grid',
824+
label: 'Distance to energy grid',
825825
metadataLabel: 'Energy Grid',
826826
id: 'energyGridDistance',
827827
dataInfo: 'EnergyGridDistance',
@@ -834,7 +834,7 @@ function createREP2Config(indicatorCode, rasterFileUrl, min, max) {
834834
},
835835
elevation: {
836836
display: false,
837-
label: 'Constraint for terrain elevation',
837+
label: 'Terrain elevation',
838838
metadataLabel: 'Terrain elevation',
839839
id: 'elevation',
840840
dataInfo: 'Elevation',
@@ -844,7 +844,7 @@ function createREP2Config(indicatorCode, rasterFileUrl, min, max) {
844844
},
845845
albedo: {
846846
display: true,
847-
label: 'Constraint for albedo proxy',
847+
label: 'Albedo proxy',
848848
metadataLabel: 'Albedo proxy',
849849
id: 'albedo',
850850
dataInfo: 'Albedo',

0 commit comments

Comments
 (0)