Skip to content

Commit 339fc9e

Browse files
author
Monja Šebela
committed
Adding composite references
1 parent e811373 commit 339fc9e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

sentinel-2/composites/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ Custom script: ** return [B04, B03, B02];
1717

1818
![True color sample](fig/fig1.png)
1919

20+
- [Reference](https://sentinel.esa.int/web/sentinel/user-guides/sentinel-2-msi/definitions)
21+
2022
## False Color
2123

2224
### RGB (8,4,3)
@@ -28,6 +30,8 @@ Custom script: ** return [B08, B04, B03];
2830

2931
![False color sample](fig/fig2.png)
3032

33+
- [Reference](https://earthobservatory.nasa.gov/features/FalseColor/page6.php)
34+
3135
## SWIR
3236

3337
### RGB (12,8,4)
@@ -38,6 +42,9 @@ Custom script: ** return [B12, B08, B04];
3842

3943
![SWIR sample](fig/fig3.png)
4044

45+
- [Reference 1](https://earthobservatory.nasa.gov/features/FalseColor/page5.php)
46+
- [Refreence 2](https://gisgeography.com/sentinel-2-bands-combinations/)
47+
4148
## Agriculture
4249

4350
### RGB (11,8,2)
@@ -48,6 +55,9 @@ Custom script: ** return [B11, B08, B02];
4855

4956
![Agriculture sample](fig/fig4.png)
5057

58+
- [Reference 1](https://earthobservatory.nasa.gov/features/FalseColor/page5.php)
59+
- [Refreence 2](https://gisgeography.com/sentinel-2-bands-combinations/)
60+
5161
## Geology
5262

5363
### RGB (12,11,2)

0 commit comments

Comments
 (0)