Skip to content

Commit 14d1f02

Browse files
Merge pull request #8 from AbnormalDistributions/v1.0
comeplete revision of code
2 parents a66ffdf + addee5f commit 14d1f02

File tree

5 files changed

+239
-217
lines changed

5 files changed

+239
-217
lines changed

NIR.png

-973 KB
Binary file not shown.

README.md

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

33
# Landsat8 Scene Calculator
4-
This script creates NDVI, SAVI, RBG composite, and color infrared (NIR) composite GeoTIFF files using Landsat8 imagery.
4+
This script creates GeoTIFF files of the following:
5+
* Nasalized Difference Vegetation Index
6+
* Soil Adjusted Vegetation Index
7+
* Visible Spectrum (Natural Color)
8+
* Short Wave Infrared
9+
* Agriculture
10+
* Bathymetric
11+
12+
# To Use:
13+
1. Find the scene you would like on [RemotePixel.ca](https://search.remotepixel.ca).
14+
2. Change the url to *url_base* minus the last character of the url and file extension
15+
3. Run the script.
16+
17+
See Resources for more information on the images that are created.
518

619
# Scene Locator
720
[RemotePixel.ca](https://search.remotepixel.ca)
821

922
# Resources
1023
* [(NDVI) Normalized Difference Vegetation Index ](https://www.usgs.gov/core-science-systems/nli/landsat/landsat-normalized-difference-vegetation-index)
1124
* [(SAVI) Soil Adjusted Vegetation Index](https://www.usgs.gov/core-science-systems/nli/landsat/landsat-soil-adjusted-vegetation-index)
12-
* [(Near Infraed / Color Infrared) Landsat 8 Bands and Band Combinations](https://gisgeography.com/landsat-8-bands-combinations/)
25+
* [(Other Combinations) Landsat 8 Bands and Band Combinations](https://gisgeography.com/landsat-8-bands-combinations/)
1326

1427
# Licensing
1528
Code licensed under [MIT License](http://opensource.org/licenses/mit-license.html)

landsat8_scene_creator.py

Lines changed: 0 additions & 214 deletions
This file was deleted.

0 commit comments

Comments
 (0)