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

xql - Initial Commit #427

Merged
merged 6 commits into from
Jan 10, 2024
Merged

xql - Initial Commit #427

merged 6 commits into from
Jan 10, 2024

Conversation

DarshanSP19
Copy link
Collaborator

Added tool to Query Xarray Dataset using SQL.

Supported Features

  • Select Variables - From a large dataset having hundreds of variables select only needed variables.
  • Apply Where Clouse - A general where condition like SQL. Applicable for queries which includes data for specific time range or only for specific regions. (Conditions on coordinates suppoted for now.)
  • Group By And Aggregate Functions - Aggregate functions AVG(), MIN(), MAX() suppoted after applying groupby on any coordinate like time.

Checkout README.md for more info.

@DarshanSP19 DarshanSP19 self-assigned this Dec 27, 2023
Copy link
Collaborator

@mahrsee1997 mahrsee1997 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

First pass...

Copy link
Contributor

@aniketsinghrawat aniketsinghrawat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here are some suggestions from me

@DarshanSP19 DarshanSP19 force-pushed the xql-init branch 7 times, most recently from a89cbf0 to 0b0b7ae Compare January 10, 2024 07:11
Copy link
Collaborator

@mahrsee1997 mahrsee1997 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Great work.

@mahrsee1997 mahrsee1997 merged commit a0b954e into main Jan 10, 2024
7 checks passed
@DarshanSP19 DarshanSP19 deleted the xql-init branch January 10, 2024 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants