Skip to content

Commit

Permalink
Updated License
Browse files Browse the repository at this point in the history
  • Loading branch information
rander38 committed Jun 29, 2015
1 parent 05aec2d commit 1e37e76
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 22 deletions.
20 changes: 9 additions & 11 deletions Documentation/README.txt
Expand Up @@ -70,7 +70,7 @@ Run the arcpy or GDAL Python script and use the GUI to select the satellite sens
<img src="https://github.com/rander38/Remote-Sensing-Indices-Derivation-Tool/blob/master/Documentation/GUI.PNG" alt="Interface"/>
</p>

**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*

Expand All @@ -96,19 +96,20 @@ 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

In [Parameters], add the name of the index to the indices list, add the index with compatible sensors to the indicesSensor dictionary.

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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
7 changes: 2 additions & 5 deletions 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
Expand All @@ -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
Expand Down
7 changes: 1 addition & 6 deletions README.md
Expand Up @@ -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

Expand Down

0 comments on commit 1e37e76

Please sign in to comment.