LICENSE
README.md
pyproject.toml
climate_toolkit/__init__.py
climate_toolkit/_resources.py
climate_toolkit/cli.py
climate_toolkit/gee_check.py
climate_toolkit/pipeline.py
climate_toolkit.egg-info/PKG-INFO
climate_toolkit.egg-info/SOURCES.txt
climate_toolkit.egg-info/dependency_links.txt
climate_toolkit.egg-info/entry_points.txt
climate_toolkit.egg-info/requires.txt
climate_toolkit.egg-info/top_level.txt
climate_toolkit/calculate_hazards/__init__.py
climate_toolkit/calculate_hazards/crop_water_balance_params.json
climate_toolkit/calculate_hazards/ensemble_hazards.py
climate_toolkit/calculate_hazards/hazards.py
climate_toolkit/climate_statistics/__init__.py
climate_toolkit/climate_statistics/ensemble_statistics.py
climate_toolkit/climate_statistics/statistics.py
climate_toolkit/climatology/__init__.py
climate_toolkit/climatology/_cli_common.py
climate_toolkit/climatology/heat_stress.py
climate_toolkit/climatology/human_heat_stress.py
climate_toolkit/climatology/long_term_climatology.py
climate_toolkit/climatology/spei.py
climate_toolkit/climatology/vpd.py
climate_toolkit/climatology/xclim_reference.py
climate_toolkit/compare_datasets/__init__.py
climate_toolkit/compare_datasets/compare_datasets.py
climate_toolkit/compare_periods/__init__.py
climate_toolkit/compare_periods/ensemble_periods.py
climate_toolkit/compare_periods/periods.py
climate_toolkit/crop_calendar/__init__.py
climate_toolkit/crop_calendar/ggcmi.py
climate_toolkit/crop_calendar/registry.py
climate_toolkit/data/__init__.py
climate_toolkit/data/ggcmi_phase3/__init__.py
climate_toolkit/data/ggcmi_phase3/crop_calendar.parquet
climate_toolkit/data/ggcmi_phase3/crop_calendar_manifest.json
climate_toolkit/fetch_data/__init__.py
climate_toolkit/fetch_data/cache_inventory.py
climate_toolkit/fetch_data/fetch_data.py
climate_toolkit/fetch_data/gee_xee_batch.py
climate_toolkit/fetch_data/multi_site.py
climate_toolkit/fetch_data/nex_gddp_batch.py
climate_toolkit/fetch_data/runtime_notes.py
climate_toolkit/fetch_data/preprocess_data/__init__.py
climate_toolkit/fetch_data/preprocess_data/preprocess_data.py
climate_toolkit/fetch_data/source_data/__init__.py
climate_toolkit/fetch_data/source_data/source_data.py
climate_toolkit/fetch_data/source_data/sources/agera_5.py
climate_toolkit/fetch_data/source_data/sources/chirps.py
climate_toolkit/fetch_data/source_data/sources/chirts.py
climate_toolkit/fetch_data/source_data/sources/era_5.py
climate_toolkit/fetch_data/source_data/sources/gee.py
climate_toolkit/fetch_data/source_data/sources/gee_xee.py
climate_toolkit/fetch_data/source_data/sources/ghcn_daily.py
climate_toolkit/fetch_data/source_data/sources/gsod.py
climate_toolkit/fetch_data/source_data/sources/imerg.py
climate_toolkit/fetch_data/source_data/sources/nasa_power.py
climate_toolkit/fetch_data/source_data/sources/nex_gddp.py
climate_toolkit/fetch_data/source_data/sources/nex_gddp_xee.py
climate_toolkit/fetch_data/source_data/sources/soil_grid.py
climate_toolkit/fetch_data/source_data/sources/tamsat.py
climate_toolkit/fetch_data/source_data/sources/terraclimate.py
climate_toolkit/fetch_data/source_data/sources/xee_common.py
climate_toolkit/fetch_data/source_data/sources/utils/__init__.py
climate_toolkit/fetch_data/source_data/sources/utils/config.yaml
climate_toolkit/fetch_data/source_data/sources/utils/models.py
climate_toolkit/fetch_data/source_data/sources/utils/settings.py
climate_toolkit/fetch_data/transform_data/__init__.py
climate_toolkit/fetch_data/transform_data/data_dictionary.yaml
climate_toolkit/fetch_data/transform_data/transform_data.py
climate_toolkit/season_analysis/__init__.py
climate_toolkit/season_analysis/ensemble.py
climate_toolkit/season_analysis/season_identity.py
climate_toolkit/season_analysis/seasons.py
climate_toolkit/weather_station/__init__.py
climate_toolkit/weather_station/compare.py
climate_toolkit/weather_station/custom_station.py
climate_toolkit/weather_station/dem.py
climate_toolkit/weather_station/download.py
climate_toolkit/weather_station/ghcn_daily.py
climate_toolkit/weather_station/gsod.py
climate_toolkit/weather_station/overrides.py
climate_toolkit/weather_station/station_selector.py
tests/test_api_smoke.py
tests/test_auto_season_alignment_report.py
tests/test_cache_inventory.py
tests/test_cli_dispatch.py
tests/test_climatology_output.py
tests/test_climatology_typer_cli.py
tests/test_compare_datasets_source_policy.py
tests/test_compare_periods_baseline.py
tests/test_crop_registry_hazards.py
tests/test_distribution_artifacts.py
tests/test_ensemble_hazards_aggregation.py
tests/test_ensemble_hazards_import.py
tests/test_ensemble_statistics_scenario_validation.py
tests/test_era_lte_workflow.py
tests/test_fetch_climate_data_usability.py
tests/test_fetch_model_resolution.py
tests/test_fetch_pipeline.py
tests/test_gee_check.py
tests/test_gee_no_auto_auth.py
tests/test_gee_xee_batch.py
tests/test_ggcmi_crop_calendar.py
tests/test_ghcn_daily_station.py
tests/test_hazard_thresholds.py
tests/test_historical_workers_surface.py
tests/test_human_heat_stress.py
tests/test_install_shape.py
tests/test_lazy_package_roots.py
tests/test_matplotlib_not_stubbed.py
tests/test_multi_site_contract.py
tests/test_nasa_power_cache.py
tests/test_nex_gddp_batch.py
tests/test_nex_gddp_behavior.py
tests/test_nex_gddp_xee_poc.py
tests/test_package_import_hygiene.py
tests/test_package_resources.py
tests/test_packaging_metadata.py
tests/test_pipeline.py
tests/test_preprocess_imports.py
tests/test_season_analysis_ensemble_fixed.py
tests/test_season_identity.py
tests/test_seasons_nex_gddp.py
tests/test_soil_grid_cache.py
tests/test_spei.py
tests/test_spei_cli.py
tests/test_station_verbose_kwarg.py
tests/test_statistics_source_policy.py
tests/test_tamsat_logging.py
tests/test_thi.py
tests/test_vpd.py
tests/test_xclim_reference_cli.py
tests/test_xee_common.py