You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am curious if there is a keyword argument in LandExplore to download images by calling their row and path. I am currently working on a project that requires bulk downloading, and the project specifications mandate calling images by their row and path numbers. I am using the "WRS2_descending.shp" to specify the row and path.
The image specification section I am trying to achieve is as follows.
scenes = api.search(
dataset='landsat_ot_c2_l1',
path=path,
row=row,
start_date=start_date,
end_date=end_date,
max_cloud_cover=10)
TypeError: API.search() got an unexpected keyword argument 'path'
Thank you,
-Sachini
The text was updated successfully, but these errors were encountered:
Hello,
I am curious if there is a keyword argument in LandExplore to download images by calling their row and path. I am currently working on a project that requires bulk downloading, and the project specifications mandate calling images by their row and path numbers. I am using the "WRS2_descending.shp" to specify the row and path.
The image specification section I am trying to achieve is as follows.
scenes = api.search(
dataset='landsat_ot_c2_l1',
path=path,
row=row,
start_date=start_date,
end_date=end_date,
max_cloud_cover=10)
TypeError: API.search() got an unexpected keyword argument 'path'
Thank you,
-Sachini
The text was updated successfully, but these errors were encountered: