google-research / arco-era5

Recipes for reproducing Analysis-Ready & Cloud Optimized (ARCO) ERA5 datasets.
https://cloud.google.com/storage/docs/public-datasets/era5
Apache License 2.0
287 stars 22 forks source link

`level` change in the example of weather-sp. #40

Closed dabhicusp closed 1 year ago

dabhicusp commented 1 year ago

In the Readme.md file of the raw directory, the example for weather-sp includes an attribute called level. However, upon examining the existing data( one of the example : gs://gcp-public-data-arco-era5/raw/ERA5GRIB/HRES/Month/2021/202112_hres_soil.grb2), I found that the correct attribute is typeOfLevel. This PR updates the attribute name to typeOfLevel in the example to reflect the accurate data structure.