From 356f19fb27364e5082daa91e8061348e4be5a6f0 Mon Sep 17 00:00:00 2001 From: Antonello Lobianco Date: Mon, 3 Jun 2024 10:27:09 +0200 Subject: [PATCH] Update test worldclim-climate.jl --- test/worldclim-climate.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/worldclim-climate.jl b/test/worldclim-climate.jl index 6927783..9ddcd00 100644 --- a/test/worldclim-climate.jl +++ b/test/worldclim-climate.jl @@ -3,7 +3,7 @@ using RasterDataSources: rastername, rasterpath, zipurl, zipname, zippath @testset "WorldClim Climate" begin - zip_url = URI(scheme="https", host="geodata.ucdavis.edu", path="/data/worldclim/2_1/base/wc2.1_10m_wind.zip") + zip_url = URI(scheme="https", host="geodata.ucdavis.edu", path="/climate/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"