google / weather-tools

Tools to make weather data accessible and useful.
https://weather-tools.readthedocs.io/
Apache License 2.0
203 stars 38 forks source link

Added Limit and Offset Features #446

Closed DarshanSP19 closed 4 months ago

DarshanSP19 commented 4 months ago

Added basic SQL features like limit and offset.

SELECT * FROM era5 WHERE time > '2016-01-01' AND '2017-01-01' LIMIT 200 OFFSET 100

Queries like above can now supported.