.gitattributes
.gitignore
.readthedocs.yaml
LICENSE
MANIFEST.in
README.md
pyproject.toml
uv.lock
.github/workflows/ci.yaml
.github/workflows/release.yaml
cedar_graph/__init__.py
cedar_graph/_version.py
cedar_graph/logger.py
cedar_graph/metadata.py
cedar_graph/quickplot.py
cedar_graph.egg-info/PKG-INFO
cedar_graph.egg-info/SOURCES.txt
cedar_graph.egg-info/dependency_links.txt
cedar_graph.egg-info/entry_points.txt
cedar_graph.egg-info/requires.txt
cedar_graph.egg-info/scm_file_list.json
cedar_graph.egg-info/scm_version.json
cedar_graph.egg-info/top_level.txt
cedar_graph/data/__init__.py
cedar_graph/data/field_info.py
cedar_graph/data/loader.py
cedar_graph/data/operator.py
cedar_graph/data/provider.py
cedar_graph/data/source.py
cedar_graph/plots/__init__.py
cedar_graph/plots/cn/__init__.py
cedar_graph/plots/cn/div_wind/__init__.py
cedar_graph/plots/cn/div_wind/default.py
cedar_graph/plots/cn/pte_wind/__init__.py
cedar_graph/plots/cn/pte_wind/default.py
cedar_graph/plots/cn/qv_div/__init__.py
cedar_graph/plots/cn/qv_div/default.py
cedar_graph/plots/cn/shr/__init__.py
cedar_graph/plots/cn/shr/default.py
cedar_graph/plots/cn/t_dew_t/__init__.py
cedar_graph/plots/cn/t_dew_t/default.py
cedar_graph/recipes/__init__.py
cedar_graph/recipes/engine.py
cedar_graph/recipes/plugins.py
cedar_graph/recipes/cn/bli_wind.yaml
cedar_graph/recipes/cn/cape_wind.yaml
cedar_graph/recipes/cn/cdbz.yaml
cedar_graph/recipes/cn/cin_wind.yaml
cedar_graph/recipes/cn/h_500_psl.yaml
cedar_graph/recipes/cn/h_500_wind_850.yaml
cedar_graph/recipes/cn/kidx_wind.yaml
cedar_graph/recipes/cn/prep_24h.yaml
cedar_graph/recipes/cn/rain_24h.yaml
cedar_graph/recipes/cn/rain_wind_10m.yaml
cedar_graph/recipes/cn/rh2m.yaml
cedar_graph/recipes/cn/t2m.yaml
cedar_graph/recipes/cn/wind_10m.yaml
cedar_graph/styles/__init__.py
cedar_graph/styles/cn/bli.yml
cedar_graph/styles/cn/cape.yml
cedar_graph/styles/cn/cdbz.yml
cedar_graph/styles/cn/cin.yml
cedar_graph/styles/cn/div.yml
cedar_graph/styles/cn/h_500.yml
cedar_graph/styles/cn/kidx.yml
cedar_graph/styles/cn/psl.yml
cedar_graph/styles/cn/pte_diff.yml
cedar_graph/styles/cn/qdiv.yml
cedar_graph/styles/cn/rain.yml
cedar_graph/styles/cn/rain_snow.yml
cedar_graph/styles/cn/rh2m.yml
cedar_graph/styles/cn/sf.yml
cedar_graph/styles/cn/shr.yml
cedar_graph/styles/cn/t2m.yml
cedar_graph/styles/cn/t_dew_t.yml
cedar_graph/styles/cn/wind.yml
cedar_graph/styles/cn/ws_10m.yml
cedar_graph/styles/cn/ws_850.yml
cedar_graph/testing/__init__.py
cedar_graph/testing/mock_data.py
docs/Makefile
docs/changelog.md
docs/conf.py
docs/index.md
docs/requirements.txt
docs/_static/.gitkeep
docs/api/data.md
docs/api/index.md
docs/api/plots.md
docs/api/quickplot.md
docs/api/recipes.md
docs/api/testing.md
docs/gallery/bli_wind.md
docs/gallery/cape_wind.md
docs/gallery/cin_wind.md
docs/gallery/div_wind.md
docs/gallery/height_500_mslp.md
docs/gallery/height_500_wind_850.md
docs/gallery/index.md
docs/gallery/k_wind.md
docs/gallery/prep_24h.md
docs/gallery/pte_wind.md
docs/gallery/qv_div.md
docs/gallery/radar_reflectivity.md
docs/gallery/rain_24h.md
docs/gallery/rain_wind_10m.md
docs/gallery/rh_2m.md
docs/gallery/shr.md
docs/gallery/t_2m.md
docs/gallery/t_dew_t.md
docs/gallery/wind_10m.md
docs/getting_started/concepts.md
docs/getting_started/install.md
docs/tutorials/manual_plot.md
docs/tutorials/mock_data.md
docs/tutorials/quick_plot.md
docs/tutorials/recipe.md
docs/tutorials/recipe_v2_plugins.md
docs/tutorials/style_library.md
tests/cma_hpc/__init__.py
tests/cma_hpc/conftest.py
tests/cma_hpc/plots/__init__.py
tests/cma_hpc/plots/cn/__init__.py
tests/cma_hpc/plots/cn/conftest.py
tests/cma_hpc/plots/cn/test_div_wind.py
tests/cma_hpc/plots/cn/test_pte_wind.py
tests/cma_hpc/plots/cn/test_qv_div.py
tests/cma_hpc/plots/cn/test_shr.py
tests/cma_hpc/plots/cn/test_t_dew_t.py
tests/integration/cmadaas_service/test_recipe_provider.py
tests/mock/__init__.py
tests/mock/conftest.py
tests/mock/image_baseline.py
tests/mock/test_parameter_recipe_migration.py
tests/mock/test_provider_cache.py
tests/mock/test_reki_provider.py
tests/mock/test_style_library.py
tests/mock/test_style_library_full.py
tests/mock/test_v1_v2_parity.py
tests/mock/v1_v2_parity.py
tests/mock/architecture/test_boundaries.py
tests/mock/fixtures/v1_v2_parity_results.json
tests/mock/plots/__init__.py
tests/mock/plots/cn/__init__.py
tests/mock/plots/cn/conftest.py
tests/mock/plots/cn/test_div_wind.py
tests/mock/plots/cn/test_image_baseline.py
tests/mock/plots/cn/test_pte_wind.py
tests/mock/plots/cn/test_qv_div.py
tests/mock/plots/cn/test_shr.py
tests/mock/plots/cn/test_t_dew_t.py