Skip to content

Commit

Permalink
Request full scene metadata by default
Browse files Browse the repository at this point in the history
  • Loading branch information
yannforget committed Feb 25, 2021
1 parent 9c572a8 commit 1a58e60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions landsatxplore/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ def search(
"datasetName": dataset,
"sceneFilter": scene_filter,
"maxResults": max_results,
"metadataType": "full",
},
)
return [self.parse_metadata(scene) for scene in r.get("results")]
Expand Down

0 comments on commit 1a58e60

Please sign in to comment.