Skip to content

Commit

Permalink
add forgotten docstring from previous PR
Browse files Browse the repository at this point in the history
  • Loading branch information
rwegener2 committed Oct 31, 2023
1 parent 5de9173 commit 4bf2ba8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions icepyx/core/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,10 @@ class Query(GenQuery, EarthdataAuthMixin):
reference ground tracks are used. Example: "0594"
files : string, default None
A placeholder for future development. Not used for any purposes yet.
auth : earthaccess.auth.Auth, default None
An earthaccess authentication object. Available as an argument so an existing
earthaccess.auth.Auth object can be used for authentication. If not given, a new auth
object will be created whenever authentication is needed.
Returns
-------
Expand Down

0 comments on commit 4bf2ba8

Please sign in to comment.