Skip to content

Commit cf4930a

Browse files
committed
Adding scripts from the Contest
1 parent a4ecd56 commit cf4930a

24 files changed

+359
-3
lines changed

README.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,17 @@ The Sentinel-1 imagery is provided by two polar-orbiting satellites, operating d
2121

2222
#### Agriculture and forestry algorithms
2323
- [SAR for deforestation](sentinel-1/sar_for_deforestation)
24+
- [Tracking radar vegetation index](sentinel-1/sar_rvi_temporal_analysis)
2425

2526
#### Disaster management and prevention algorithms
2627
- [Seldom and regular water surface detection](sentinel-1/seldom_and_regular_water_surface_detection)
2728
- [Forest Hurricane](sentinel-1/forest_hurricane)
29+
- [Flood mapping](sentinel-1/flood_mapping)
2830

2931
#### Urban planning algorithm
3032
- [Urban areas](sentinel-1/urban_areas)
3133

32-
#### Marine environment algorithm
34+
#### Marine and other water bodies environment algorithms
3335
- [Water surface roughness visualization](sentinel-1/water_surface_roughness_visualization)
3436
- [SAR-Ice: A Sea Ice RGB Composite](sentinel-1/sar-ice)
3537

@@ -120,7 +122,7 @@ Dedicated to supplying data for [Copernicus services](http://www.esa.int/Our_Act
120122
- [Pseudo forest canopy density (pseudo-FCD)](sentinel-2/pseudo_forest_canopy_density)
121123
- [Infrared agriculture display](sentinel-2/infrared_agriculture_display)
122124

123-
#### Marine environment algorithms
125+
#### Marine and other water bodies environment algorithms
124126
- [White-water detection](sentinel-2/white_water)
125127
- [Ocean plastic detector prototype](sentinel-2/ocean_plastic_detector)
126128
- [Ulyssys Water Quality Viewer](sentinel-2/ulyssys_water_quality_viewer) - chlorophyll and suspended sediment for water quality visualization
@@ -139,8 +141,10 @@ Dedicated to supplying data for [Copernicus services](http://www.esa.int/Our_Act
139141
- [Monthly composite](sentinel-2/monthly_composite)
140142
- [Water Bodies Mapping - WBM](sentinel-2/water_bodies_mapping-wbm)
141143

142-
#### Enhanced scripts
144+
#### Other available scripts
143145
- [Selective Enhancement based on Indices](sentinel-2/selective_enhancement_based_on_indices)
146+
- [Homage to Mondrian](sentinel-2/homage_to_mondrian) - artistic script
147+
- [Index visualisation](sentinel-2/index_visualization) - universal script for visualisation of indices
144148

145149
## <a name="sentinel-3"></a>Sentinel-3 OLCI
146150

sentinel-1/flood_mapping/README.md

+53
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
# Name Script
2+
3+
<a href="#" id='togglescript'>Show</a> script or [download](name_script.js){:target="_blank"} it.
4+
<div id='script_view' style="display:none">
5+
{% highlight javascript %}
6+
{% include_relative name_script.js %}
7+
{% endhighlight %}
8+
</div>
9+
10+
## Evaluate and visualize
11+
- [EO Browser](link){:target="_blank"}
12+
13+
14+
## General description of the script
15+
16+
...
17+
18+
## Details of the script
19+
20+
...
21+
22+
## Author of the script
23+
24+
...
25+
26+
## Description of representative images
27+
28+
1) Description
29+
![The script example 1](fig/name1.png)
30+
31+
2) Description
32+
![The script example 2](fig/name2.png)
33+
34+
3) Description
35+
![The script example 3](fig/name3.png)
36+
37+
## References
38+
39+
[1] [title](link){:target="_blank"}
40+
41+
[2] [title](link){:target="_blank"}
42+
43+
[3] [title](link){:target="_blank"}
44+
45+
[4] [title](link){:target="_blank"}
46+
47+
[5] [title](link){:target="_blank"}
48+
49+
## Credits
50+
51+
[1] [title](link){:target="_blank"}
52+
53+
[2] [title](link){:target="_blank"}
Loading
Loading
Loading
Loading
Loading

sentinel-1/flood_mapping/flood_mapping.js

+67
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

0 commit comments

Comments
 (0)