Skip to content

Commit

Permalink
Merge pull request #132 from nasaharvest/new-era5-dataset
Browse files Browse the repository at this point in the history
New ERA5 dataset
  • Loading branch information
ivanzvonkov authored Nov 7, 2023
2 parents 9b71f35 + 6c3dd1d commit 30b80fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openmapflow/bands.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"B12",
]
S2_MAX_VALUES = [float(1e4)] * len(S2_BANDS)
ERA5_BANDS = ["temperature_2m", "total_precipitation"]
ERA5_BANDS = ["temperature_2m", "total_precipitation_sum"]
# the hottest temperature ever recorded on Earth is 329.85K
# (https://en.wikipedia.org/wiki/List_of_weather_records#Hottest)
# For rainfall, http://www.bom.gov.au/water/designRainfalls/rainfallEvents/worldRecRainfall.shtml
Expand Down

0 comments on commit 30b80fd

Please sign in to comment.