Skip to content

Commit

Permalink
Update raw meta key information
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Feb 1, 2024
1 parent cab9da4 commit 8742fee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -1147,6 +1147,7 @@ def get_summary_stats(self):
"lastEditTime": combined_data["lastEditTime"].strftime(
"%Y-%m-%d %H:%M:%S"
),
"osmUsersCount": combined_data["osmUsersCount"],
"osmBuildingCompletenessPercentage": combined_data[
"osm_building_completeness_percentage"
],
Expand All @@ -1155,13 +1156,12 @@ def get_summary_stats(self):
],
"osmBuildingsCount": combined_data["osmBuildingsCount"],
"osmHighwayLengthKm": combined_data["highway_length"],
"osmUsersCount": combined_data["osmUsersCount"],
"aiBuildingsCountEstimation": combined_data[
"aiBuildingsCountEstimation"
],
"aiRoadCountEstimationKm": combined_data["aiRoadCountEstimation"],
"buildingCount6Months": combined_data["building_count_6_months"],
"highwayLength6Months": combined_data["highway_length_6_months"],
"highwayLength6MonthsKm": combined_data["highway_length_6_months"],
},
"meta": {
"indicators": "https://github.com/hotosm/raw-data-api/tree/develop/docs/src/stats/indicators.md",
Expand Down

0 comments on commit 8742fee

Please sign in to comment.