Skip to content

Commit a0463c0

Browse files
committed
import terra
1 parent 2a25d2d commit a0463c0

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Description: Geographically referenced data and statistics of nighttime lights f
1010
License: MIT + file LICENSE
1111
Encoding: UTF-8
1212
Roxygen: list(markdown = TRUE)
13-
RoxygenNote: 7.2.1
13+
RoxygenNote: 7.3.1
1414
URL: https://worldbank.github.io/blackmarbler/
1515
BugReports: https://github.com/worldbank/blackmarbler/issues
1616
Imports:

NAMESPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ import(hdf5r)
88
import(httr)
99
import(lubridate)
1010
import(purrr, except = c(flatten_df, values))
11-
import(raster, except = c(union, select, intersect, origin, tail, head, values))
12-
1311
import(readr)
1412
import(sf)
1513
import(stringr)
14+
import(terra, except = c(intersect, values, origin, union))
15+
1616
import(tidyr, except = c(extract))

R/blackmarbler.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -932,7 +932,7 @@ bm_extract <- function(roi_sf,
932932
#' @import lubridate
933933
#' @rawNamespace import(tidyr, except = c(extract))
934934
#' @rawNamespace import(purrr, except = c(flatten_df, values))
935-
#' @rawNamespace import(raster, except = c(union, select, intersect, origin, tail, head, values))
935+
#' @rawNamespace import(terra, except = c(intersect, values, origin, union))
936936
#'
937937
# @rawNamespace import(utils, except = c(stack, unstack))
938938
bm_raster <- function(roi_sf,

readme_figures/testing.R

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ e_202110 <- bm_raster(roi_sf = roi_sf,
5050
e_202110 <- bm_extract(roi_sf = roi_sf,
5151
product_id = "VNP46A3",
5252
date = c("2021-10-01", "2021-11-01"),
53-
bearer = bearer,
54-
output_location_type = "file",
55-
file_dir = "~/Desktop/test1")
53+
bearer = bearer)
5654

5755

0 commit comments

Comments
 (0)