ghiggi / gpm_api

Global Precipitation Measurement Mission (GPM) python package to download and analyze data with xarray
https://gpm-api.readthedocs.io
MIT License
46 stars 4 forks source link

Fix download for Windows #49

Closed ghiggi closed 3 months ago

ghiggi commented 3 months ago

Prework

What kind of change does this PR introduce? (check at least one)

Does this PR introduce a breaking change? (check one)

If yes, please describe the impact and communicate accordingly:

The PR fulfills these requirements:

If adding a new feature, the PR's description includes:

Summary

Fix download on Windows operating systems.

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 50.00000% with 31 lines in your changes are missing coverage. Please review.

Project coverage is 87.56%. Comparing base (57184b5) to head (5b3b87f).

Files Patch % Lines
gpm/io/download.py 40.38% 31 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #49 +/- ## ========================================== - Coverage 87.76% 87.56% -0.20% ========================================== Files 110 110 Lines 10459 10501 +42 ========================================== + Hits 9179 9195 +16 - Misses 1280 1306 +26 ```

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

coveralls commented 3 months ago

Coverage Status

coverage: 87.563% (-0.2%) from 87.762% when pulling 5b3b87f9105f4a696275facccbf86d0a0f24d9bc on add-tutorials into 57184b55c60f2365defe30b9c2933217b959ee9b on main.