-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6dafd37
commit 349f4fd
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
id: ndvi_diff_Ian_2022-09-30_2022-09-05 | ||
name: "Harmonized Landsat and Sentinel-2 NDVI Difference" | ||
description: "Using Harmonized Landsat and Sentinel-2 to Analyze the Aftermath of Hurricane Ian in Lee and Charlotte Counties in Florida." | ||
media: | ||
src: ::file ./smog-city.jpg | ||
alt: Smog Located In City. | ||
author: | ||
name: Nick van den Berg | ||
url: https://unsplash.com/photos/2vb-_3t6YCM | ||
thematics: | ||
- eis | ||
layers: | ||
- id: ndvi_diff_Ian_2022-09-30_2022-09-05 | ||
stacCol: ndvi_diff_Ian_2022-09-30_2022-09-05 | ||
name: NDVI Difference | ||
type: raster | ||
description: "x" | ||
initialDatetime: newest | ||
zoomExtent: | ||
- 0 | ||
- 20 | ||
sourceParams: | ||
colormap_name: rdylbu_r | ||
rescale: | ||
- -1 | ||
- 1 | ||
legend: | ||
type: gradient | ||
min: "-1" | ||
max: "1" | ||
--- |