Skip to content
Permalink
Browse files
Update process_sat.py
  • Loading branch information
amanda-tan committed Nov 1, 2022
1 parent f120f0f commit 737b82b0c8a195818b677ded61ff5908aef60261
Showing 1 changed file with 2 additions and 2 deletions.
@@ -20,8 +20,8 @@ print(thumbnail)

date = '2017-06-16'
url = 'https://landsat-aws-test.s3.amazonaws.com/'
redband = 'LC08_L1TP_042034_20170616_20170903_02_T1_B4.TIF'
nirband = 'LC08_L1TP_042034_20170616_20170903_02_T1_B5.TIF'
redband = 'LE07_L2SP_042034_20170608_20200831_02_T1_SR_B4.TIF'
nirband = 'LE07_L2SP_042034_20170608_20200831_02_T1_SR_B5.TIF'

with rasterio.open(url+redband) as src:
profile = src.profile

0 comments on commit 737b82b

Please sign in to comment.