geocif 0.4.332__tar.gz → 0.4.333__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {geocif-0.4.332/geocif.egg-info → geocif-0.4.333}/PKG-INFO +1 -1
- {geocif-0.4.332 → geocif-0.4.333}/geocif/__init__.py +1 -1
- {geocif-0.4.332 → geocif-0.4.333}/geocif/analysis.py +2 -0
- {geocif-0.4.332 → geocif-0.4.333/geocif.egg-info}/PKG-INFO +1 -1
- {geocif-0.4.332 → geocif-0.4.333}/pyproject.toml +1 -1
- {geocif-0.4.332 → geocif-0.4.333}/LICENSE +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/MANIFEST.in +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/README.md +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif/agmet/__init__.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif/agmet/geoagmet.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif/agmet/plot.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif/agmet/utils.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif/backup/__init__.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif/backup/constants.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif/backup/features.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif/backup/geo.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif/backup/geocif.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif/backup/metadata.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif/backup/models.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif/cid/__init__.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif/cid/definitions.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif/cid/indices.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif/dashboard/__init__.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif/dashboard/__main__.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif/dashboard/app.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif/dashboard/auth.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif/dashboard/data.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif/dashboard/tabs/__init__.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif/dashboard/tabs/agmet_graphics.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif/dashboard/tabs/historical_accuracy.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif/dashboard/tabs/shap_explanation.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif/dashboard/tabs/yield_predictions.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif/data.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif/experiments.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif/fdw_export.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif/geocif.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif/geocif_runner.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif/hf_sync.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif/indices_runner.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif/logger.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif/ml/__init__.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif/ml/correlations.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif/ml/embedding.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif/ml/feature_engineering.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif/ml/feature_selection.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif/ml/gomp.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif/ml/outliers.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif/ml/outlook.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif/ml/output.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif/ml/spatial_autocorrelation.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif/ml/spatial_neighbors.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif/ml/stages.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif/ml/stats.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif/ml/trainers.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif/ml/trend.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif/ml/xai.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif/playground/__init__.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif/playground/aa.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif/playground/area.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif/playground/automl.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif/playground/download_esi.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif/playground/eval.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif/playground/gee_access.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif/playground/misc.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif/playground/reg.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif/playground/sustain.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif/playground/test_catboost.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif/playground/tmp.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif/playground/wolayita.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif/playground/wolayita_maize_mask.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif/playground/wolayita_v2.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif/playground/wolayita_v3.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif/risk/__init__.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif/risk/impact_assessment.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif/utils.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif/viz/__init__.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif/viz/plot.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif/yield_outlook.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif.egg-info/SOURCES.txt +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif.egg-info/dependency_links.txt +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif.egg-info/requires.txt +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/geocif.egg-info/top_level.txt +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/requirements.txt +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/setup.cfg +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/setup.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/tests/test_agmet.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/tests/test_geocif.py +0 -0
- {geocif-0.4.332 → geocif-0.4.333}/tests/test_spatial_neighbors.py +0 -0
|
@@ -700,6 +700,8 @@ class Geoanalysis:
|
|
|
700
700
|
)
|
|
701
701
|
|
|
702
702
|
median_col = "Median Yield (tn per ha) (2018-2022)"
|
|
703
|
+
if f"{median_col}_y" in df_ci.columns:
|
|
704
|
+
median_col = f"{median_col}_y"
|
|
703
705
|
has_median = median_col in df_ci.columns and df_ci[median_col].notna().any()
|
|
704
706
|
|
|
705
707
|
fig, ax = plt.subplots(figsize=(8, max(4, len(df_ci) * 0.4)))
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|