aai-institute / lakefs-spec

An fsspec implementation for the lakeFS project
http://lakefs-spec.org/
Apache License 2.0
39 stars 4 forks source link

Docs: Client-side caching for Open-Meteo API in tutorial notebook #220

Closed AdrianoKF closed 9 months ago

AdrianoKF commented 9 months ago

This PR adds a simple client-side caching function to the tutorial notebook, whichs prevents the same file from being downloaded multiple times.

This avoids hitting the API rate limit when working on the notebook locally.

Closes issue #192

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (d49d01e) 90.01% compared to head (6af6786) 90.05%. Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #220 +/- ## ========================================== + Coverage 90.01% 90.05% +0.03% ========================================== Files 7 7 Lines 531 533 +2 Branches 85 85 ========================================== + Hits 478 480 +2 Misses 27 27 Partials 26 26 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.