Skip to content

Commit

Permalink
Merge pull request #118 from EcoJulia/claireh93/update-examples
Browse files Browse the repository at this point in the history
Update examples
  • Loading branch information
claireh93 committed Sep 28, 2023
2 parents ec6b865 + 1ddaf9e commit 84b5c7c
Show file tree
Hide file tree
Showing 3 changed files with 2,846 additions and 1,224 deletions.
2 changes: 1 addition & 1 deletion examples/LandCover_africa.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ heatmap(africa_lc')

getraster(WorldClim{BioClim})
world = readbioclim("assets/WorldClim/BioClim/")
africa_water = world.array[-25°.. 50°, -35° .. 40°, 12]
africa_water = world.array[-25°.. 50°, -35° .. 40°, 13]
africa_water = upresolution(africa_water, 2)
africa_water = Worldclim_bioclim(AxisArray(africa_water .* mm, AxisArrays.axes(africa_water)))
bio_africa_water = WaterBudget(africa_water)
Expand Down
Loading

0 comments on commit 84b5c7c

Please sign in to comment.