Created
June 4, 2018 11:32
-
-
Save Kirill888/7e7ea2a3b16966066616d6dcfe245c6a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
with rasterio.open('s3://bucket/file.tif', 'r') as f: | |
im = f.read() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment