geocif 0.4.330__tar.gz → 0.4.332__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.330/geocif.egg-info → geocif-0.4.332}/PKG-INFO +1 -1
- {geocif-0.4.330 → geocif-0.4.332}/geocif/__init__.py +1 -1
- {geocif-0.4.330 → geocif-0.4.332}/geocif/analysis.py +2 -1
- {geocif-0.4.330 → geocif-0.4.332/geocif.egg-info}/PKG-INFO +1 -1
- {geocif-0.4.330 → geocif-0.4.332}/pyproject.toml +1 -1
- {geocif-0.4.330 → geocif-0.4.332}/LICENSE +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/MANIFEST.in +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/README.md +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif/agmet/__init__.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif/agmet/geoagmet.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif/agmet/plot.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif/agmet/utils.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif/backup/__init__.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif/backup/constants.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif/backup/features.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif/backup/geo.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif/backup/geocif.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif/backup/metadata.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif/backup/models.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif/cid/__init__.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif/cid/definitions.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif/cid/indices.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif/dashboard/__init__.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif/dashboard/__main__.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif/dashboard/app.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif/dashboard/auth.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif/dashboard/data.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif/dashboard/tabs/__init__.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif/dashboard/tabs/agmet_graphics.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif/dashboard/tabs/historical_accuracy.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif/dashboard/tabs/shap_explanation.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif/dashboard/tabs/yield_predictions.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif/data.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif/experiments.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif/fdw_export.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif/geocif.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif/geocif_runner.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif/hf_sync.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif/indices_runner.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif/logger.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif/ml/__init__.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif/ml/correlations.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif/ml/embedding.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif/ml/feature_engineering.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif/ml/feature_selection.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif/ml/gomp.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif/ml/outliers.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif/ml/outlook.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif/ml/output.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif/ml/spatial_autocorrelation.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif/ml/spatial_neighbors.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif/ml/stages.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif/ml/stats.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif/ml/trainers.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif/ml/trend.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif/ml/xai.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif/playground/__init__.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif/playground/aa.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif/playground/area.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif/playground/automl.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif/playground/download_esi.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif/playground/eval.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif/playground/gee_access.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif/playground/misc.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif/playground/reg.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif/playground/sustain.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif/playground/test_catboost.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif/playground/tmp.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif/playground/wolayita.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif/playground/wolayita_maize_mask.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif/playground/wolayita_v2.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif/playground/wolayita_v3.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif/risk/__init__.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif/risk/impact_assessment.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif/utils.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif/viz/__init__.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif/viz/plot.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif/yield_outlook.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif.egg-info/SOURCES.txt +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif.egg-info/dependency_links.txt +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif.egg-info/requires.txt +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/geocif.egg-info/top_level.txt +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/requirements.txt +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/setup.cfg +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/setup.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/tests/test_agmet.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/tests/test_geocif.py +0 -0
- {geocif-0.4.330 → geocif-0.4.332}/tests/test_spatial_neighbors.py +0 -0
|
@@ -188,6 +188,8 @@ class Geoanalysis:
|
|
|
188
188
|
def analyze(self):
|
|
189
189
|
self.logger.info(f"Analyze {self.country} {self.crop}")
|
|
190
190
|
|
|
191
|
+
self._plot_yield_with_ci(self.df_analysis)
|
|
192
|
+
|
|
191
193
|
df = self._clean_data()
|
|
192
194
|
if df.empty:
|
|
193
195
|
return pd.DataFrame(), pd.DataFrame()
|
|
@@ -214,7 +216,6 @@ class Geoanalysis:
|
|
|
214
216
|
if self.country == "pooled":
|
|
215
217
|
self._plot_scatter_by_country(df)
|
|
216
218
|
self._plot_mape_by_region(df_regional_metrics)
|
|
217
|
-
self._plot_yield_with_ci(self.df_analysis)
|
|
218
219
|
|
|
219
220
|
return df_metrics, df_regional_metrics, df_national_yield
|
|
220
221
|
|
|
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
|