Spaces:
Build error
Build error
pgzmnk
commited on
Commit
•
8598d1e
1
Parent(s):
42851db
Round.
Browse files- utils/indicators.py +1 -1
utils/indicators.py
CHANGED
@@ -201,7 +201,7 @@ class IndexGenerator:
|
|
201 |
df_concat["centroid"] = str(project_centroid)
|
202 |
df_concat["project_name"] = project_name
|
203 |
df_concat["geojson"] = str(project_geometry)
|
204 |
-
return df_concat
|
205 |
|
206 |
# h/t: https://community.plotly.com/t/dynamic-zoom-for-mapbox/32658/12
|
207 |
def _latlon_to_config(self, longitudes=None, latitudes=None):
|
|
|
201 |
df_concat["centroid"] = str(project_centroid)
|
202 |
df_concat["project_name"] = project_name
|
203 |
df_concat["geojson"] = str(project_geometry)
|
204 |
+
return df_concat.round(2)
|
205 |
|
206 |
# h/t: https://community.plotly.com/t/dynamic-zoom-for-mapbox/32658/12
|
207 |
def _latlon_to_config(self, longitudes=None, latitudes=None):
|