Monthly weather data from ERA5 and FLDAS

Remote Sensing
Research
Climate
Since 2015, considerable amount of new data (high resolution satellite-based product combined with social media data) developed using new technology through artificial intelligence (machine learnin…
Author

Benny Istanto

Published

June 30, 2020

Since 2015, considerable amount of new data (high resolution satellite-based product combined with social media data) developed using new technology through artificial intelligence (machine learning, computer vision, etc.) available for public, but further utilisation remains lack.

Now in cloud computing era, we can easily get instant access to massive weather and climate data and do processing from the browser via Google Earth Engine platform.

Let’s try to access monthly weather data from NASA and ECMWF:

Import above data from EE Data Catalog

Access the precipitation data, visualise it and add to the map layer

Temperature data

Relative Humidity

Wind Speed and Direction

From Google Earth Engine Developer Groups, Gennadii Donchyts share his code on how to visualise wind vector. Lets adapt the code to use with ERA5 data.

Finally, if you want to download the data, you can add below code:

Link for the full code
Notes: The code was compiled from various source (GEE help, GEE Groups, StackExchange)

Back to top