Skip to content

Commit 8bc2c7a

Browse files
committed
rm data
1 parent d9d40dc commit 8bc2c7a

File tree

3 files changed

+1
-15
lines changed

3 files changed

+1
-15
lines changed

R/blackmarbler.R

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
#' Black Marble Tile Grid Shapefile
2-
#' A dataset containing black marble grid tiles.
3-
#'
4-
#' @name bm_tiles_sf
5-
#' @docType data
6-
#' @usage data(bm_tiles_sf)
7-
#' @format Sf polygon with 648 features
8-
#' @author Robert Marty \email{[email protected]}
9-
#' @references \url{https://blackmarble.gsfc.nasa.gov/}
10-
#' @keywords datasets
11-
NULL
12-
131
month_start_day_to_month <- function(x){
142

153
month <- NA
@@ -876,7 +864,7 @@ bm_raster_i <- function(roi_sf,
876864
unlink(file.path(temp_dir, product_id), recursive = T)
877865

878866
if(quiet == F){
879-
message(paste0("Downloading ", nrow(bm_files_df), " nighttime light tiles"))
867+
message(paste0("Processing ", nrow(bm_files_df), " nighttime light tiles"))
880868
}
881869

882870
r_list <- lapply(bm_files_df$name, function(name_i){

data/bm_tiles_sf.rda

-6.99 KB
Binary file not shown.

readme_figures/build_package.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
if(F){
22
setwd("~/Documents/Github/blackmarbler")
33

4-
load("~/Documents/Github/blackmarbler/data/bm_tiles_sf.rda")
5-
64
roxygen2::roxygenise("~/Documents/Github/blackmarbler")
75

86
pkgdown::clean_site()

0 commit comments

Comments
 (0)