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

get_elev_raster(...,verbose = FALSE) should turn off httr::progress() in get_opentopo() #85

Open
apsteinmetz opened this issue Jun 16, 2023 · 0 comments

Comments

@apsteinmetz
Copy link

When getting a raster interactively the download progress refreshes the same line in the console with each update. BUT, when rendering a Quarto doc (RMarkdown too?), each update is written to the document as a new line, filling multiple pages of the notebook with "Downloading...." I suspect this is coming from httr::progress() in get_opentopo(). Setting YAML tags of warning = false and/or message = false has no effect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant