# NOT RUN {
# define the start and end dates
start = "2017-03-11"
end = "2017-03-12"
# Get for specific row and path
result = landsat_search(min_date=start, max_date=end, path_master=147, row_master=48)
# }
# NOT RUN {
# Get for entire country
result = landsat_search(min_date=start, max_date=end, country = "India")
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab