Skip to content

Commit

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

@testset "WorldClim Elevation" begin
zip_url = URI(scheme="https", host="geodata.ucdavis.edu", path="/data/worldclim/2_1/base/wc2.1_10m_elev.zip")
zip_url = URI(scheme="https", host="geodata.ucdavis.edu", path="/climate/worldclim/2_1/base/wc2.1_10m_elev.zip")
@test zipurl(WorldClim{Elevation}, :elev; res="10m") == zip_url
@test zipname(WorldClim{Elevation}, :elev; res="10m") == "wc2.1_10m_elev.zip"

Expand Down

0 comments on commit b614a42

Please sign in to comment.