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

Rename package import and xarray accessor from `gpm_api` to `gpm` #42

Closed ghiggi closed 4 months ago

ghiggi commented 4 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:

This PR introduce several BIG breaking changes.

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 81.75%. Comparing base (8bd40e5) to head (d611a32). Report is 14 commits behind head on main.

Files Patch % Lines
gpm/accessor/methods.py 74.64% 18 Missing :warning:
gpm/utils/archive.py 0.00% 9 Missing :warning:
gpm/utils/collocation.py 12.50% 7 Missing :warning:
gpm/utils/geospatial.py 54.54% 5 Missing :warning:
gpm/retrievals/retrieval_2a_radar.py 0.00% 4 Missing :warning:
gpm/retrievals/routines.py 20.00% 4 Missing :warning:
gpm/utils/manipulations.py 0.00% 4 Missing :warning:
gpm/dataset/decoding/routines.py 25.00% 3 Missing :warning:
gpm/visualization/profile.py 57.14% 3 Missing :warning:
gpm/visualization/title.py 0.00% 2 Missing :warning:
... and 6 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #42 +/- ## =========================================== + Coverage 62.97% 81.75% +18.78% =========================================== Files 63 103 +40 Lines 5912 9783 +3871 =========================================== + Hits 3723 7998 +4275 + Misses 2189 1785 -404 ```

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