Better progress reporting in get_buildings
#31
Labels
enhancement
New feature or request
get_buildings
Issues related to the get_buildings operations
interesting
Issues that are interesting problems that could be fun to take on
Right now if you do a
get_buildings
call on a big area it can take a long time, but you have no idea if it's working away or something has gone wrong. It'd be much better if it could report on how things are going. The ideal would be to report on what it's scanned remotely (maybe just in --verbose), and then to show some streaming progress as it downloads buildings.This may not be possible, since it's DuckDB doing all the querying, but perhaps there's a way to hook into what it's doing and report out.
The text was updated successfully, but these errors were encountered: