Skip to content

This repository shares the data in my researches published.

Notifications You must be signed in to change notification settings

jiachengzhao/research_data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 

Repository files navigation

research_data

This repository shares the data in my researches published.

Land surface temperature

  • Land surface temperature on July 10, 2017, Beijing, China, retrieved from the Landsat 8 image with a spatial resolution of 30 m.

Surface parameters of urban green spaces (UGSs) in Beijing main city from 1984 to 2020

  • Time series data including the normalized difference vegetation index (NDVI), land surface temperature (LST), evapotranspiration (ET) and albedo.

Multi-Source Weather (MSWX) historical monthly meteorological product from 2000 to 2020

  • High-resolution (0.1°), bias-corrected meteorological product based on ERA5 and CHELSA with global coverage from 1979 to now. Currently I only processed the data from 2000 to 2020.
    • Dataset access in Google Earth Engine (GEE)
      Image Collection id: projects/ee-jzhao-external-dataset/assets/raster/mswx/past/monthly

    • Usage

    var mswxMonthly = ee.ImageCollection('projects/ee-jzhao-external-dataset/assets/raster/mswx/past/monthly').filterDate('2020-07-01', '2020-08-01');
    var visualization = {
        bands: ['b1'],
        min: 0,
        max: 35,
        palette: [
            "#000080", "#0000D9", "#4000FF", "#8000FF", "#0080FF", "#00FFFF",
            "#00FF80", "#80FF00", "#DAFF00", "#FFFF00", "#FFF500", "#FFDA00",
            "#FFB000", "#FFA400", "#FF4F00", "#FF2500", "#FF0A00", "#FF00FF",
        ]
     };
     Map.setCenter(22.2, 21.2, 2);
     Map.addLayer(mswxMonthly, visualization, '2-m Air Temperature');
    • Band specifics
Band Name Description Unit
b1 2-m air temperature °C
b2 2-m maximum daily air temperature at °C
b3 2-m minimum daily air temperature at °C
b4 surface pressure Pa
b5 precipitation mm
b6 2-m relative humidity %
b7 2-m specific humidity g/g
b8 downward longwave radiation W/m2
b9 downward shortwave radiation W/m2
b10 10-m wind speed m/s
  • MSWX is released under the Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0) license. Please contact the authors if you are affiliated with a commercial entity and want to use MSWX. If you do not have a commercial affiliation and you intend to use the product for non-commercial purposes, please send the authors a request (request frame can be found in the Data license section at the website). You will receive a link to the Google Drive containing MSWX once your request has been approved.
  • Data citation
    Beck, H.E., van Dijk, A.I., Larraondo, P.R., McVicar, T.R., Pan, M., Dutra, E. and Miralles, D.G., 2021. MSWX: global 3-hourly 0.1° bias-corrected meteorological data including near real-time updates and forecast ensembles. Bulletin of the American Meteorological Society, pp.1-55.

About

This repository shares the data in my researches published.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published