We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac25127 commit 2e12c8dCopy full SHA for 2e12c8d
1 file changed
tests/test_arcticdem.py
@@ -15,7 +15,7 @@ def test_vrt(self, domain, organization):
15
rqst = {"samples": {"asset": "arcticdem-mosaic"}, "coordinates": [[-178.0,51.7]]}
16
rsps = sliderule.source("samples", rqst)
17
assert abs(rsps["samples"][0][0]["value"] - 80.713500976562) < 0.001
18
- assert rsps["samples"][0][0]["file"] == 'pgc-opendata-dems/arcticdem/mosaics/v3.0/2m/70_09/70_09_2_1_2m_v3.0_reg_dem.tif'
+ assert rsps["samples"][0][0]["file"] == '/vsis3/pgc-opendata-dems/arcticdem/mosaics/v3.0/2m/70_09/70_09_2_1_2m_v3.0_reg_dem.tif'
19
20
def test_nearestneighbour(self, domain, asset, organization):
21
icesat2.init(domain, organization=organization)
0 commit comments