-
Notifications
You must be signed in to change notification settings - Fork 34
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
Surface temperature returned from Data Cube needs to be converted to celsius #43
Comments
This is really easy to add with the new code in #55. We just need to add another type of layer for WCS data processed on the front end (vs. WMS tiles) |
From my understanding, we are looking to display the correct surface temperature in Celsius once you click on a boundary, right? If this is correct, should #64 be completed first to ensure the infrastructure is in place to display boundary data onClick in a |
Yes, this builds off of the issue of #64, but there's the additional component of unit conversion. Fetch, convert, display |
Addressed via #220 |
The Data Cube returns Land Surface Temperature (LST) in a scaled-Kelvin format. We need to display data in Celsius. Two steps are needed:
Reference:
https://icess.eri.ucsb.edu/modis/LstUsrGuide/usrguide_mod11.html#sds
The text was updated successfully, but these errors were encountered: