Skip to content

Commit a3da3a3

Browse files
Merge pull request #9 from AbnormalDistributions/v1.0
complete code revision
2 parents 14d1f02 + 10fcb48 commit a3da3a3

File tree

3 files changed

+16
-8
lines changed

3 files changed

+16
-8
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
![NIR](https://github.com/AbnormalDistributions/landsat8_scene_calculator/blob/main/neworleans.png)
1+
![NIR](https://github.com/AbnormalDistributions/landsat8_scene_calculator/blob/main/new_orleans.png)
22

33
# Landsat8 Scene Calculator
44
This script creates GeoTIFF files of the following:
5-
* Nasalized Difference Vegetation Index
5+
* Normalized Difference Vegetation Index
66
* Soil Adjusted Vegetation Index
77
* Visible Spectrum (Natural Color)
88
* Short Wave Infrared
@@ -14,7 +14,7 @@ This script creates GeoTIFF files of the following:
1414
2. Change the url to *url_base* minus the last character of the url and file extension
1515
3. Run the script.
1616

17-
See Resources for more information on the images that are created.
17+
See Resources for more information on the GeoTIFFs that are created.
1818

1919
# Scene Locator
2020
[RemotePixel.ca](https://search.remotepixel.ca)

main.py

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
1-
# Date: 2020/10/10
2-
# Initial Author: James Steele Howard
3-
# Contributors: Gaurav Atreya
4-
# This script creates NDVIs, SAVIs, RBG, and NIR images using Landsat8 imagery.
5-
1+
'''
2+
Date: 2020/10/10
3+
Initial Author: James Steele Howard
4+
Contributors: Gaurav Atreya
5+
6+
This script creates GeoTIFF files of the following:
7+
- Normalized Difference Vegetation Index
8+
- Soil Adjusted Vegetation Index
9+
- Visible Spectrum (Natural Color)
10+
- Short Wave Infrared
11+
- Agriculture
12+
- Bathymetric
13+
'''
614
import os
715
from enum import Enum
816
import time
File renamed without changes.

0 commit comments

Comments
 (0)