Skip to content

Commit 3976ebe

Browse files
committed
Correcting names of .js folders to script.js and within the read.me files
1 parent 67a3cb4 commit 3976ebe

File tree

28 files changed

+33
-26
lines changed

28 files changed

+33
-26
lines changed

landsat-8/built_up_index/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Build Up Index Script
22

3+
<a href="#" id='togglescript'>Show</a> script or [download](script.js){:target="_blank"} it.
4+
<div id='script_view' style="display:none">
5+
{% highlight javascript %}
6+
{% include_relative script.js %}
7+
{% endhighlight %}
8+
</div>
9+
310
## Evaluate and visualize
411
- [Sentinel Playground](https://apps.sentinel-hub.com/sentinel-playground/?source=L8&lat=43.67072749862282&lng=-79.36901092529297&zoom=12&preset=CUSTOM&layers=B01,B02,B03&maxcc=20&gain=1.0&gamma=1.0&time=2018-12-01%7C2019-06-07&atmFilter=&showDates=false&evalscript=LyoKQXV0aG9yOiBLYXJsIENoYXN0a28KKi8KCmxldCBuZHZpID0gKEIwNSAtIEIwNCkgLyAoQjA1ICsgQjA0KTsKCmxldCBuZGJpID0gKEIwNiAtIEIwNSkgLyAoQjA2ICsgQjA1KTsKCmxldCBCVSA9IChuZHZpIC0gbmRiaSkKCnJldHVybltCVV07Cg%3D%3D){:target="_blank"}
512
- [EO Browser](https://apps.sentinel-hub.com/eo-browser/?lat=43.6531&lng=-79.3621&zoom=12&time=2019-05-06&preset=CUSTOM&datasource=Landsat%208%20USGS&layers=B01,B02,B03&evalscript=LyoKQXV0aG9yOiBLYXJsIENoYXN0a28KKi8KCmxldCBuZHZpID0gKEIwNSAtIEIwNCkgLyAoQjA1ICsgQjA0KTsKCmxldCBuZGJpID0gKEIwNiAtIEIwNSkgLyAoQjA2ICsgQjA1KTsKCmxldCBCVSA9IChuZHZpIC0gbmRiaSkKCnJldHVybltCVV07Cg%3D%3D){:target="_blank"}

landsat-8/wiw_L8_script/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Water In Wetlands Index - Landsat-8 Version
22

3-
<a href="#" id='togglescript'>Show</a> script or [download](wiw_L8_script.js){:target="_blank"} it.
3+
<a href="#" id='togglescript'>Show</a> script or [download](script.js){:target="_blank"} it.
44
<div id='script_view' style="display:none">
55
{% highlight javascript %}
6-
{% include_relative wiw_L8_script.js %}
6+
{% include_relative script.js %}
77
{% endhighlight %}
88
</div>
99

sentinel-1/crop_monitoring/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Agricultural Crop Monitoring from Space Script
22

3-
<a href="#" id='togglescript'>Show</a> script or [download](crop_monitoring.js){:target="_blank"} it.
3+
<a href="#" id='togglescript'>Show</a> script or [download](script.js){:target="_blank"} it.
44
<div id='script_view' style="display:none">
55
{% highlight javascript %}
6-
{% include_relative crop_monitoring.js %}
6+
{% include_relative script.js %}
77
{% endhighlight %}
88
</div>
99

sentinel-1/flood_mapping/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Flood Mapping With Sentinel-1 Script
22

3-
<a href="#" id='togglescript'>Show</a> script or [download](flood_mapping.js){:target="_blank"} it.
3+
<a href="#" id='togglescript'>Show</a> script or [download](script.js){:target="_blank"} it.
44
<div id='script_view' style="display:none">
55
{% highlight javascript %}
6-
{% include_relative flood_mapping.js %}
6+
{% include_relative script.js %}
77
{% endhighlight %}
88
</div>
99

sentinel-1/forest_hurricane/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# ForestHurricane Script
22

3-
<a href="#" id='togglescript'>Show</a> script or [download](forest_hurricane.js){:target="_blank"} it.
3+
<a href="#" id='togglescript'>Show</a> script or [download](script.js){:target="_blank"} it.
44
<div id='script_view' style="display:none">
55
{% highlight javascript %}
6-
{% include_relative forest_hurricane.js %}
6+
{% include_relative script.js %}
77
{% endhighlight %}
88
</div>
99

sentinel-1/radar_vegetation_index/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Radar Vegetation Index for Sentinel-1 SAR data - RVI4S1 Script
22

3-
<a href="#" id='togglescript'>Show</a> script or [download](radar_vegetation_index.js){:target="_blank"} it.
3+
<a href="#" id='togglescript'>Show</a> script or [download](script.js){:target="_blank"} it.
44
<div id='script_view' style="display:none">
55
{% highlight javascript %}
6-
{% include_relative radar_vegetation_index.js %}
6+
{% include_relative script.js %}
77
{% endhighlight %}
88
</div>
99

sentinel-1/radar_vegetation_index_code_dual_polarimetric/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Radar Vegetation Index Code for Dual Polarimetric Script
22

3-
<a href="#" id='togglescript'>Show</a> script or [download](radar_vegetation_index_code_dual_polarimetric.js){:target="_blank"} it.
3+
<a href="#" id='togglescript'>Show</a> script or [download](script.js){:target="_blank"} it.
44
<div id='script_view' style="display:none">
55
{% highlight javascript %}
6-
{% include_relative radar_vegetation_index_code_dual_polarimetric.js %}
6+
{% include_relative script.js %}
77
{% endhighlight %}
88
</div>
99

sentinel-1/sar-ice/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# SAR-Ice: A Sea Ice RGB Composite
22

3-
<a href="#" id='togglescript'>Show</a> script or [download](sar-ice.js){:target="_blank"} it.
3+
<a href="#" id='togglescript'>Show</a> script or [download](script.js){:target="_blank"} it.
44
<div id='script_view' style="display:none">
55
{% highlight javascript %}
6-
{% include_relative sar-ice.js %}
6+
{% include_relative script.js %}
77
{% endhighlight %}
88
</div>
99

File renamed without changes.

sentinel-1/sar_deforestation_detection/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# SAR for Deforestation Detection Script
22

3-
<a href="#" id='togglescript'>Show</a> script or [download](sar_deforestation_detection.js){:target="_blank"} it.
3+
<a href="#" id='togglescript'>Show</a> script or [download](script.js){:target="_blank"} it.
44
<div id='script_view' style="display:none">
55
{% highlight javascript %}
6-
{% include_relative sar_deforestation_detection.js %}
6+
{% include_relative script.js %}
77
{% endhighlight %}
88
</div>
99

sentinel-1/sar_rvi_temporal_analysis/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Tracking Radar Vegetation Index (Agriculture Development) Script
22

3-
<a href="#" id='togglescript'>Show</a> script or [download](sar_rvi_temporal_analysis.js){:target="_blank"} it.
3+
<a href="#" id='togglescript'>Show</a> script or [download](script.js){:target="_blank"} it.
44
<div id='script_view' style="display:none">
55
{% highlight javascript %}
6-
{% include_relative sar_rvi_temporal_analysis.js %}
6+
{% include_relative script.js %}
77
{% endhighlight %}
88
</div>
99

sentinel-1/seldom_and_regular_water_surface_detection/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Seldom and Regular Water Surface Detection Script
22

3-
<a href="#" id='togglescript'>Show</a> script or [download](seldom_and_regular_water_surface_detection.js){:target="_blank"} it.
3+
<a href="#" id='togglescript'>Show</a> script or [download](script.js){:target="_blank"} it.
44
<div id='script_view' style="display:none">
55
{% highlight javascript %}
6-
{% include_relative seldom_and_regular_water_surface_detection.js %}
6+
{% include_relative script.js %}
77
{% endhighlight %}
88
</div>
99

sentinel-1/soil_moisture_estimation/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Soil Moisture Estimation Script
22

3-
<a href="#" id='togglescript'>Show</a> script or [download](soil_moisture_estimation.js){:target="_blank"} it.
3+
<a href="#" id='togglescript'>Show</a> script or [download](script.js){:target="_blank"} it.
44
<div id='script_view' style="display:none">
55
{% highlight javascript %}
6-
{% include_relative soil_moisture_estimation.js %}
6+
{% include_relative script.js %}
77
{% endhighlight %}
88
</div>
99

sentinel-1/urban_areas/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Urban Areas Script
22

3-
<a href="#" id='togglescript'>Show</a> script or [download](urban_areas_script.js){:target="_blank"} it.
3+
<a href="#" id='togglescript'>Show</a> script or [download](script.js){:target="_blank"} it.
44
<div id='script_view' style="display:none">
55
{% highlight javascript %}
6-
{% include_relative urban_areas_script.js %}
6+
{% include_relative script.js %}
77
{% endhighlight %}
88
</div>
99

sentinel-3/natural_colors_sigmoid/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# OLCI Natural Colours with Sigmoid Script
22

3-
<a href="#" id='togglescript'>Show</a> script or [download](natural_colors_sigmoid.js){:target="_blank"} it.
3+
<a href="#" id='togglescript'>Show</a> script or [download](script.js){:target="_blank"} it.
44
<div id='script_view' style="display:none">
55
{% highlight javascript %}
6-
{% include_relative natural_colors_sigmoid.js %}
6+
{% include_relative script.js %}
77
{% endhighlight %}
88
</div>
99

0 commit comments

Comments
 (0)