Landsat 8 data download #83
Unanswered
ParthaSRai
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Everyone
I am looking to download images from landsat8 collection 2 for level1, level2 and ARD(Analysis Ready Data).
I have tried below api to download, but could not figure out the appropriate dataset name for these data.
Please let me know if anyone has some info around this.
scenes = api_login.search(
dataset= 'landsat_ot_c2_l2', #Landsat 8 Collection 2 Level 2
latitude= -23.31028,
longitude= -51.16278,
start_date='2000-01-01',
end_date='2021-01-01',
max_cloud_cover=20
)
Please note
dataset = landsat_ot_c2_l2 #Landsat 8 Collection 2 Level 2 and
dataset = landsat_ot_c2_l1 #Landsat 8 Collection 2 Level 1
has similar information.
Beta Was this translation helpful? Give feedback.
All reactions