Enumerations
The ORM package defines 7 shared enumerations used across multiple models.
Apps (app.py)
| Value |
Description |
| aclimate_admin |
Admin portal application |
| aclimate_frontend |
Frontend application |
IndicatorFeatureType (indicator_feature_type.py)
| Value |
Description |
| recommendation |
Recommendation type |
| feature |
Feature type |
IndicatorsType (indicators_type.py)
| Value |
Description |
| climate |
Climate indicator |
| agroclimatic |
Agroclimatic indicator |
| hydrological |
Hydrological indicator |
| scenario |
Scenario indicator |
Module (module.py)
| Value |
Description |
| GEOGRAPHIC |
Geographic data module |
| CLIMATE_DATA |
Climate data module |
| CROP_DATA |
Crop data module |
| INDICATORS_DATA |
Indicators data module |
| STRESS_DATA |
Stress data module |
| PHENOLOGICAL_STAGE |
Phenological stage module |
| USER_MANAGEMENT |
User management module |
| CONFIGURATION |
System configuration module |
Period (period.py)
| Value |
Description |
| daily |
Daily period |
| monthly |
Monthly period |
| annual |
Annual period |
| multiyear_monthly |
Multi-year monthly average |
| seasonal |
Seasonal period |
| decadal |
Decadal period |
| other |
Other period |
SourceType (source_type.py)
| Value |
Description |
| MA |
Manual station |
| AU |
Automatic station |
| SP |
Spatial data source |
| PL |
Pluviometer |
| TP |
Thermopluviometer |
StressCategory (stress_category.py)
| Value |
Description |
| CROP |
Crop-related stress |
| WEATHER |
Weather/climate-related stress |