01 January 1970 0 1K Report

Hi, everyone.

I am currently working with the earth engine, and want to export some data to the local drive.

The scale in Earth Engine is always in the unit of 'meter' https://developers.google.com/earth-engine/guides/scale

The data I want is ee.ImageCollection('ECMWF/ERA5/DAILY'). I checked the original spatial resolution of ECMWF/ERA5/DAILY which is around 27830. However, If I export the data with this scale: 27830, with EPSG: 4326, the data seems to have some deformation issue, see the attached file. (https://code.earthengine.google.com/46e01504503e7bbf44d28c4ae3799269)

How should I solve this problem?

Best, Lijie

Similar questions and discussions