Skip to content

Commit

Permalink
new pkgdown regime
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsumner committed May 10, 2018
1 parent 8c49519 commit c3a2d6c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ files <- raadfiles::thelist_files(format = "") %>% filter(grepl("parcel", fullna
library(vapour)
system.time(purrr::map(files$fullname, sf::read_sf))
#> user system elapsed
#> 7.579 0.264 8.119
#> 7.381 0.324 7.861
library(blob)

## our timing is competitive, and we get to choose what is read
Expand All @@ -333,7 +333,7 @@ g <- purrr::map(files$fullname, vapour_read_geometry)
d[["wkb"]] <- new_blob(unlist(g, recursive = FALSE))
})
#> user system elapsed
#> 3.553 0.225 3.805
#> 3.235 0.356 3.622
```

We can read that in this simpler way for a quick data set to act as an
Expand All @@ -345,7 +345,7 @@ system.time({
d$bbox <- unlist(purrr::map(files$fullname, vapour_read_extent), recursive = FALSE)
})
#> user system elapsed
#> 3.032 0.268 3.326
#> 2.670 0.405 3.111

pryr::object_size(d)
#> 50.5 MB
Expand Down
10 changes: 5 additions & 5 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/raster_info.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c3a2d6c

Please sign in to comment.