Skip to content

Commit

Permalink
Update worldclim-climate.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvaticus authored Jun 3, 2024
1 parent d755bbb commit e2a0a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/worldclim-climate.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ using RasterDataSources: rastername, rasterpath, zipurl, zipname, zippath

@testset "WorldClim Climate" begin

zip_url = URI(scheme="https", host="biogeo.ucdavis.edu", path="/data/worldclim/v2.1/base/wc2.1_10m_wind.zip")
zip_url = URI(scheme="https", host="geodata.ucdavis.edu", path="/data/worldclim/2_1/base/wc2.1_10m_wind.zip")
@test zipurl(WorldClim{Climate}, :wind; res="10m") == zip_url
@test zipname(WorldClim{Climate}, :wind; res="10m") == "wc2.1_10m_wind.zip"

Expand Down

0 comments on commit e2a0a81

Please sign in to comment.