Global Daily near-surface air temperature (2003-2020)¶
Near-surface air temperature (Ta) is a key variable in global climate studies. A global gridded dataset of daily maximum and minimum Ta (Tmax and Tmin) is particularly valuable and critically needed in the scientific and policy communities, but is still not available. In this paper, we developed a global dataset of daily Tmax and Tmin dataset at 1-km resolution from 2003 to 2020 through the combined use of station-based ground Ta measurements and satellite observations (i.e., digital elevation model, and land surface temperature) via a state-of-the-art statistical method named Spatially Varying Coefficient Models with Sign Preservation (SVCM-SP).
This gridded 1 km resolution global (50°?S ~79°?N) daily maximum and minimum near-surface air temperature dataset (2003 ?? 2020) was generated using a seamless 1 km resolution land surface temperature dataset (2003-2020), a 30-arc second (~1 km) resolution digital elevation model (DEM) data, and air temperature observations at weather stations and a spatially varying coefficient model with sign preservation (SVCM-SP) algorithm. The gridded air temperature dataset is of great use in global studies of urban, climate, and hydrology.
You can read the preprint here and download the datasets here
Disclaimer: Whole or parts of the dataset description were provided by the author(s) or their works.
Data preprocessing¶
The datasets were generated regionally and for tmax and tmin. The tmax and tmin were combined into a single collection for the regions generated. Additional metadata called "prop_type" was added to allow for filtering along with other metadata like the day of year and the actual date information for date based filtering. The datasets were projected to EPSG 4326 before being ingested to Google Earth Engine.
Citation¶
Zhang, T., Zhou, Y., Zhao, K., Zhu, Z., Chen, G., Hu, J., and Wang, L.: A global dataset of daily near-surface air temperature at 1-km resolution
(2003–2020), Earth Syst. Sci. Data Discuss. [preprint], https://doi.org/10.5194/essd-2022-233, in review, 2022.
Dataset Citation¶
Zhang, Tao; Zhou, Yuyu (2022): A global 1 km resolution daily near-surface air temperature dataset (2003 ?? 2020).
Iowa State University. Collection. https://doi.org/10.25380/iastate.c.6005185.v1
Earth Engine Snippet¶
var africa = ee.ImageCollection("projects/sat-io/open-datasets/global-daily-air-temp/africa");
var australia = ee.ImageCollection("projects/sat-io/open-datasets/global-daily-air-temp/australia");
var eurasia = ee.ImageCollection("projects/sat-io/open-datasets/global-daily-air-temp/europe_asia");
var latin_america = ee.ImageCollection("projects/sat-io/open-datasets/global-daily-air-temp/latin_america");
var north_america = ee.ImageCollection("projects/sat-io/open-datasets/global-daily-air-temp/north_america");
License¶
These datasets are made available under the CC BY 4.0 Attribution 4.0 International license. This license allows users to distribute, remix, adapt, and build upon the material in any medium or format, so long as attribution is given to the creator.
Created by: Zhang, T., Zhou, Y., Zhao, K., Zhu, Z., Chen, G., Hu, J., and Wang, L.
Curated in GEE by : Samapriya Roy
keywords: Air Temperature, land surface temperature (LST), SVCM-SP, MODIS, Global
Last updated on GEE: 2022-08-05
Ask AI