We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9260c11 commit b698024Copy full SHA for b698024
ci/environment.yml
@@ -47,6 +47,7 @@ dependencies:
47
- bokeh ==3.5.1
48
- gilknocker ==0.4.1
49
- openssl >1.1.0g
50
+ - rasterio >=1.4.0
51
- rioxarray ==0.17.0
52
- h5netcdf ==1.3.0
53
- xesmf ==0.8.7
tests/geospatial/test_zonal_average.py
@@ -37,8 +37,9 @@ def test_nwm(
37
subset = ds.zwattablrt.sel(time=time_range)
38
39
counties = rioxarray.open_rasterio(
40
- s3.open("s3://nwm-250m-us-counties/Counties_on_250m_grid.tif"),
+ "s3://nwm-250m-us-counties/Counties_on_250m_grid.tif",
41
chunks="auto",
42
+ opener=s3.open,
43
).squeeze()
44
45
# Remove any small floating point error in coordinate locations
0 commit comments