Skip to content

Commit

Permalink
Merge branch 'release-3.14.0' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
jasontk19 committed Dec 15, 2021
2 parents c6e4a76 + 072cd06 commit 797d0ba
Show file tree
Hide file tree
Showing 73 changed files with 1,413 additions and 1,437 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Worldview Screenshot](/web/images/readme-preview.jpg)](https://worldview.earthdata.nasa.gov)

[![Build Status](https://api.travis-ci.org/nasa-gibs/worldview.svg?branch=main)](https://travis-ci.org/nasa-gibs/worldview)
[![Build Status](https://github.com/nasa-gibs/worldview/actions/workflows/build-test-app.yml/badge.svg?branch=main)](https://github.com/nasa-gibs/worldview/actions/workflows/build-test-app.yml)

Interactive interface for browsing full-resolution, global satellite imagery.

Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
The MODIS Enhanced Vegetation Index (EVI) is also used as a measure of the greenness and health of vegetation. It is calculated in a similar fashion as NDVI but it corrects for distortions caused by ground cover beneath the canopy vegetation and distortions in reflected light caused by particles in the air by using the blue band to remove residual atmosphere contamination caused by smoke and sub-pixel thin cirrus clouds. The EVI is more effective in areas with large amounts of chlorophyll such as rainforests. The index values range from -0.2 to 1 where higher values (0.3 to 1) indicate areas covered by green, leafy vegetation and lower values (0 to 0.3) indicate areas where there is little or no vegetation.

The MODIS rolling 8-day EVI layer is available as a near real-time, rolling 8-day product (MOD13Q4N) from from the Terra satellite. It is created from a rolling 8-day land surface reflectance product, MOD09Q1N. The sensor resolution is 250 m, imagery resolution is 250 m, and the temporal resolution is an 8-day product which is updated daily.
The MODIS rolling 8-day EVI layer is available as a near real-time, rolling 8-day product (MOD13Q4N) from from the Terra satellite. It is created from a rolling 8-day land surface reflectance product, MOD09Q1N. The sensor resolution is 250 m, imagery resolution is 250 m, and the temporal resolution is an 8-day product which is updated daily, and available for the last 20 days.

References: MOD13Q4N [doi:10.5067/MODIS/MOD13Q4N.NRT.061](https://doi.org/10.5067/MODIS/MOD13Q4N.NRT.061)
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
The MODIS Normalized Difference Vegetation Index (NDVI) layer is a measure of the greenness and health of vegetation. The index is calculated based on how much red and near-infrared light is reflected by plant leaves. The index values range from -0.2 to 1 where higher values (0.3 to 1) indicate areas covered by green, leafy vegetation and lower values (0 to 0.3) indicate areas where there is little or no vegetation. Areas with a lot of green leaf growth, indicates the presence of chlorophyll which reflects more infrared light and less visible light, are depicted in dark green colors, areas with some green leaf growth are in light greens, and areas with little to no vegetation growth are depicted in tan colors.

The MODIS rolling 8-day NDVI layer is available as a near real-time, rolling 8-day product (MOD13Q4N) from from the Terra satellite. It is created from a rolling 8-day land surface reflectance product, MOD09Q1N. The sensor resolution is 250 m, imagery resolution is 250 m, and the temporal resolution is an 8-day product which is updated daily.
The MODIS rolling 8-day NDVI layer is available as a near real-time, rolling 8-day product (MOD13Q4N) from from the Terra satellite. It is created from a rolling 8-day land surface reflectance product, MOD09Q1N. The sensor resolution is 250 m, imagery resolution is 250 m, and the temporal resolution is an 8-day product which is updated daily, and available for the last 20 days.

References: MOD13Q4N [doi:10.5067/MODIS/MOD13Q4N.NRT.061](https://doi.org/10.5067/MODIS/MOD13Q4N.NRT.061)

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
"wrapadjacentdays": true,
"daynight": [
"day"
]
],
"availability": {
"rollingWindow": 20
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@
"tags": "ndvi normalized difference vegetation index",
"layergroup": "Vegetation Indices",
"product": "MOD13Q4N",
"wrapadjacentdays": true
"wrapadjacentdays": true,
"daynight": [
"day"
],
"availability": {
"rollingWindow": 20
}
}
}
}
21 changes: 20 additions & 1 deletion config/default/common/features.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,26 @@
"feedback": true,
"previewSnapshots": true,
"vismetadata": {
"url": "https://gibs.earthdata.nasa.gov/layer-metadata/v1.0/"
"url": "https://gibs.earthdata.nasa.gov/layer-metadata/v1.0/",
"daacMap": {
"GES_DISC": "GES DISC",
"LANCEMODIS": "MODAPS SIPS",
"GHRC_DAAC": "GHRC DAAC",
"NSIDC_ECS": "NSIDC DAAC",
"LAADS": "LAADS DAAC",
"PODAAC": "PO.DAAC",
"LPDAAC_ECS": "LP DAAC",
"SEDAC": "SEDAC",
"LARC_ASDC": "ASDC",
"LARC": "ASDC",
"LANCEAMSR2": "AMSR2 SIPS",
"OB_DAAC": "OB.DAAC",
"OMINRT": "OMI/Ozone SIPS",
"ASIPS": "Atmosphere SIPS",
"LPCLOUD": "LPDAAC",
"ORNL_DAAC": "ORNL DAAC",
"MOPITT": "MOPITT SIPS"
}
},
"googleTagManager": true,
"notification": {
Expand Down
Loading

0 comments on commit 797d0ba

Please sign in to comment.