Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better progress reporting in get_buildings #31

Open
cholmes opened this issue Oct 9, 2023 · 1 comment
Open

Better progress reporting in get_buildings #31

cholmes opened this issue Oct 9, 2023 · 1 comment
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

Comments

@cholmes
Copy link
Collaborator

cholmes commented Oct 9, 2023

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.

@cholmes cholmes added 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 labels Oct 9, 2023
@cholmes
Copy link
Collaborator Author

cholmes commented Oct 9, 2023

Perhaps we could get the DuckDB location and at the very least figure out the total file size every 10 seconds to show that something is happening? And even better would be if we could make another connection to that duckdb instance and count the number of rows, and report out how many buildings have been downloaded.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

1 participant