Skip to content

Commit

Permalink
define layerkeys for WorldClim{Future{BioClim}}
Browse files Browse the repository at this point in the history
  • Loading branch information
tiemvanderdeure committed Oct 9, 2024
1 parent 2b382d1 commit 4d0a476
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/worldclim/future.jl
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ end

## Bioclim
layers(::Type{<:WorldClim{<:Future{BioClim}}}) = layers(WorldClim{BioClim})
layerkeys(::Type{<:WorldClim{<:Future{BioClim}}}) = layerkeys(WorldClim{BioClim})

function getraster(T::Type{<:WorldClim{<:Future{BioClim, CMIP6}}}; res::String=defres(T), date)
getraster(T, :bio1; res, date)
Expand Down

0 comments on commit 4d0a476

Please sign in to comment.