-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3935 from nasa-gibs/develop
Develop -> main
- Loading branch information
Showing
912 changed files
with
5,948 additions
and
12,647 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 |
---|---|---|
|
@@ -12,3 +12,4 @@ web/build/* | |
test/* | ||
/tasks/temp/* | ||
web/js/lib/* | ||
e2e/reports/* |
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
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 |
---|---|---|
@@ -1,12 +1,41 @@ | ||
{ | ||
"files.trimTrailingWhitespace": true, | ||
"editor.codeActionsOnSave": { | ||
"source.fixAll.eslint": true | ||
}, | ||
"files.exclude": { | ||
"**./node_modules": true | ||
}, | ||
"[javascript]": { | ||
"editor.tabSize": 2 | ||
"editor.tabSize": 2, | ||
"editor.defaultFormatter": "dbaeumer.vscode-eslint", | ||
}, | ||
"[json]": { | ||
"editor.tabSize": 2 | ||
}, | ||
"editor.codeActionsOnSave": { | ||
"source.fixAll.eslint": true | ||
} | ||
"json.validate.enable": true, | ||
"json.schemas": [ | ||
{ | ||
"fileMatch": [ | ||
"config/default/common/config/wv.json/layers/**/*.json", | ||
"config/active/common/config/wv.json/layers/**/*.json" | ||
], | ||
"url": "./schemas/layer-config.json" | ||
} | ||
], | ||
"eslint.lintTask.enable": true, | ||
"eslint.format.enable": true, | ||
"stylelint.configFile": ".stylelintrc", | ||
"stylelint.snippet": [ | ||
"css", | ||
"less", | ||
"postcss", | ||
"scss" | ||
], | ||
"stylelint.validate": [ | ||
"css", | ||
"less", | ||
"postcss", | ||
"scss" | ||
], | ||
} |
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
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
12 changes: 12 additions & 0 deletions
12
config/default/common/colormaps/orbits/OrbitTracks_Landsat-9_Ascending.xml
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,12 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<ColorMaps xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:noNamespaceSchemaLocation="http://gibs.earthdata.nasa.gov/schemas/ColorMap_v1.3.xsd"> | ||
<ColorMap title="Landsat 9 Orbital Track"> | ||
<Entries> | ||
<ColorMapEntry rgb="3,252,132" sourceValue="200" transparent="false" ref="1" /> | ||
</Entries> | ||
<Legend type="classification"> | ||
<LegendEntry rgb="3,252,132" id="1" tooltip="Acquisition Time (UTC)" label="Acquisition Time (UTC)" showLabel="true" /> | ||
</Legend> | ||
</ColorMap> | ||
</ColorMaps> |
12 changes: 12 additions & 0 deletions
12
config/default/common/colormaps/orbits/OrbitTracks_Landsat-9_Descending.xml
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,12 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<ColorMaps xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:noNamespaceSchemaLocation="http://gibs.earthdata.nasa.gov/schemas/ColorMap_v1.3.xsd"> | ||
<ColorMap title="Landsat 9 Orbital Track"> | ||
<Entries> | ||
<ColorMapEntry rgb="3,252,132" sourceValue="200" transparent="false" ref="1" /> | ||
</Entries> | ||
<Legend type="classification"> | ||
<LegendEntry rgb="3,252,132" id="1" tooltip="Acquisition Time (UTC)" label="Acquisition Time (UTC)" showLabel="true" /> | ||
</Legend> | ||
</ColorMap> | ||
</ColorMaps> |
12 changes: 12 additions & 0 deletions
12
config/default/common/colormaps/orbits/OrbitTracks_TRMM_Ascending.xml
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,12 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<ColorMaps xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:noNamespaceSchemaLocation="http://gibs.earthdata.nasa.gov/schemas/ColorMap_v1.3.xsd"> | ||
<ColorMap title="TRMM Orbital Track"> | ||
<Entries> | ||
<ColorMapEntry rgb="252,3,3" sourceValue="200" transparent="false" ref="1" /> | ||
</Entries> | ||
<Legend type="classification"> | ||
<LegendEntry rgb="252,3,3" id="1" tooltip="Acquisition Time (UTC)" label="Acquisition Time (UTC)" showLabel="true" /> | ||
</Legend> | ||
</ColorMap> | ||
</ColorMaps> |
12 changes: 12 additions & 0 deletions
12
config/default/common/colormaps/orbits/OrbitTracks_TRMM_Descending.xml
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,12 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<ColorMaps xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:noNamespaceSchemaLocation="http://gibs.earthdata.nasa.gov/schemas/ColorMap_v1.3.xsd"> | ||
<ColorMap title="TRMM Orbital Track"> | ||
<Entries> | ||
<ColorMapEntry rgb="252,3,3" sourceValue="200" transparent="false" ref="1" /> | ||
</Entries> | ||
<Legend type="classification"> | ||
<LegendEntry rgb="252,3,3" id="1" tooltip="Acquisition Time (UTC)" label="Acquisition Time (UTC)" showLabel="true" /> | ||
</Legend> | ||
</ColorMap> | ||
</ColorMaps> |
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
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
7 changes: 7 additions & 0 deletions
7
config/default/common/config/metadata/layers/gpm/GMI_Precipitation_Rate_Asc.md
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,7 @@ | ||
The Global Precipitation Measurement (GPM) Microwave Imager (GMI) Precipitation Rate(Ascending) layer provides the rate at with rain and frozen precipitation (snow) reaches the Earth's surface in millimeters per hour (mm/hr). The layer shows both the Rain Rate and Snow Rate with two different legends. This layer provides snapshots of individual storms, including tropical cyclones and flood-producing systems. | ||
|
||
The GPM Microwave Imager (GMI) has a total of 13 channels, each observing the Earth at a different frequency (10-183 GHz) or at a different polarization (vertical or horizontal). Each channel measures the natural emission from the Earth's surface, atmospheric gases, and precipitation. GMI sees through the tops of clouds to observe how much and where precipitation occurs. The lower frequency GMI channels respond more directly to rain, while the higher frequency GMI channels respond to the higher-altitude ice precipitation that is often associated with vigorous rain rates near the Earth's surface. | ||
|
||
The GPM Microwave Imager (GMI) is an instrument on the satellite known as the Global Precipitation Measurement (GPM) Core Observatory. The parent data product for the Rain Rate layer is the 2AGPROFGMI data product, which is also known as "Level 2A Goddard Profiling algorithm" or as "GPM_2AGPROFGPMGMI". The imagery resolution is 2 km and sensor resolution is approximately 4 km at the equator, and the rain estimates are reported on footprints that are approximately 6 km across. The temporal resolution is daily. | ||
|
||
References: GPM_2AGPROFGPMGMI [doi:10.5067/GPM/GMI/GPM/GPROF/2A/07](https://doi.org/10.5067/GPM/GMI/GPM/GPROF/2A/07); [GMI](https://gpm.nasa.gov/gpm/flight-project/gmi); [Precipitation Measurement Missions](https://pps.gsfc.nasa.gov) |
7 changes: 7 additions & 0 deletions
7
config/default/common/config/metadata/layers/gpm/GMI_Precipitation_Rate_Dsc.md
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,7 @@ | ||
The Global Precipitation Measurement (GPM) Microwave Imager (GMI) Precipitation Rate(Descending) layer provides the rate at with rain and frozen precipitation (snow) reaches the Earth's surface in millimeters per hour (mm/hr). The layer shows both the Rain Rate and Snow Rate with two different legends. This layer provides snapshots of individual storms, including tropical cyclones and flood-producing systems. | ||
|
||
The GPM Microwave Imager (GMI) has a total of 13 channels, each observing the Earth at a different frequency (10-183 GHz) or at a different polarization (vertical or horizontal). Each channel measures the natural emission from the Earth's surface, atmospheric gases, and precipitation. GMI sees through the tops of clouds to observe how much and where precipitation occurs. The lower frequency GMI channels respond more directly to rain, while the higher frequency GMI channels respond to the higher-altitude ice precipitation that is often associated with vigorous rain rates near the Earth's surface. | ||
|
||
The GPM Microwave Imager (GMI) is an instrument on the satellite known as the Global Precipitation Measurement (GPM) Core Observatory. The parent data product for the Rain Rate layer is the 2AGPROFGMI data product, which is also known as "Level 2A Goddard Profiling algorithm" or as "GPM_2AGPROFGPMGMI". The imagery resolution is 2 km and sensor resolution is approximately 4 km at the equator, and the rain estimates are reported on footprints that are approximately 6 km across. The temporal resolution is daily. | ||
|
||
References: GPM_2AGPROFGPMGMI [doi:10.5067/GPM/GMI/GPM/GPROF/2A/07](https://doi.org/10.5067/GPM/GMI/GPM/GPROF/2A/07); [GMI](https://gpm.nasa.gov/gpm/flight-project/gmi); [Precipitation Measurement Missions](https://pps.gsfc.nasa.gov) |
3 changes: 3 additions & 0 deletions
3
...mmon/config/metadata/layers/reference/orbits/OrbitTracks_Landsat-9_Ascending.md
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,3 @@ | ||
The Landsat 9 - Orbit Track & Time (Ascending/Night) layer is the path of the Landsat 9 satellite on its ascending/night-time orbit. Overpass times are shown in Coordinated Universal Time (UTC). Landsat 9 is on a sun-synchronous orbit at an altitude of 705 km (438 mi). | ||
|
||
Orbital Track information from <https://www.space-track.org/>. |
3 changes: 3 additions & 0 deletions
3
...mon/config/metadata/layers/reference/orbits/OrbitTracks_Landsat-9_Descending.md
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,3 @@ | ||
The Landsat 9 - Orbit Track & Time (Descending/Day) layer is the path of the Landsat 9 satellite on its descending/day-time orbit. Overpass times are shown in Coordinated Universal Time (UTC). Landsat 9 is on a sun-synchronous orbit from north to south at an altitude of 705 km (438 mi) with an equatorial crossing time of 10:00 a.m. +/- 15 minutes mean local time on each pass to provide maximum illumination with minimum water vapor (haze and cloud build-up). | ||
|
||
Orbital Track information from <https://www.space-track.org/>. |
3 changes: 3 additions & 0 deletions
3
...lt/common/config/metadata/layers/reference/orbits/OrbitTracks_TRMM_Ascending.md
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,3 @@ | ||
The Tropical Rainfall Measuring Mission (TRMM) - Orbit Track & Time (Ascending) layer is the path of the Tropical Rainfall Measuring Mission satellite on its ascending orbit. Overpass times are shown in Coordinated Universal Time (UTC). | ||
|
||
Orbital Track information from <https://www.space-track.org/>. |
3 changes: 3 additions & 0 deletions
3
...t/common/config/metadata/layers/reference/orbits/OrbitTracks_TRMM_Descending.md
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,3 @@ | ||
The Tropical Rainfall Measuring Mission (TRMM) - Orbit Track & Time (Descending) layer is the path of the Tropical Rainfall Measuring Mission satellite on its descending orbit. Overpass times are shown in Coordinated Universal Time (UTC). | ||
|
||
Orbital Track information from <https://www.space-track.org/>. |
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.