use rasterio.Env

This commit is contained in:
Matthew Perry 2016-06-03 06:22:26 -04:00
parent a5f4bdd96a
commit d96e11a71c

View File

@ -606,7 +606,7 @@ def test_reproject_crs_none():
dstaff = Affine(0.5, 0.0, 0.0, 0.0, 0.5, 0.0)
dstcrs = None
with Env():
with rasterio.Env():
reproject(
src, dst,
src_transform=srcaff,