forked from nasa-gibs/worldview
-
Notifications
You must be signed in to change notification settings - Fork 1
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 nasa-gibs#5137 from nasa-gibs/release
Release to Main v4.33.0
- Loading branch information
Showing
18 changed files
with
543 additions
and
11,522 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
config/default/common/colormaps/orbits/OrbitTracks_PACE_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="PACE Orbital Track"> | ||
<Entries> | ||
<ColorMapEntry rgb="252,186,3" sourceValue="200" transparent="false" ref="1" /> | ||
</Entries> | ||
<Legend type="classification"> | ||
<LegendEntry rgb="252,186,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_PACE_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="PACE Orbital Track"> | ||
<Entries> | ||
<ColorMapEntry rgb="252,186,3" sourceValue="200" transparent="false" ref="1" /> | ||
</Entries> | ||
<Legend type="classification"> | ||
<LegendEntry rgb="252,186,3" id="1" tooltip="Acquisition Time (UTC)" label="Acquisition Time (UTC)" showLabel="true" /> | ||
</Legend> | ||
</ColorMap> | ||
</ColorMaps> |
3 changes: 3 additions & 0 deletions
3
...lt/common/config/metadata/layers/reference/orbits/OrbitTracks_PACE_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 PACE - Orbit Track & Time (Ascending/Day) layer is the path of the PACE (Plankton, Aerosol, Cloud, ocean Ecosystem) satellite on its ascending/day-time 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_PACE_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 PACE - Orbit Track & Time (Descending/Night) layer is the path of the PACE (Plankton, Aerosol, Cloud, ocean Ecosystem) satellite on its descending/night-time 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
52 changes: 52 additions & 0 deletions
52
config/default/common/config/wv.json/layers/reference/orbits/OrbitTracks_PACE_Ascending.json
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,52 @@ | ||
{ | ||
"layers": { | ||
"OrbitTracks_PACE_Ascending": { | ||
"id": "OrbitTracks_PACE_Ascending", | ||
"description": "reference/orbits/OrbitTracks_PACE_Ascending", | ||
"group": "overlays", | ||
"type": "vector", | ||
"period": "daily", | ||
"wrapadjacentdays": true, | ||
"layergroup": "Orbital Track", | ||
"track": "ascending", | ||
"palette": { | ||
"id": "OrbitTracks_PACE_Ascending", | ||
"immutable": true | ||
}, | ||
"tags": "tracks vector plankton", | ||
"clickDisabledFeatures": [ | ||
"LineString" | ||
], | ||
"vectorStyle": { | ||
"id": "OrbitTracks_PACE_Ascending", | ||
"antarctic": { | ||
"id": "OrbitTracks_PACE_Ascending_polar" | ||
}, | ||
"arctic": { | ||
"id": "OrbitTracks_PACE_Ascending_polar" | ||
} | ||
}, | ||
"modalShouldFollowClicks": true, | ||
"breakPointLayer": { | ||
"id": "OrbitTracks_PACE_Ascending", | ||
"type": "wms", | ||
"format": "image/png", | ||
"breakPointType": "max", | ||
"projections": { | ||
"geographic": { | ||
"source": "GIBS:wms", | ||
"resolutionBreakPoint": 0.017578125 | ||
}, | ||
"antarctic": { | ||
"resolutionBreakPoint": 2048, | ||
"source": "GIBS:wms:antarctic" | ||
}, | ||
"arctic": { | ||
"resolutionBreakPoint": 2048, | ||
"source": "GIBS:wms:arctic" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
52 changes: 52 additions & 0 deletions
52
...ig/default/common/config/wv.json/layers/reference/orbits/OrbitTracks_PACE_Descending.json
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,52 @@ | ||
{ | ||
"layers": { | ||
"OrbitTracks_PACE_Descending": { | ||
"id": "OrbitTracks_PACE_Descending", | ||
"description": "reference/orbits/OrbitTracks_PACE_Descending", | ||
"group": "overlays", | ||
"type": "vector", | ||
"period": "daily", | ||
"wrapadjacentdays": true, | ||
"layergroup": "Orbital Track", | ||
"track": "descending", | ||
"palette": { | ||
"id": "OrbitTracks_PACE_Descending", | ||
"immutable": true | ||
}, | ||
"tags": "tracks vector plankton", | ||
"clickDisabledFeatures": [ | ||
"LineString" | ||
], | ||
"vectorStyle": { | ||
"id": "OrbitTracks_PACE_Descending", | ||
"antarctic": { | ||
"id": "OrbitTracks_PACE_Descending_polar" | ||
}, | ||
"arctic": { | ||
"id": "OrbitTracks_PACE_Descending_polar" | ||
} | ||
}, | ||
"modalShouldFollowClicks": true, | ||
"breakPointLayer": { | ||
"id": "OrbitTracks_PACE_Descending", | ||
"type": "wms", | ||
"format": "image/png", | ||
"breakPointType": "max", | ||
"projections": { | ||
"geographic": { | ||
"source": "GIBS:wms", | ||
"resolutionBreakPoint": 0.017578125 | ||
}, | ||
"antarctic": { | ||
"resolutionBreakPoint": 2048, | ||
"source": "GIBS:wms:antarctic" | ||
}, | ||
"arctic": { | ||
"resolutionBreakPoint": 2048, | ||
"source": "GIBS:wms:arctic" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
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
196 changes: 196 additions & 0 deletions
196
config/default/common/vectorstyles/OrbitTracks_PACE_Ascending.json
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,196 @@ | ||
{ | ||
"version": 8, | ||
"name": "Orbit Tracks", | ||
"sources": { | ||
"OrbitTracks_PACE_Ascending": { | ||
"type": "vector", | ||
"tiles": [ | ||
"https://gibs.earthdata.nasa.gov/wmts/epsg4326/nrt/OrbitTracks_PACE_Ascending/default/{Time}/{TileMatrixSet}/{TileMatrix}/{TileRow}/{TileCol}.mvt" | ||
] | ||
} | ||
}, | ||
"layers": [ | ||
{ | ||
"id": "OrbitTracks_PACE_Ascending", | ||
"source": "OrbitTracks_PACE_Ascending", | ||
"source-layer": "OrbitTracks_PACE_Ascending", | ||
"source-description": "Default", | ||
"type": "line", | ||
"paint": { | ||
"line-color": "rgb(252, 186, 3)", | ||
"line-width": 2 | ||
} | ||
}, | ||
{ | ||
"id": "OrbitTracks_PACE_Ascending", | ||
"source": "OrbitTracks_PACE_Ascending", | ||
"source-layer": "OrbitTracks_PACE_Ascending", | ||
"source-description": "Default", | ||
"type": "circle", | ||
"paint": { | ||
"circle-radius": [ | ||
"step", | ||
[ | ||
"zoom" | ||
], | ||
[ | ||
"case", | ||
[ | ||
"!=", | ||
[ | ||
"%", | ||
[ | ||
"get", | ||
"minute" | ||
], | ||
10 | ||
], | ||
0 | ||
], | ||
0, | ||
1.5 | ||
], | ||
1, | ||
[ | ||
"case", | ||
[ | ||
"!=", | ||
[ | ||
"%", | ||
[ | ||
"get", | ||
"minute" | ||
], | ||
10 | ||
], | ||
0 | ||
], | ||
0, | ||
2.5 | ||
], | ||
3, | ||
[ | ||
"case", | ||
[ | ||
"!=", | ||
[ | ||
"%", | ||
[ | ||
"get", | ||
"minute" | ||
], | ||
5 | ||
], | ||
0 | ||
], | ||
0, | ||
3.5 | ||
], | ||
5, | ||
5 | ||
], | ||
"circle-color": "rgb(252, 186, 3)", | ||
"circle-opacity": 1 | ||
} | ||
}, | ||
{ | ||
"id": "OrbitTracks_PACE_Ascending", | ||
"source": "OrbitTracks_PACE_Ascending", | ||
"source-layer": "OrbitTracks_PACE_Ascending", | ||
"source-description": "Default", | ||
"type": "symbol", | ||
"layout": { | ||
"text-field": [ | ||
"match", | ||
[ | ||
"geometry-type" | ||
], | ||
"Point", | ||
[ | ||
"get", | ||
"label" | ||
], | ||
"" | ||
], | ||
"text-font": [ | ||
"Open Sans Bold", | ||
"Arial Unicode MS Bold" | ||
], | ||
"text-size": [ | ||
"step", | ||
[ | ||
"zoom" | ||
], | ||
[ | ||
"case", | ||
[ | ||
"!=", | ||
[ | ||
"%", | ||
[ | ||
"get", | ||
"minute" | ||
], | ||
10 | ||
], | ||
0 | ||
], | ||
0, | ||
10 | ||
], | ||
1, | ||
[ | ||
"case", | ||
[ | ||
"!=", | ||
[ | ||
"%", | ||
[ | ||
"get", | ||
"minute" | ||
], | ||
10 | ||
], | ||
0 | ||
], | ||
0, | ||
10 | ||
], | ||
3, | ||
[ | ||
"case", | ||
[ | ||
"!=", | ||
[ | ||
"%", | ||
[ | ||
"get", | ||
"minute" | ||
], | ||
5 | ||
], | ||
0 | ||
], | ||
0, | ||
12 | ||
], | ||
5, | ||
16 | ||
], | ||
"text-transform": "uppercase", | ||
"text-letter-spacing": 0.05, | ||
"text-radial-offset": 1, | ||
"text-variable-anchor": [ | ||
"right", | ||
"left" | ||
] | ||
}, | ||
"paint": { | ||
"text-color": "#fff", | ||
"text-halo-color": "#999", | ||
"text-halo-width": 1, | ||
"text-opacity": 1 | ||
} | ||
} | ||
] | ||
} |
Oops, something went wrong.