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.
Added tool to Query Xarray Dataset using SQL.
Supported Features
AVG()
,MIN()
,MAX()
suppoted after applying groupby on any coordinate like time.Checkout README.md for more info.