Skip to content

Commit

Permalink
more info to guide users
Browse files Browse the repository at this point in the history
  • Loading branch information
cholmes committed Oct 6, 2023
1 parent 699f570 commit f1c1ff4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions open_buildings/download_buildings.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,11 @@ def print_timestamped_message(message):
print_timestamped_message(f"Querying and downloading data for quadkey {quadkey} {country_info}...")
if verbose:
print_timestamped_message(f"WKT: {wkt}")
if country_info != "":
print_timestamped_message(f"Expect query times of at least 5-10 seconds")
else:
print_timestamped_message(f"Expect query times of at least 30 seconds - this can be lessened by using the --country-iso option")

hive_value = 1 if hive_partitioning else 0
select_values = "* EXCLUDE geometry"
# if data path is overture and the output is not parquet, then name the values to get
Expand Down

0 comments on commit f1c1ff4

Please sign in to comment.