Skip to content

Commit

Permalink
Merge pull request #9 from AbnormalDistributions/v1.0
Browse files Browse the repository at this point in the history
complete code revision
  • Loading branch information
AbnormalDistributions authored Oct 11, 2020
2 parents 14d1f02 + 10fcb48 commit a3da3a3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
![NIR](https://github.com/AbnormalDistributions/landsat8_scene_calculator/blob/main/neworleans.png)
![NIR](https://github.com/AbnormalDistributions/landsat8_scene_calculator/blob/main/new_orleans.png)

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

See Resources for more information on the images that are created.
See Resources for more information on the GeoTIFFs that are created.

# Scene Locator
[RemotePixel.ca](https://search.remotepixel.ca)
Expand Down
18 changes: 13 additions & 5 deletions main.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
# Date: 2020/10/10
# Initial Author: James Steele Howard
# Contributors: Gaurav Atreya
# This script creates NDVIs, SAVIs, RBG, and NIR images using Landsat8 imagery.

'''
Date: 2020/10/10
Initial Author: James Steele Howard
Contributors: Gaurav Atreya
This script creates GeoTIFF files of the following:
- Normalized Difference Vegetation Index
- Soil Adjusted Vegetation Index
- Visible Spectrum (Natural Color)
- Short Wave Infrared
- Agriculture
- Bathymetric
'''
import os
from enum import Enum
import time
Expand Down
File renamed without changes

0 comments on commit a3da3a3

Please sign in to comment.