Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -106,6 +106,10 @@ def get_moon_info(date_time: str) -> dict:
|
|
106 |
"fertility_root_crop": 1.5,
|
107 |
"pruning": 2.0
|
108 |
}
|
|
|
|
|
|
|
|
|
109 |
"""
|
110 |
try:
|
111 |
# Parse input datetime and localize to UTC
|
|
|
106 |
"fertility_root_crop": 1.5,
|
107 |
"pruning": 2.0
|
108 |
}
|
109 |
+
where fertility indices ranges from 0 - minimal expected fertility, to 3.0 - most favorable fertility for platining,
|
110 |
+
and depends on type of plant (root crop or produce above ground);
|
111 |
+
pruning indices ranges from 0 - when pruning causes damages to the tree, 2.0 - only minimum or sanitary pruning allowed,
|
112 |
+
to 3.0 - most favorable time for pruning;
|
113 |
"""
|
114 |
try:
|
115 |
# Parse input datetime and localize to UTC
|