Skip to content

Instantly share code, notes, and snippets.

@Kirill888
Created June 4, 2018 11:32
Show Gist options
  • Save Kirill888/7e7ea2a3b16966066616d6dcfe245c6a to your computer and use it in GitHub Desktop.
Save Kirill888/7e7ea2a3b16966066616d6dcfe245c6a to your computer and use it in GitHub Desktop.
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