Skip to content

Commit

Permalink
Refactor ww_multi_scale() (#57)
Browse files Browse the repository at this point in the history
* Refactor sf method

* Further refactors

* Tweak NEWS
  • Loading branch information
mikemahoney218 authored Oct 17, 2023
1 parent ac3fa7f commit 3bfdaa2
Show file tree
Hide file tree
Showing 3 changed files with 190 additions and 131 deletions.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# waywiser (development version)

* `ww_multi_scale()` is now faster when `data` is an sf object, particularly when grids are created by passing arguments to `sf::st_make_grid()` (rather than passing grids via `grids`).

# waywiser 0.5.0

* `ww_multi_scale()` did not correctly handle grid cellsizes with units. Units (set using the `units` package) are now respected.
Expand Down
Loading

0 comments on commit 3bfdaa2

Please sign in to comment.