Skip to content

Commit

Permalink
i.sentinel.download: -l flag list scene names (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
neteler committed Nov 25, 2019
1 parent 777d291 commit 86a7e93
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -294,8 +294,9 @@ def list(self):
else:
ccp = 'cloudcover_NA'

print('{0} {1} {2} {3}'.format(
print('{0} {1} {2} {3} {4}'.format(
self._products_df_sorted['uuid'][idx],
self._products_df_sorted['identifier'][idx],
self._products_df_sorted['beginposition'][idx].strftime("%Y-%m-%dT%H:%M:%SZ"),
ccp,
self._products_df_sorted['producttype'][idx],
Expand Down

0 comments on commit 86a7e93

Please sign in to comment.