mirror of
https://github.com/rasterio/rasterio.git
synced 2026-02-01 14:34:43 +00:00
use rasterio.Env
This commit is contained in:
parent
a5f4bdd96a
commit
d96e11a71c
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user