diff --git a/Documentation/README.txt b/Documentation/README.txt index a371084..0694c20 100644 --- a/Documentation/README.txt +++ b/Documentation/README.txt @@ -70,7 +70,7 @@ Run the arcpy or GDAL Python script and use the GUI to select the satellite sens Interface

-**Input raster should be stacked as follows, or adjust band designations within Python script.** +**Input raster should be stacked as follows (or manually adjust band designations within Python script)** *Landsat 1-5 MSS* @@ -96,12 +96,8 @@ Run the arcpy or GDAL Python script and use the GUI to select the satellite sens * Coastal - Blue - Green - Yellow - Red - Red Edge - NIR1 - NIR2 -### Future Plans - -* Additional Sensors/Indices (Requests are welcome) -* QGIS/ArcGIS Toolbox -## Manually adding an indices +**Manually Add an Index** Open the file, Sensors_Formulas_RSIDT.ini @@ -109,6 +105,11 @@ In [Parameters], add the name of the index to the indices list, add the index wi In [Formulas], add the index with equation. +### Future Plans + +* Additional Sensors/Indices (Requests are welcome) +* QGIS/ArcGIS Toolbox + ### Works Cited Baig, M. H. A., Zhang, L., Shuai, T., & Tong, Q. (2015). Derivation of a tasselled cap transformation based on Landsat 8 at-satellite reflectance. Remote Sensing Letters, 5(5), 423–431. doi:10.1080/2150704X.2014.915434 @@ -146,7 +147,7 @@ based on Landsat 8 at-satellite reflectance. Remote Sensing Letters, 5(5), 423 ### License The MIT License (MIT) - + Copyright (c) 2015 Ryan S. Anderson Permission is hereby granted, free of charge, to any person obtaining a copy of @@ -155,10 +156,7 @@ the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: -1. You MAY NOT sell any application that you derive from the code in this repository -without specific written permission from Ryan S. Anderson. - -2. The above copyright notice and this permission notice shall be included in all +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR diff --git a/Documentation/license.txt b/Documentation/license.txt index 1670207..8cf536c 100644 --- a/Documentation/license.txt +++ b/Documentation/license.txt @@ -1,5 +1,5 @@ The MIT License (MIT) - + Copyright (c) 2015 Ryan S. Anderson Permission is hereby granted, free of charge, to any person obtaining a copy of @@ -8,10 +8,7 @@ the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: -1. You MAY NOT sell any application that you derive from the code in this repository -without specific written permission from Ryan S. Anderson. - -2. The above copyright notice and this permission notice shall be included in all +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR diff --git a/README.md b/README.md index 142c9b1..92f63e6 100644 --- a/README.md +++ b/README.md @@ -145,13 +145,8 @@ based on Landsat 8 at-satellite reflectance. Remote Sensing Letters, 5(5), 423 Zhang, X. Z. X., Schaaf, C. B., Friedl, M. a., Strahler, a. H., Gao, F. G. F., & Hodges, J. C. F. (2002). MODIS tasseled cap transformation and its utility. IEEE International Geoscience and Remote Sensing Symposium, 2(C), 1063–1065. doi:10.1109/IGARSS.2002.1025776 ### License - -This is a standard MIT License with the exception - -1. You may not sell any application that you derive from the code in this repository -without specific written permission from Ryan S. Anderson. -**The MIT License (MIT)** +The MIT License (MIT) Copyright (c) 2015 Ryan S. Anderson