Skip to content

Commit dcc365d

Browse files
committed
Minor fixes
1 parent fed3bae commit dcc365d

File tree

8 files changed

+15
-17
lines changed

8 files changed

+15
-17
lines changed

sentinel-1/urban_areas/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ Monja Sebela
2424
## Description of representative images
2525

2626
Visualization of urban areas in Bologna, Italy with the urban areas script:
27-
![Urban Areas script example in Bologna (Italy)](fig/Sentinel-1_urban_areas.png)
27+
![Urban Areas script example in Bologna (Italy)](fig/fig1.jpg)
Binary file not shown.

sentinel-1/urban_areas/fig/fig1.jpg

9.5 MB
Loading

sentinel-2/barren_soil/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ Monja Sebela
2424

2525
Barren Soil script applied to Sentinel-2 image south of Ljubljana, Slovenia.
2626

27-
![Barren Soil script applied to Sentinel-2 south of Ljubljana, Slovenia](fig/barren_soil_agriculture.jpg)
28-
29-
More examples and details are available in the [supplementary material](supplementary_material.pdf).
27+
![Barren Soil script applied to Sentinel-2 south of Ljubljana, Slovenia](fig/fig1.jpg)
3028

3129
## Credits
3230

Binary file not shown.

sentinel-2/barren_soil/fig/fig1.jpg

3.68 MB
Loading
Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
2-
/*
3-
Author: Monja Sebela
4-
*/
5-
6-
7-
function evaluatePixel(s) {
8-
let val = 2.5 * ((s[0].B11 + s[0].B04)-(s[0].B08 + s[0].B02))/((s[0].B11 + s[0].B04)+(s[0].B08 + s[0].B02));
9-
return [2.5* val, s[0].B08, s[0].B11];
10-
}
11-
function setup(ds) {
12-
setInputComponents([ds.B02, ds.B04, ds.B08, ds.B11, ds.B12]);
13-
setOutputComponentCount(3); }
1+
2+
/*
3+
Author: Monja Sebela
4+
*/
5+
6+
7+
function evaluatePixel(s) {
8+
let val = 2.5 * ((s[0].B11 + s[0].B04)-(s[0].B08 + s[0].B02))/((s[0].B11 + s[0].B04)+(s[0].B08 + s[0].B02));
9+
return [2.5* val, s[0].B08, s[0].B11];
10+
}
11+
function setup(ds) {
12+
setInputComponents([ds.B02, ds.B04, ds.B08, ds.B11, ds.B12]);
13+
setOutputComponentCount(3); }
-1.17 MB
Binary file not shown.

0 commit comments

Comments
 (0)