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

Show files #93

Merged
merged 9 commits into from
Jan 28, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Create mapsheet dir if doesn't exist
  • Loading branch information
ateucher committed Jan 28, 2021
commit 12a6133ba4c3df75f09d8f09293c757a7bc38f3b
1 change: 1 addition & 0 deletions R/cded.R
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ get_mapsheet_tiles <- function(mapsheet, dir, check_tiles = TRUE) {


if (length(tiles_need)) {
dir.create(dirname(tiles_need[1]), showWarnings = FALSE)
message("Fetching tiles for mapsheet ", mapsheet)
# download the ones we need
pb <- progress::progress_bar$new(
Expand Down