.coveragerc
.editorconfig
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
AUTHORS.md
CITATION.cff
CONTRIBUTING.md
LICENSE
MANIFEST.in
Makefile
README.md
environment.yml
make.bat
pyproject.toml
pytest.ini
requirements.txt
requirements_dev.txt
rst2md.sh
ruff.toml
tox.ini
.binder/environment.yml
.github/ISSUE_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/upload_pypi.yml
ci/notebooktests.yml
ci/unittests.yml
docs/Makefile
docs/authors.md
docs/conf.py
docs/contributing.md
docs/history.md
docs/index.md
docs/installation.md
docs/links.rst
docs/make.bat
docs/usage.md
docs/_static/Radarx_Logo_micro.png
docs/_static/Radarx_logo.png
docs/_static/Radarx_logo_favicon.png
docs/_static/radarx_logo_micro.svg
examples/notebooks/Grid_Radar.ipynb
examples/notebooks/IMD_Radar_Data.ipynb
examples/notebooks/aws_data.ipynb
examples/notebooks/confest.py
examples/notebooks/gridding_rate_part1.ipynb
examples/notebooks/gridding_rate_part2.ipynb
examples/notebooks/gridding_rate_part3.ipynb
radarx/__init__.py
radarx/accessors.py
radarx/radarx.py
radarx/utils.py
radarx/version.py
radarx.egg-info/PKG-INFO
radarx.egg-info/SOURCES.txt
radarx.egg-info/dependency_links.txt
radarx.egg-info/requires.txt
radarx.egg-info/top_level.txt
radarx/grid/__init__.py
radarx/grid/grid.py
radarx/io/__init__.py
radarx/io/aws_data.py
radarx/io/imd.py
radarx/testing/__init__.py
radarx/testing/test_data_imd.py
radarx/vis/__init__.py
radarx/vis/maxcappi.py
tests/__init__.py
tests/mock_data.py
tests/test_accessors.py
tests/test_radarx.py
tests/test_utils.py
tests/grid/test_grid.py
tests/io/test_aws_data.py
tests/io/test_imd.py
tests/testing/test_test_timd_data.py
tests/vis/test_maxcappi.py