adding color to number if TRX counts
Browse files
utils/convert_to_excel.py
CHANGED
|
@@ -94,6 +94,9 @@ def get_format_map_by_format_type(formats: dict, format_type: str) -> dict:
|
|
| 94 |
"Longitude": formats["green"],
|
| 95 |
"Latitude": formats["green"],
|
| 96 |
"Hauteur": formats["green"],
|
|
|
|
|
|
|
|
|
|
| 97 |
}
|
| 98 |
# elif format_type == "LTE":
|
| 99 |
# return {
|
|
|
|
| 94 |
"Longitude": formats["green"],
|
| 95 |
"Latitude": formats["green"],
|
| 96 |
"Hauteur": formats["green"],
|
| 97 |
+
"number_trx_per_cell": formats["blue_light"],
|
| 98 |
+
"number_trx_per_bcf": formats["blue_light"],
|
| 99 |
+
"number_trx_per_site": formats["blue_light"],
|
| 100 |
}
|
| 101 |
# elif format_type == "LTE":
|
| 102 |
# return {
|