.gitignore
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.md
CHANGELOG.md
CITATION.bib
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
gpm_api/__init__.py
gpm_api/_version.py
gpm_api/configs.py
gpm_api.egg-info/PKG-INFO
gpm_api.egg-info/SOURCES.txt
gpm_api.egg-info/dependency_links.txt
gpm_api.egg-info/entry_points.txt
gpm_api.egg-info/requires.txt
gpm_api.egg-info/top_level.txt
gpm_api/accessor/__init__.py
gpm_api/accessor/methods.py
gpm_api/bucket/__init__.py
gpm_api/bucket/utils.py
gpm_api/dataset/attrs.py
gpm_api/dataset/coords.py
gpm_api/dataset/crs.py
gpm_api/dataset/decoding.py
gpm_api/dataset/dimensions.py
gpm_api/dataset/group.py
gpm_api/dataset/reader.py
gpm_api/etc/__init__.py
gpm_api/etc/country_acronyms.yaml
gpm_api/etc/country_bounds.yaml
gpm_api/etc/country_extent.yaml
gpm_api/io/__init__.py
gpm_api/io/checks.py
gpm_api/io/directories.py
gpm_api/io/disk.py
gpm_api/io/download.py
gpm_api/io/filter.py
gpm_api/io/info.py
gpm_api/io/patterns.py
gpm_api/io/pps.py
gpm_api/io/products.py
gpm_api/io/scan_modes.py
gpm_api/overpass/TODO_GPM_OVERPASS.py
gpm_api/overpass/TODO_OVERPASS_STATS.py
gpm_api/overpass/__init__.py
gpm_api/patch/__init__.py
gpm_api/patch/image_patch.py
gpm_api/patch/labels.py
gpm_api/patch/labels_patch.py
gpm_api/patch/utils.py
gpm_api/scripts/download_daily_gpm_data.py
gpm_api/scripts/download_monthly_gpm_data.py
gpm_api/tests/__init__
gpm_api/tests/info.py
gpm_api/tests/test_archive.py
gpm_api/tests/test_crs_cf.py
gpm_api/tests/test_dataset.py
gpm_api/tests/test_dataset_regularity.py
gpm_api/tests/test_dataset_valid_geolocation.py
gpm_api/tests/test_disk.py
gpm_api/tests/test_download.py
gpm_api/tests/test_filter.py
gpm_api/tests/test_image_labels.py
gpm_api/tests/test_image_labels_patch.py
gpm_api/tests/test_io.py
gpm_api/tests/test_plot.py
gpm_api/tests/test_plot_multiorbit_gmi.py
gpm_api/tests/test_plot_multiorbit_pmw_polar.py
gpm_api/tests/test_plot_orbit_pmw_custom_kwargs.py
gpm_api/tests/test_pmw_channel_coords.py
gpm_api/tests/test_pps.py
gpm_api/tests/test_unvalid_coordinates.py
gpm_api/tests/io/test_00_24_granules.py
gpm_api/tests/io/test_GPM_products.py
gpm_api/tests/io/test_dataset.py
gpm_api/tests/io/test_downloads.py
gpm_api/tests/io/test_find_filters.py
gpm_api/utils/__init__.py
gpm_api/utils/archive.py
gpm_api/utils/area.py
gpm_api/utils/checks.py
gpm_api/utils/continents.py
gpm_api/utils/countries.py
gpm_api/utils/geospatial.py
gpm_api/utils/slices.py
gpm_api/utils/time.py
gpm_api/utils/utils_HDF5.py
gpm_api/utils/utils_cmap.py
gpm_api/utils/utils_string.py
gpm_api/utils/warnings.py
gpm_api/utils/xarray.py
gpm_api/visualization/OLD_comparison.py
gpm_api/visualization/__init__.py
gpm_api/visualization/grid.py
gpm_api/visualization/labels.py
gpm_api/visualization/orbit.py
gpm_api/visualization/plot.py
gpm_api/visualization/profile.py
gpm_api/visualization/title.py