Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Query docstring #212

Merged
merged 4 commits into from
Jun 25, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions icepyx/core/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,15 @@ class Query:
DevGoal: check for time in date-range date-time object, if that's used for input.
version : string, default most recent version
Dataset version, given as a 3 digit string. If no version is given, the current
version is used.
cycle : string, default all available orbital cycles
version is used. Example: "004"
cycles : string or a list of strings, default all available orbital cycles
Dataset cycle, given as a 2 digit string. If no cycle is given, all available
cycles are used.
track : string, default all available reference ground tracks (RGTs)
cycles are used. Example: "04"
tracks : string or a list of strings, default all available reference ground tracks (RGTs)
Dataset track, given as a 4 digit string. If no track is given, all available
reference ground tracks are used.
reference ground tracks are used. Example: "0594"
files : string, default None
A placeholder for future development. Not used for any purposes yet.

Returns
-------
Expand Down