ecmwf / earthkit-data

A format-agnostic Python interface for geospatial data
Apache License 2.0
57 stars 17 forks source link

Add config option to fdb source #518

Closed sandorkertesz closed 2 weeks ago

sandorkertesz commented 2 weeks ago

This PR adds theconfig and userconfig options to the fdb source. These are directly passed to pyfdb.FDB().

codecov-commenter commented 2 weeks ago

Codecov Report

Attention: Patch coverage is 35.48387% with 20 lines in your changes missing coverage. Please review.

Project coverage is 91.08%. Comparing base (fd1ad78) to head (05e8e8d).

Files with missing lines Patch % Lines
tests/sources/test_fdb.py 35.48% 20 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #518 +/- ## =========================================== - Coverage 91.24% 91.08% -0.17% =========================================== Files 147 147 Lines 10699 10730 +31 Branches 508 510 +2 =========================================== + Hits 9762 9773 +11 - Misses 774 794 +20 Partials 163 163 ```

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