Conversation
| <ColorMapEntry color="#0000ff" quantity="0" label="0° C"/> | ||
| <ColorMapEntry color="#009933" quantity="250" label = "2.5 °C"/> | ||
| <ColorMapEntry color="#ff9900" quantity="500" label = "5.0 °C"/> | ||
| <ColorMapEntry color="#ff0000" quantity="750" label = "7.5 °C"/> |
Contributor
There was a problem hiding this comment.
are we limited to 0-7.5 range only?
Collaborator
Author
There was a problem hiding this comment.
@aashish24 No, I forgot to include the negative values, now it goes from -7.5 to 7.5. These are temperature anomalies (deviation from mean) rather than actual temperatures.
Contributor
|
LGTM 👍 I am going to go ahead and merge it. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Data source: http://data.giss.nasa.gov/gistemp/
Land-Ocean Temperature Index, ERSSTv4, 1200km smoothing
The original NetCDF image contains 1600+ bands, one band for each month from January 1880 to present. This processor converts the image into separate TIF images for each band, and imports it into Geoserver as a temporal image mosaic, with the latest month displayed by default.
The data is updated every month.