ecmwf / earthkit-data

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

Fix from_source called after importing GRIBReader #380

Closed sandorkertesz closed 4 months ago

sandorkertesz commented 4 months ago

Fixes #375

Please note that GRIBReader now has to be imported as:

from earthkit.data.readers.grib.file import GRIBReader

However, using this internal object in any user code is discouraged.

codecov-commenter commented 4 months ago

Codecov Report

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

Project coverage is 89.63%. Comparing base (680ddec) to head (aa3e933).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #380 +/- ## ======================================== Coverage 89.63% 89.63% ======================================== Files 117 117 Lines 7371 7371 Branches 644 644 ======================================== Hits 6607 6607 Misses 636 636 Partials 128 128 ```

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