You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This tutorial is inspired from the on-going heatwaves in Thailand, which leads to increasing death tolls. It aims to demonstrate how historical heatwave detection and near-real-time monitoring can be performed using temperature data from MODIS.
Extract time series anomalies of land surface temperature (LST) in Bangkok.
Apply a moving window to the image to detect consecutive hot days.
Utilize a multiline plot to visualize temperature anomalies.
What is the scope of the proposed tutorial?
Urban Heat, Heatwaves, Extreme Weather, Thailand
Please provide an outline of the structure of the proposed tutorial?
LST Time Series Analysis
a. Extract MODIS LST data
b. Apply moving window to temperature time series
c. Calculate monthly temperature threshold for heatwave detection
Data Visualization
a. Example visualization in map
b. Multiline chart for heatwave detection
In what format will you be submitting the tutorial? Markdown
This request will be reviewed by the Earth Engine community maintainers, who
will reply on this issue tracker with any questions or suggestions. Once
approved, this issue will be assigned to you and you can begin work on the
tutorial following instructions in Writing a tutorial.
When creating your Pull Request, enter "Closes #issueno" in the description of
your Pull Request to link the tutorial to this issue.
The text was updated successfully, but these errors were encountered:
Thanks for replying, I have a look into the dataset and I have two concerns about the VIIRS LST data. First, I found the latest data is only available until 01 Mar 2024, so a large time gap, making near-real-time monitoring not possible.
Secondly, I run the algorithm using VIIRS data, and while the MODIS LST (I am looking at Bangkok) match well with the weather data online, VIIRS give me at least 10 degree higher than the records... making the results of detection highly implausible. I am not aware that the VIIRS LST need any offsets, so I do not know yet why is it the case.
What is the objective of the proposed tutorial?
This tutorial is inspired from the on-going heatwaves in Thailand, which leads to increasing death tolls. It aims to demonstrate how historical heatwave detection and near-real-time monitoring can be performed using temperature data from MODIS.
What is the scope of the proposed tutorial?
Urban Heat, Heatwaves, Extreme Weather, Thailand
Please provide an outline of the structure of the proposed tutorial?
a. Extract MODIS LST data
b. Apply moving window to temperature time series
c. Calculate monthly temperature threshold for heatwave detection
a. Example visualization in map
b. Multiline chart for heatwave detection
In what format will you be submitting the tutorial?
Markdown
This request will be reviewed by the Earth Engine community maintainers, who
will reply on this issue tracker with any questions or suggestions. Once
approved, this issue will be assigned to you and you can begin work on the
tutorial following instructions in
Writing a tutorial.
When creating your Pull Request, enter "Closes #issueno" in the description of
your Pull Request to link the tutorial to this issue.
The text was updated successfully, but these errors were encountered: