ghiggi / gpm_api

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

Add new bucket utilities #68

Open ghiggi opened 1 month ago

ghiggi commented 1 month 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:

Other information:

Related GitHub issues and pull requests

Summary

Please explain the purpose and scope of your contribution.

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 10.66667% with 67 lines in your changes missing coverage. Please review.

Project coverage is 94.08%. Comparing base (5f030ab) to head (120c057).

Files with missing lines Patch % Lines
gpm/bucket/analysis.py 0.00% 50 Missing :warning:
gpm/dataset/crs.py 0.00% 16 Missing :warning:
gpm/utils/checks.py 50.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #68 +/- ## ========================================== - Coverage 94.43% 94.08% -0.35% ========================================== Files 134 134 Lines 15404 15461 +57 ========================================== + Hits 14546 14547 +1 - Misses 858 914 +56 ```

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

coveralls commented 1 month ago

Coverage Status

coverage: 94.088% (-0.3%) from 94.43% when pulling 120c05755a25347d7efce7b489fce93b8b674007 on add-misc into 5f030ab3281414c0a809cb4c4992814045d26764 on main.