-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add new datasets: EL NINO SEA SURFACE TEMPERATURE/MARINE HEATWAVES #177
Comments
Ocean Heat content for the upper 300m (monthly from 2015 to June 2024) evalscript function evaluatePixel(sample) { // Normalize the OHC value from its range to 0-255 // Clip the value to the range [0, 255] // Compute the color gradient if (scaledOHC < 85) { // Set alpha channel based on dataMask return [r, g, b, alpha]; // Return color with alpha channel @FedericoRondoni could you add the yaml and MD file ? |
PLES team to check if data available in openEO, time range 2023-2024 ("worst case" - use landsat data) |
@AlessandroScremin YAML and MD added |
YAML file for the JAXA dataset ready and uploaded with this pull request #183 |
Hello @FedericoRondoni the WMS request says SST_BY_GCOM-W-AMSR_JAXA not found, was only the yaml file prepared but not the data yet ingested? |
YAML file for the WST Sentinel-3 data uploaded here #183 |
Exactly. The data still needs to be ingested |
@aapopescu the Jaxa SST products for June to August 2023 have been ingested in SH. Collection name and id: evalscript function evaluatePixel(sample) { // Normalize the OHC value from its range to 0-255 // Clip the value to the range [0, 255] // Compute the color gradient if (scaledOHC < 85) { // Set alpha channel based on dataMask return [r, g, b, alpha]; // Return color with alpha channel |
@aapopescu But SST from JAXA are ingested now |
|
@lubojr @santilland SST legend added here eurodatacube/eodash-assets#70 |
@AparicioSF to do the MD for ENSST indicator collections/ENSST_by_GCOM-W-AMSR_JAXA |
Done. |
@santilland , can we close? |
Water surface temperature (WST) S3
Ocean heat content for the upper 300m - source
AMSR-2/AMSR-E SST Monthly mean anomalies - source - this one we are talking with JAXA regarding this dataset
The text was updated successfully, but these errors were encountered: