Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UAT v4.31.0 to release #5100

Merged
merged 18 commits into from
Apr 9, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add Sentinel-3A and 3B Chlorophyll layers (#5097)
  • Loading branch information
minniewong authored Apr 8, 2024
commit 1dc951cce5355b5bca5a164cd6f0fbf3f6741714
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
The Chlorophyll *a* layer provides the near-surface concentration of chlorophyll *a* in milligrams of chlorophyll pigment per cubic meter (mg/m<sup>3</sup>) in the ocean.

The Chlorophyll *a* product is available from the Ocean and Land Colour Instrument (OCLI) aboard the European Space Agency's (ESA) Sentinel-3A and Sentinel-3B satellites. The sensor and imagery resolution is 1 km, and the temporal resolution is daily.

References: doi:[10.5067/S3A/OLCI/L2/ERR/OC/2022](https://doi.org/10.5067/S3A/OLCI/L2/ERR/OC/2022)
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
The Chlorophyll *a* layer provides the near-surface concentration of chlorophyll *a* in milligrams of chlorophyll pigment per cubic meter (mg/m<sup>3</sup>) in the ocean.

The Chlorophyll *a* product is available from the Ocean and Land Colour Instrument (OCLI) aboard the European Space Agency's (ESA) Sentinel-3A and Sentinel-3B satellites. The sensor and imagery resolution is 1 km, and the temporal resolution is daily.

References: doi: [10.5067/S3B/OLCI/L2/ERR/OC/2022](https://doi.org/10.5067/S3B/OLCI/L2/ERR/OC/2022)
2 changes: 2 additions & 0 deletions config/default/common/config/wv.json/layerOrder.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@
"VIIRS_SNPP_Apparent_Reflectance_VNP02MOD_M09",
"VIIRS_SNPP_L2_Chlorophyll_A",
"VIIRS_SNPP_L2_Photosynthetically_Available_Radiation",
"S3A_OLCI_Chlorophyll_a",
"S3B_OLCI_Chlorophyll_a",
"GOES-East_ABI_GeoColor",
"GOES-West_ABI_GeoColor",
"GOES-East_ABI_Band2_Red_Visible_1km",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"layers": {
"S3A_OLCI_Chlorophyll_a": {
"id": "S3A_OLCI_Chlorophyll_a",
"description": "olci/sentinel-3a/S3A_OLCI_Chlorophyll_a",
"tags": "ocean color Sentinel-3A olci",
"group": "overlays",
"layergroup": "Chlorophyll a",
"wrapadjacentdays": true
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"layers": {
"S3B_OLCI_Chlorophyll_a": {
"id": "S3B_OLCI_Chlorophyll_a",
"description": "olci/sentinel-3b/S3B_OLCI_Chlorophyll_a",
"tags": "ocean color sentinel-3B olci",
"group": "overlays",
"layergroup": "Chlorophyll a",
"wrapadjacentdays": true
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"Chlorophyll a": {
"id": "chlorophyll-a",
"title": "Chlorophyll a",
"subtitle": "Terra/MODIS, Aqua/MODIS, Suomi NPP/VIIRS",
"subtitle": "Terra/MODIS, Aqua/MODIS, Suomi NPP/VIIRS, Sentinel-3A, Sentinel-3B",
"sources": {
"Terra/MODIS": {
"id": "terra-modis",
Expand Down Expand Up @@ -34,6 +34,24 @@
"VIIRS_SNPP_L2_Chlorophyll_A",
"OrbitTracks_Suomi_NPP_Ascending"
]
},
"Sentinel-3A/OLCI": {
"id": "sentinel-3a-olci",
"title": "Sentinel-3A/OLCI",
"description": "viirs/Chlorophyll_a",
"image": "",
"settings": [
"S3A_OLCI_Chlorophyll_a"
]
},
"Sentinel-3B/OLCI": {
"id": "sentinel-3b-olci",
"title": "Sentinel-3B/OLCI",
"description": "viirs/Chlorophyll_a",
"image": "",
"settings": [
"S3B_OLCI_Chlorophyll_a"
]
}
}
}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading