using PyramidScheme
using Rasters, RasterDataSources
using ArchGDAL
rastas = Raster(CHELSA{Climate},:tas, lazy=true, month=1)
rastasscale = rastas.metadata["scale"] .* rastas .+ rastas.metadata["offset"]
pyrtas = Pyramid(rastasscale)
using GLMakie
plot(pyrtas, colormap=Reverse(:RdYlBu))