Skip to content

Commit

Permalink
Add indexdb comment on Modis indexdb scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ignasieb committed Jan 21, 2021
1 parent 40aa067 commit 63c777d
Show file tree
Hide file tree
Showing 33 changed files with 66 additions and 33 deletions.
3 changes: 2 additions & 1 deletion modis/indexdb/id_1.js
@@ -1,4 +1,5 @@
// Alteration
// This is an auto-generated script. Double checking the source information with the URL below is recommended.
// URL http://www.indexdatabase.de/db/si-single.php?rsindex_id=1=&sensor_id=14

let index = (B06)/(B07);
Expand All @@ -20,4 +21,4 @@ return colorBlend(index, [min, min, max],
low_color,
high_color,
//overflow_color // uncomment to see overflows
]);
]);
3 changes: 2 additions & 1 deletion modis/indexdb/id_18.js
@@ -1,4 +1,5 @@
// Ferric iron, Fe2+
// This is an auto-generated script. Double checking the source information with the URL below is recommended.
// URL http://www.indexdatabase.de/db/si-single.php?rsindex_id=18=&sensor_id=14

let index = (B07)/(B02)+(B04)/(B01);
Expand All @@ -20,4 +21,4 @@ return colorBlend(index, [min, min, max],
low_color,
high_color,
//overflow_color // uncomment to see overflows
]);
]);
3 changes: 2 additions & 1 deletion modis/indexdb/id_19.js
@@ -1,4 +1,5 @@
// Ferric iron, Fe3+
// This is an auto-generated script. Double checking the source information with the URL below is recommended.
// URL http://www.indexdatabase.de/db/si-single.php?rsindex_id=19=&sensor_id=14

let index = (B01)/(B04);
Expand All @@ -20,4 +21,4 @@ return colorBlend(index, [min, min, max],
low_color,
high_color,
//overflow_color // uncomment to see overflows
]);
]);
3 changes: 2 additions & 1 deletion modis/indexdb/id_20.js
@@ -1,4 +1,5 @@
// Ferric Oxides
// This is an auto-generated script. Double checking the source information with the URL below is recommended.
// URL http://www.indexdatabase.de/db/si-single.php?rsindex_id=20=&sensor_id=14

let index = (B06)/(B02);
Expand All @@ -20,4 +21,4 @@ return colorBlend(index, [min, min, max],
low_color,
high_color,
//overflow_color // uncomment to see overflows
]);
]);
3 changes: 2 additions & 1 deletion modis/indexdb/id_21.js
@@ -1,4 +1,5 @@
// Ferrous iron
// This is an auto-generated script. Double checking the source information with the URL below is recommended.
// URL http://www.indexdatabase.de/db/si-single.php?rsindex_id=21=&sensor_id=14

let index = (B07)/(B02)+(B04)/(B01);
Expand All @@ -20,4 +21,4 @@ return colorBlend(index, [min, min, max],
low_color,
high_color,
//overflow_color // uncomment to see overflows
]);
]);
3 changes: 2 additions & 1 deletion modis/indexdb/id_219.js
@@ -1,4 +1,5 @@
// Normalized Difference 860/1640
// This is an auto-generated script. Double checking the source information with the URL below is recommended.
// URL http://www.indexdatabase.de/db/si-single.php?rsindex_id=219=&sensor_id=14

let index = (B02-B06)/(B02+B06);
Expand All @@ -24,4 +25,4 @@ return colorBlend(index, [min, min, zero, max],
zero_color, // divergent step at zero
high_color,
//overflow_color // uncomment to see overflows
]);
]);
3 changes: 2 additions & 1 deletion modis/indexdb/id_22.js
@@ -1,4 +1,5 @@
// Ferrous Silicates
// This is an auto-generated script. Double checking the source information with the URL below is recommended.
// URL http://www.indexdatabase.de/db/si-single.php?rsindex_id=22=&sensor_id=14

let index = (B07)/(B06);
Expand All @@ -20,4 +21,4 @@ return colorBlend(index, [min, min, max],
low_color,
high_color,
//overflow_color // uncomment to see overflows
]);
]);
3 changes: 2 additions & 1 deletion modis/indexdb/id_220.js
@@ -1,4 +1,5 @@
// Simple Ratio 860/1240
// This is an auto-generated script. Double checking the source information with the URL below is recommended.
// URL http://www.indexdatabase.de/db/si-single.php?rsindex_id=220=&sensor_id=14

let index = (B02)/(B05);
Expand All @@ -20,4 +21,4 @@ return colorBlend(index, [min, min, max],
low_color,
high_color,
//overflow_color // uncomment to see overflows
]);
]);
3 changes: 2 additions & 1 deletion modis/indexdb/id_245.js
@@ -1,4 +1,5 @@
// Normalized Difference NIR/MIR Modified Normalized Difference Vegetation Index
// This is an auto-generated script. Double checking the source information with the URL below is recommended.
// URL http://www.indexdatabase.de/db/si-single.php?rsindex_id=245=&sensor_id=14

let index = (B05-B07)/(B05+B07);
Expand All @@ -24,4 +25,4 @@ return colorBlend(index, [min, min, zero, max],
zero_color, // divergent step at zero
high_color,
//overflow_color // uncomment to see overflows
]);
]);
3 changes: 2 additions & 1 deletion modis/indexdb/id_26.js
@@ -1,4 +1,5 @@
// Gossan
// This is an auto-generated script. Double checking the source information with the URL below is recommended.
// URL http://www.indexdatabase.de/db/si-single.php?rsindex_id=26=&sensor_id=14

let index = (B06)/(B01);
Expand All @@ -20,4 +21,4 @@ return colorBlend(index, [min, min, max],
low_color,
high_color,
//overflow_color // uncomment to see overflows
]);
]);
3 changes: 2 additions & 1 deletion modis/indexdb/id_28.js
@@ -1,4 +1,5 @@
// Green Normalized Difference Vegetation Index
// This is an auto-generated script. Double checking the source information with the URL below is recommended.
// URL http://www.indexdatabase.de/db/si-single.php?rsindex_id=28=&sensor_id=14

let index = (B05-B04)/(B05+B04);
Expand All @@ -24,4 +25,4 @@ return colorBlend(index, [min, min, zero, max],
zero_color, // divergent step at zero
high_color,
//overflow_color // uncomment to see overflows
]);
]);
3 changes: 2 additions & 1 deletion modis/indexdb/id_308.js
@@ -1,4 +1,5 @@
// Single Band 635 Blackburn2
// This is an auto-generated script. Double checking the source information with the URL below is recommended.
// URL http://www.indexdatabase.de/db/si-single.php?rsindex_id=308=&sensor_id=14

let index = B01;
Expand All @@ -20,4 +21,4 @@ return colorBlend(index, [min, min, max],
low_color,
high_color,
//overflow_color // uncomment to see overflows
]);
]);
3 changes: 2 additions & 1 deletion modis/indexdb/id_309.js
@@ -1,4 +1,5 @@
// Single Band 470 Blackburn3
// This is an auto-generated script. Double checking the source information with the URL below is recommended.
// URL http://www.indexdatabase.de/db/si-single.php?rsindex_id=309=&sensor_id=14

let index = B03;
Expand All @@ -20,4 +21,4 @@ return colorBlend(index, [min, min, max],
low_color,
high_color,
//overflow_color // uncomment to see overflows
]);
]);
3 changes: 2 additions & 1 deletion modis/indexdb/id_356.js
@@ -1,4 +1,5 @@
// Visible Atmospherically Resistant Index Green
// This is an auto-generated script. Double checking the source information with the URL below is recommended.
// URL http://www.indexdatabase.de/db/si-single.php?rsindex_id=356=&sensor_id=14

let index = (B04-B01)/(B04+B01-B03);
Expand All @@ -24,4 +25,4 @@ return colorBlend(index, [min, min, zero, max],
zero_color, // divergent step at zero
high_color,
//overflow_color // uncomment to see overflows
]);
]);
3 changes: 2 additions & 1 deletion modis/indexdb/id_372.js
@@ -1,4 +1,5 @@
// Global Vegetation Moisture Index
// This is an auto-generated script. Double checking the source information with the URL below is recommended.
// URL http://www.indexdatabase.de/db/si-single.php?rsindex_id=372=&sensor_id=14

let index = ((B05+0.1)-(B07+0.02))/((B05+0.1)+(B07+0.02));
Expand All @@ -24,4 +25,4 @@ return colorBlend(index, [min, min, zero, max],
zero_color, // divergent step at zero
high_color,
//overflow_color // uncomment to see overflows
]);
]);
3 changes: 2 additions & 1 deletion modis/indexdb/id_38.js
@@ -1,4 +1,5 @@
// Laterite
// This is an auto-generated script. Double checking the source information with the URL below is recommended.
// URL http://www.indexdatabase.de/db/si-single.php?rsindex_id=38=&sensor_id=14

let index = (B06)/(B07);
Expand All @@ -20,4 +21,4 @@ return colorBlend(index, [min, min, max],
low_color,
high_color,
//overflow_color // uncomment to see overflows
]);
]);
3 changes: 2 additions & 1 deletion modis/indexdb/id_383.js
@@ -1,4 +1,5 @@
// Single Band 850
// This is an auto-generated script. Double checking the source information with the URL below is recommended.
// URL http://www.indexdatabase.de/db/si-single.php?rsindex_id=383=&sensor_id=14

let index = B02;
Expand All @@ -20,4 +21,4 @@ return colorBlend(index, [min, min, max],
low_color,
high_color,
//overflow_color // uncomment to see overflows
]);
]);
3 changes: 2 additions & 1 deletion modis/indexdb/id_479.js
@@ -1,4 +1,5 @@
// Simple Ratio NIR/MIR
// This is an auto-generated script. Double checking the source information with the URL below is recommended.
// URL http://www.indexdatabase.de/db/si-single.php?rsindex_id=479=&sensor_id=14

let index = (B05)/(B07);
Expand All @@ -20,4 +21,4 @@ return colorBlend(index, [min, min, max],
low_color,
high_color,
//overflow_color // uncomment to see overflows
]);
]);
3 changes: 2 additions & 1 deletion modis/indexdb/id_488.js
@@ -1,4 +1,5 @@
// Single Band 460
// This is an auto-generated script. Double checking the source information with the URL below is recommended.
// URL http://www.indexdatabase.de/db/si-single.php?rsindex_id=488=&sensor_id=14

let index = B03;
Expand All @@ -20,4 +21,4 @@ return colorBlend(index, [min, min, max],
low_color,
high_color,
//overflow_color // uncomment to see overflows
]);
]);
3 changes: 2 additions & 1 deletion modis/indexdb/id_489.js
@@ -1,4 +1,5 @@
// Single Band 640
// This is an auto-generated script. Double checking the source information with the URL below is recommended.
// URL http://www.indexdatabase.de/db/si-single.php?rsindex_id=489=&sensor_id=14

let index = B01;
Expand All @@ -20,4 +21,4 @@ return colorBlend(index, [min, min, max],
low_color,
high_color,
//overflow_color // uncomment to see overflows
]);
]);
3 changes: 2 additions & 1 deletion modis/indexdb/id_490.js
@@ -1,4 +1,5 @@
// Single Band 660
// This is an auto-generated script. Double checking the source information with the URL below is recommended.
// URL http://www.indexdatabase.de/db/si-single.php?rsindex_id=490=&sensor_id=14

let index = B01;
Expand All @@ -20,4 +21,4 @@ return colorBlend(index, [min, min, max],
low_color,
high_color,
//overflow_color // uncomment to see overflows
]);
]);
3 changes: 2 additions & 1 deletion modis/indexdb/id_517.js
@@ -1,4 +1,5 @@
// Single Band 2130
// This is an auto-generated script. Double checking the source information with the URL below is recommended.
// URL http://www.indexdatabase.de/db/si-single.php?rsindex_id=517=&sensor_id=14

let index = B07;
Expand All @@ -20,4 +21,4 @@ return colorBlend(index, [min, min, max],
low_color,
high_color,
//overflow_color // uncomment to see overflows
]);
]);
3 changes: 2 additions & 1 deletion modis/indexdb/id_53.js
@@ -1,4 +1,5 @@
// Normalized Difference NIR/SWIR Normalized Burn Ratio
// This is an auto-generated script. Double checking the source information with the URL below is recommended.
// URL http://www.indexdatabase.de/db/si-single.php?rsindex_id=53=&sensor_id=14

let index = (B05-B07)/(B05+B07);
Expand All @@ -24,4 +25,4 @@ return colorBlend(index, [min, min, zero, max],
zero_color, // divergent step at zero
high_color,
//overflow_color // uncomment to see overflows
]);
]);
3 changes: 2 additions & 1 deletion modis/indexdb/id_534.js
@@ -1,4 +1,5 @@
// Single Band 555
// This is an auto-generated script. Double checking the source information with the URL below is recommended.
// URL http://www.indexdatabase.de/db/si-single.php?rsindex_id=534=&sensor_id=14

let index = B04;
Expand All @@ -20,4 +21,4 @@ return colorBlend(index, [min, min, max],
low_color,
high_color,
//overflow_color // uncomment to see overflows
]);
]);
3 changes: 2 additions & 1 deletion modis/indexdb/id_535.js
@@ -1,4 +1,5 @@
// Single Band 655
// This is an auto-generated script. Double checking the source information with the URL below is recommended.
// URL http://www.indexdatabase.de/db/si-single.php?rsindex_id=535=&sensor_id=14

let index = B01;
Expand All @@ -20,4 +21,4 @@ return colorBlend(index, [min, min, max],
low_color,
high_color,
//overflow_color // uncomment to see overflows
]);
]);
3 changes: 2 additions & 1 deletion modis/indexdb/id_546.js
@@ -1,4 +1,5 @@
// Normalized Difference 857/1241 Normalized Difference Water Index
// This is an auto-generated script. Double checking the source information with the URL below is recommended.
// URL http://www.indexdatabase.de/db/si-single.php?rsindex_id=546=&sensor_id=14

let index = (B02-B05)/(B02+B05);
Expand All @@ -24,4 +25,4 @@ return colorBlend(index, [min, min, zero, max],
zero_color, // divergent step at zero
high_color,
//overflow_color // uncomment to see overflows
]);
]);
3 changes: 2 additions & 1 deletion modis/indexdb/id_552.js
@@ -1,4 +1,5 @@
// Simple Ratio 560/658 GRVIhyper
// This is an auto-generated script. Double checking the source information with the URL below is recommended.
// URL http://www.indexdatabase.de/db/si-single.php?rsindex_id=552=&sensor_id=14

let index = (B04)/(B01);
Expand All @@ -20,4 +21,4 @@ return colorBlend(index, [min, min, max],
low_color,
high_color,
//overflow_color // uncomment to see overflows
]);
]);
3 changes: 2 additions & 1 deletion modis/indexdb/id_57.js
@@ -1,4 +1,5 @@
// Normalized Difference Salinity Index
// This is an auto-generated script. Double checking the source information with the URL below is recommended.
// URL http://www.indexdatabase.de/db/si-single.php?rsindex_id=57=&sensor_id=14

let index = (B06-B07)/(B06+B07);
Expand All @@ -24,4 +25,4 @@ return colorBlend(index, [min, min, zero, max],
zero_color, // divergent step at zero
high_color,
//overflow_color // uncomment to see overflows
]);
]);
3 changes: 2 additions & 1 deletion modis/indexdb/id_60.js
@@ -1,4 +1,5 @@
// Normalized Difference 860/1240 Normalized Difference Water Index
// This is an auto-generated script. Double checking the source information with the URL below is recommended.
// URL http://www.indexdatabase.de/db/si-single.php?rsindex_id=60=&sensor_id=14

let index = (B02-B05)/(B02+B05);
Expand All @@ -24,4 +25,4 @@ return colorBlend(index, [min, min, zero, max],
zero_color, // divergent step at zero
high_color,
//overflow_color // uncomment to see overflows
]);
]);
3 changes: 2 additions & 1 deletion modis/indexdb/id_71.js
@@ -1,4 +1,5 @@
// Simple Ratio MIR/NIR Ratio Drought Index
// This is an auto-generated script. Double checking the source information with the URL below is recommended.
// URL http://www.indexdatabase.de/db/si-single.php?rsindex_id=71=&sensor_id=14

let index = (B07)/(B05);
Expand All @@ -20,4 +21,4 @@ return colorBlend(index, [min, min, max],
low_color,
high_color,
//overflow_color // uncomment to see overflows
]);
]);
3 changes: 2 additions & 1 deletion modis/indexdb/id_82.js
@@ -1,4 +1,5 @@
// Silica 3
// This is an auto-generated script. Double checking the source information with the URL below is recommended.
// URL http://www.indexdatabase.de/db/si-single.php?rsindex_id=82=&sensor_id=14

let index = (B31)/(B29);
Expand All @@ -20,4 +21,4 @@ return colorBlend(index, [min, min, max],
low_color,
high_color,
//overflow_color // uncomment to see overflows
]);
]);
3 changes: 2 additions & 1 deletion modis/indexdb/id_88.js
@@ -1,4 +1,5 @@
// Soil Composition Index
// This is an auto-generated script. Double checking the source information with the URL below is recommended.
// URL http://www.indexdatabase.de/db/si-single.php?rsindex_id=88=&sensor_id=14

let index = (B06-B02)/(B06+B02);
Expand All @@ -24,4 +25,4 @@ return colorBlend(index, [min, min, zero, max],
zero_color, // divergent step at zero
high_color,
//overflow_color // uncomment to see overflows
]);
]);
3 changes: 2 additions & 1 deletion modis/indexdb/id_95.js
@@ -1,4 +1,5 @@
// Simple Ratio MIR/SWIR Cley Mineral-Index, Salinity Index
// This is an auto-generated script. Double checking the source information with the URL below is recommended.
// URL http://www.indexdatabase.de/db/si-single.php?rsindex_id=95=&sensor_id=14

let index = (B07)/(B07);
Expand All @@ -20,4 +21,4 @@ return colorBlend(index, [min, min, max],
low_color,
high_color,
//overflow_color // uncomment to see overflows
]);
]);

0 comments on commit 63c777d

Please sign in to comment.